Class: Azure::Compute::Mgmt::V2020_12_01::Models::AutomaticOSUpgradeProperties
- Inherits:
-
Object
- Object
- Azure::Compute::Mgmt::V2020_12_01::Models::AutomaticOSUpgradeProperties
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-12-01/generated/azure_mgmt_compute/models/automatic_osupgrade_properties.rb
Overview
Describes automatic OS upgrade properties on the image.
Instance Attribute Summary collapse
-
#automatic_osupgrade_supported ⇒ Boolean
on the image.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for AutomaticOSUpgradeProperties class as Ruby Hash.
Instance Attribute Details
#automatic_osupgrade_supported ⇒ Boolean
on the image.
17 18 19 |
# File 'lib/2020-12-01/generated/azure_mgmt_compute/models/automatic_osupgrade_properties.rb', line 17 def automatic_osupgrade_supported @automatic_osupgrade_supported end |
Class Method Details
.mapper ⇒ Object
Mapper for AutomaticOSUpgradeProperties class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/2020-12-01/generated/azure_mgmt_compute/models/automatic_osupgrade_properties.rb', line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AutomaticOSUpgradeProperties', type: { name: 'Composite', class_name: 'AutomaticOSUpgradeProperties', model_properties: { automatic_osupgrade_supported: { client_side_validation: true, required: true, serialized_name: 'automaticOSUpgradeSupported', type: { name: 'Boolean' } } } } } end |