Sha256: 9d6035fcb33857cc7dfbb3c44975cf223ce56a1dc5f17cd12c9c41260abf8eda
Contents?: true
Size: 1.61 KB
Versions: 6
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::V2019_11_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
6 entries across 6 versions & 1 rubygems