class Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties

Properties of the disk to attach.

Attributes

leased_by_lab_vm_id[RW]

@return [String] The resource ID of the Lab virtual machine to which the disk is attached.

Public Class Methods

mapper() click to toggle source

Mapper for AttachDiskProperties class as Ruby Hash. This will be used for serialization/deserialization.

# 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