class Azure::Compute::Mgmt::V2018_10_01::Models::DiffDiskSettings
Describes the parameters of ephemeral disk settings that can be specified
for operating system disk.
NOTE: The ephemeral disk settings can only
be specified for managed disk.
Attributes
option[RW]
@return [DiffDiskOptions] Specifies the ephemeral disk settings for operating system disk. Possible values include: 'Local'
Public Class Methods
mapper()
click to toggle source
Mapper for DiffDiskSettings class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-10-01/generated/azure_mgmt_compute/models/diff_disk_settings.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DiffDiskSettings', type: { name: 'Composite', class_name: 'DiffDiskSettings', model_properties: { option: { client_side_validation: true, required: false, serialized_name: 'option', type: { name: 'String' } } } } } end