Class: AutoStartDefaults
- Inherits:
-
DynamicData
- Object
- DynamicData
- AutoStartDefaults
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AutoStartDefaults
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
enabled - SOAP::SOAPBoolean
startDelay - SOAP::SOAPInt
stopDelay - SOAP::SOAPInt
waitForHeartbeat - SOAP::SOAPBoolean
stopAction - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#startDelay ⇒ Object
Returns the value of attribute startDelay.
-
#stopAction ⇒ Object
Returns the value of attribute stopAction.
-
#stopDelay ⇒ Object
Returns the value of attribute stopDelay.
-
#waitForHeartbeat ⇒ Object
Returns the value of attribute waitForHeartbeat.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, startDelay = nil, stopDelay = nil, waitForHeartbeat = nil, stopAction = nil) ⇒ AutoStartDefaults
constructor
A new instance of AutoStartDefaults.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, startDelay = nil, stopDelay = nil, waitForHeartbeat = nil, stopAction = nil) ⇒ AutoStartDefaults
Returns a new instance of AutoStartDefaults.
16904 16905 16906 16907 16908 16909 16910 16911 16912 |
# File 'lib/vmware/soap/vim25.rb', line 16904 def initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, startDelay = nil, stopDelay = nil, waitForHeartbeat = nil, stopAction = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @enabled = enabled @startDelay = startDelay @stopDelay = stopDelay @waitForHeartbeat = waitForHeartbeat @stopAction = stopAction end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16897 16898 16899 |
# File 'lib/vmware/soap/vim25.rb', line 16897 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16896 16897 16898 |
# File 'lib/vmware/soap/vim25.rb', line 16896 def dynamicType @dynamicType end |
#enabled ⇒ Object
Returns the value of attribute enabled.
16898 16899 16900 |
# File 'lib/vmware/soap/vim25.rb', line 16898 def enabled @enabled end |
#startDelay ⇒ Object
Returns the value of attribute startDelay.
16899 16900 16901 |
# File 'lib/vmware/soap/vim25.rb', line 16899 def startDelay @startDelay end |
#stopAction ⇒ Object
Returns the value of attribute stopAction.
16902 16903 16904 |
# File 'lib/vmware/soap/vim25.rb', line 16902 def stopAction @stopAction end |
#stopDelay ⇒ Object
Returns the value of attribute stopDelay.
16900 16901 16902 |
# File 'lib/vmware/soap/vim25.rb', line 16900 def stopDelay @stopDelay end |
#waitForHeartbeat ⇒ Object
Returns the value of attribute waitForHeartbeat.
16901 16902 16903 |
# File 'lib/vmware/soap/vim25.rb', line 16901 def waitForHeartbeat @waitForHeartbeat end |