class Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::MountPointMap
The share mount point.
Attributes
mount_point[RW]
@return [String] Mount point for the share.
role_id[RW]
@return [String] ID of the role to which share is mounted.
role_type[RW]
@return [RoleTypes] Role
type. Possible values include: 'IOT', 'ASA', 'Functions', 'Cognitive'
Private Class Methods
mapper()
click to toggle source
Mapper for MountPointMap
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-08-01/generated/azure_mgmt_databoxedge/models/mount_point_map.rb, line 33 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'MountPointMap', type: { name: 'Composite', class_name: 'MountPointMap', model_properties: { share_id: { client_side_validation: true, required: true, serialized_name: 'shareId', type: { name: 'String' } }, role_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'roleId', type: { name: 'String' } }, mount_point: { client_side_validation: true, required: false, read_only: true, serialized_name: 'mountPoint', type: { name: 'String' } }, role_type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'roleType', type: { name: 'String' } } } } } end