Class: VirtualMachineDefaultPowerOpInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineDefaultPowerOpInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineDefaultPowerOpInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
powerOffType - SOAP::SOAPString
suspendType - SOAP::SOAPString
resetType - SOAP::SOAPString
defaultPowerOffType - SOAP::SOAPString
defaultSuspendType - SOAP::SOAPString
defaultResetType - SOAP::SOAPString
standbyAction - SOAP::SOAPString
Instance Attribute Summary collapse
-
#defaultPowerOffType ⇒ Object
Returns the value of attribute defaultPowerOffType.
-
#defaultResetType ⇒ Object
Returns the value of attribute defaultResetType.
-
#defaultSuspendType ⇒ Object
Returns the value of attribute defaultSuspendType.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#powerOffType ⇒ Object
Returns the value of attribute powerOffType.
-
#resetType ⇒ Object
Returns the value of attribute resetType.
-
#standbyAction ⇒ Object
Returns the value of attribute standbyAction.
-
#suspendType ⇒ Object
Returns the value of attribute suspendType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], powerOffType = nil, suspendType = nil, resetType = nil, defaultPowerOffType = nil, defaultSuspendType = nil, defaultResetType = nil, standbyAction = nil) ⇒ VirtualMachineDefaultPowerOpInfo
constructor
A new instance of VirtualMachineDefaultPowerOpInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], powerOffType = nil, suspendType = nil, resetType = nil, defaultPowerOffType = nil, defaultSuspendType = nil, defaultResetType = nil, standbyAction = nil) ⇒ VirtualMachineDefaultPowerOpInfo
Returns a new instance of VirtualMachineDefaultPowerOpInfo.
23379 23380 23381 23382 23383 23384 23385 23386 23387 23388 23389 |
# File 'lib/vmware/soap/vim25.rb', line 23379 def initialize(dynamicType = nil, dynamicProperty = [], powerOffType = nil, suspendType = nil, resetType = nil, defaultPowerOffType = nil, defaultSuspendType = nil, defaultResetType = nil, standbyAction = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @powerOffType = powerOffType @suspendType = suspendType @resetType = resetType @defaultPowerOffType = defaultPowerOffType @defaultSuspendType = defaultSuspendType @defaultResetType = defaultResetType @standbyAction = standbyAction end |
Instance Attribute Details
#defaultPowerOffType ⇒ Object
Returns the value of attribute defaultPowerOffType.
23374 23375 23376 |
# File 'lib/vmware/soap/vim25.rb', line 23374 def defaultPowerOffType @defaultPowerOffType end |
#defaultResetType ⇒ Object
Returns the value of attribute defaultResetType.
23376 23377 23378 |
# File 'lib/vmware/soap/vim25.rb', line 23376 def defaultResetType @defaultResetType end |
#defaultSuspendType ⇒ Object
Returns the value of attribute defaultSuspendType.
23375 23376 23377 |
# File 'lib/vmware/soap/vim25.rb', line 23375 def defaultSuspendType @defaultSuspendType end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23370 23371 23372 |
# File 'lib/vmware/soap/vim25.rb', line 23370 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23369 23370 23371 |
# File 'lib/vmware/soap/vim25.rb', line 23369 def dynamicType @dynamicType end |
#powerOffType ⇒ Object
Returns the value of attribute powerOffType.
23371 23372 23373 |
# File 'lib/vmware/soap/vim25.rb', line 23371 def powerOffType @powerOffType end |
#resetType ⇒ Object
Returns the value of attribute resetType.
23373 23374 23375 |
# File 'lib/vmware/soap/vim25.rb', line 23373 def resetType @resetType end |
#standbyAction ⇒ Object
Returns the value of attribute standbyAction.
23377 23378 23379 |
# File 'lib/vmware/soap/vim25.rb', line 23377 def standbyAction @standbyAction end |
#suspendType ⇒ Object
Returns the value of attribute suspendType.
23372 23373 23374 |
# File 'lib/vmware/soap/vim25.rb', line 23372 def suspendType @suspendType end |