class Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LinuxOsInfoFragment
Information about a Linux OS.
Attributes
linux_os_state[RW]
@return [LinuxOsState] The state of the Linux OS (i.e. NonDeprovisioned, DeprovisionRequested, DeprovisionApplied). Possible values include: 'NonDeprovisioned', 'DeprovisionRequested', 'DeprovisionApplied'
Private Class Methods
mapper()
click to toggle source
Mapper for LinuxOsInfoFragment
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/linux_os_info_fragment.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'LinuxOsInfoFragment', type: { name: 'Composite', class_name: 'LinuxOsInfoFragment', model_properties: { linux_os_state: { client_side_validation: true, required: false, serialized_name: 'linuxOsState', type: { name: 'String' } } } } } end