Sha256: 0671a68a1d2b0ca1946cb4d94143ffc8dc5636253aeb04d3ca5f860d1e8937c9
Contents?: true
Size: 1.74 KB
Versions: 4
Compression:
Stored size: 1.74 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::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10 module Models # # Details of the OS Disk. # class OSDiskDetails include MsRestAzure # @return [String] The id of the disk containing the OS. attr_accessor :os_vhd_id # @return [String] The type of the OS on the VM. attr_accessor :os_type # @return [String] The OS disk VHD name. attr_accessor :vhd_name # # Mapper for OSDiskDetails class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OSDiskDetails', type: { name: 'Composite', class_name: 'OSDiskDetails', model_properties: { os_vhd_id: { client_side_validation: true, required: false, serialized_name: 'osVhdId', type: { name: 'String' } }, os_type: { client_side_validation: true, required: false, serialized_name: 'osType', type: { name: 'String' } }, vhd_name: { client_side_validation: true, required: false, serialized_name: 'vhdName', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems