Sha256: fba23fea806bad1e00e4d87ae97daf5dff7a6b56eaad3dd8e80a8d79aa3d4e23
Contents?: true
Size: 1.28 KB
Versions: 19
Compression:
Stored size: 1.28 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::V2016_04_30_preview 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