Sha256: 765bdc892700524d29ac859f5941c2ba3303b71696dccc4ecf2c89bf1ffb2314
Contents?: true
Size: 1.27 KB
Versions: 19
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::V2015_06_15 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
19 entries across 19 versions & 1 rubygems