Class: Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
- Inherits:
-
Object
- Object
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/os_profile.rb
Overview
The Linux operation systems profile.
Instance Attribute Summary collapse
-
#linux_operating_system_profile ⇒ LinuxOperatingSystemProfile
The Linux OS profile.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for OsProfile class as Ruby Hash.
Instance Attribute Details
#linux_operating_system_profile ⇒ LinuxOperatingSystemProfile
Returns The Linux OS profile.
16 17 18 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/os_profile.rb', line 16 def end |
Class Method Details
.mapper ⇒ Object
Mapper for OsProfile class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/os_profile.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OsProfile', type: { name: 'Composite', class_name: 'OsProfile', model_properties: { linux_operating_system_profile: { client_side_validation: true, required: false, serialized_name: 'linuxOperatingSystemProfile', type: { name: 'Composite', class_name: 'LinuxOperatingSystemProfile' } } } } } end |