Class: Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsInfo
- Inherits:
-
Object
- Object
- Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsInfo
- Includes:
- MsRestAzure
- Defined in:
- lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/windows_os_info.rb
Overview
Information about a Windows OS.
Instance Attribute Summary collapse
-
#windows_os_state ⇒ WindowsOsState
NonSysprepped, SysprepRequested, SysprepApplied).
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for WindowsOsInfo class as Ruby Hash.
Instance Attribute Details
#windows_os_state ⇒ WindowsOsState
NonSysprepped, SysprepRequested, SysprepApplied). Possible values include: ‘NonSysprepped’, ‘SysprepRequested’, ‘SysprepApplied’
18 19 20 |
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/windows_os_info.rb', line 18 def windows_os_state @windows_os_state end |
Class Method Details
.mapper ⇒ Object
Mapper for WindowsOsInfo class as Ruby Hash. This will be used for serialization/deserialization.
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/windows_os_info.rb', line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WindowsOsInfo', type: { name: 'Composite', class_name: 'WindowsOsInfo', model_properties: { windows_os_state: { client_side_validation: true, required: false, serialized_name: 'windowsOsState', type: { name: 'String' } } } } } end |