Sha256: a095080a6670b4e44a80434896bf62eb920a998abb2a7c1dfe3ed02dc3beabd5
Contents?: true
Size: 1.62 KB
Versions: 5
Compression:
Stored size: 1.62 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::V2019_12_01 module Models # # Contains encryption settings for a data disk image. # class DataDiskImageEncryption < DiskImageEncryption include MsRestAzure # @return [Integer] This property specifies the logical unit number of # the data disk. This value is used to identify data disks within the # Virtual Machine and therefore must be unique for each data disk # attached to the Virtual Machine. attr_accessor :lun # # Mapper for DataDiskImageEncryption class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DataDiskImageEncryption', type: { name: 'Composite', class_name: 'DataDiskImageEncryption', model_properties: { disk_encryption_set_id: { client_side_validation: true, required: false, serialized_name: 'diskEncryptionSetId', type: { name: 'String' } }, lun: { client_side_validation: true, required: true, serialized_name: 'lun', type: { name: 'Number' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems