Class: Azure::ARM::DevTestLabs::Models::WindowsOsInfo
- Inherits:
-
Object
- Object
- Azure::ARM::DevTestLabs::Models::WindowsOsInfo
- Includes:
- MsRestAzure
- Defined in:
- lib/generated/azure_mgmt_devtestlabs/models/windows_os_info.rb
Overview
Information about a Windows OS.
Instance Attribute Summary collapse
-
#windows_os_state ⇒ WindowsOsState
include: ‘NonSysprepped’, ‘SysprepRequested’, ‘SysprepApplied’.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for WindowsOsInfo class as Ruby Hash.
Instance Attribute Details
#windows_os_state ⇒ WindowsOsState
include: ‘NonSysprepped’, ‘SysprepRequested’, ‘SysprepApplied’
17 18 19 |
# File 'lib/generated/azure_mgmt_devtestlabs/models/windows_os_info.rb', line 17 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.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
# File 'lib/generated/azure_mgmt_devtestlabs/models/windows_os_info.rb', line 24 def self.mapper() { required: false, serialized_name: 'WindowsOsInfo', type: { name: 'Composite', class_name: 'WindowsOsInfo', model_properties: { windows_os_state: { required: false, serialized_name: 'windowsOsState', type: { name: 'String' } } } } } end |