Sha256: 99711aecef07b3e45ca10fa45843761154dd756e42fe7c0cd303247f74765d64
Contents?: true
Size: 1.61 KB
Versions: 12
Compression:
Stored size: 1.61 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::V2018_06_01 module Models # # The source image used for creating the disk. # class ImageDiskReference include MsRestAzure # @return [String] A relative uri containing either a Platform Image # Repository or user image reference. attr_accessor :id # @return [Integer] If the disk is created from an image's data disk, # this is an index that indicates which of the data disks in the image to # use. For OS disks, this field is null. attr_accessor :lun # # Mapper for ImageDiskReference class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ImageDiskReference', type: { name: 'Composite', class_name: 'ImageDiskReference', model_properties: { id: { client_side_validation: true, required: true, serialized_name: 'id', type: { name: 'String' } }, lun: { client_side_validation: true, required: false, serialized_name: 'lun', type: { name: 'Number' } } } } } end end end end
Version data entries
12 entries across 12 versions & 1 rubygems