Class: Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties
- Inherits:
-
Object
- Object
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties
- Includes:
- MsRestAzure
- Defined in:
- lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/attach_disk_properties.rb
Overview
Properties of the disk to attach.
Instance Attribute Summary collapse
-
#leased_by_lab_vm_id ⇒ String
the disk is attached.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for AttachDiskProperties class as Ruby Hash.
Instance Attribute Details
#leased_by_lab_vm_id ⇒ String
the disk is attached.
17 18 19 |
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/attach_disk_properties.rb', line 17 def leased_by_lab_vm_id @leased_by_lab_vm_id end |
Class Method Details
.mapper ⇒ Object
Mapper for AttachDiskProperties class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/attach_disk_properties.rb', line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AttachDiskProperties', type: { name: 'Composite', class_name: 'AttachDiskProperties', model_properties: { leased_by_lab_vm_id: { client_side_validation: true, required: false, serialized_name: 'leasedByLabVmId', type: { name: 'String' } } } } } end |