Sha256: 8be0f0fcc5c5ddb159e67248efc863a1706480b244332ba30abdc689e3f07bfd
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Compute::Mgmt::V2020_12_01 module Models # # Contains the data disk images information. # class DataDiskImage include MsRestAzure # @return [Integer] Specifies the logical unit number of the data disk. # This value is used to identify data disks within the VM and therefore # must be unique for each data disk attached to a VM. attr_accessor :lun # # Mapper for DataDiskImage class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DataDiskImage', type: { name: 'Composite', class_name: 'DataDiskImage', model_properties: { lun: { client_side_validation: true, required: false, read_only: true, serialized_name: 'lun', type: { name: 'Number' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_compute-0.22.0 | lib/2020-12-01/generated/azure_mgmt_compute/models/data_disk_image.rb |