Class: HostAutoStartManagerConfig
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostAutoStartManagerConfig
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostAutoStartManagerConfig
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
defaults - AutoStartDefaults
powerInfo - AutoStartPowerInfo
Instance Attribute Summary collapse
-
#defaults ⇒ Object
Returns the value of attribute defaults.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#powerInfo ⇒ Object
Returns the value of attribute powerInfo.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], defaults = nil, powerInfo = []) ⇒ HostAutoStartManagerConfig
constructor
A new instance of HostAutoStartManagerConfig.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], defaults = nil, powerInfo = []) ⇒ HostAutoStartManagerConfig
Returns a new instance of HostAutoStartManagerConfig.
16960 16961 16962 16963 16964 16965 |
# File 'lib/vmware/soap/vim25.rb', line 16960 def initialize(dynamicType = nil, dynamicProperty = [], defaults = nil, powerInfo = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @defaults = defaults @powerInfo = powerInfo end |
Instance Attribute Details
#defaults ⇒ Object
Returns the value of attribute defaults.
16957 16958 16959 |
# File 'lib/vmware/soap/vim25.rb', line 16957 def defaults @defaults end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16956 16957 16958 |
# File 'lib/vmware/soap/vim25.rb', line 16956 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16955 16956 16957 |
# File 'lib/vmware/soap/vim25.rb', line 16955 def dynamicType @dynamicType end |
#powerInfo ⇒ Object
Returns the value of attribute powerInfo.
16958 16959 16960 |
# File 'lib/vmware/soap/vim25.rb', line 16958 def powerInfo @powerInfo end |