Class: AutoStartDefaults

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16897
16898
16899
# File 'lib/vmware/soap/vim25.rb', line 16897

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16896
16897
16898
# File 'lib/vmware/soap/vim25.rb', line 16896

def dynamicType
  @dynamicType
end

#enabledObject

Returns the value of attribute enabled.



16898
16899
16900
# File 'lib/vmware/soap/vim25.rb', line 16898

def enabled
  @enabled
end

#startDelayObject

Returns the value of attribute startDelay.



16899
16900
16901
# File 'lib/vmware/soap/vim25.rb', line 16899

def startDelay
  @startDelay
end

#stopActionObject

Returns the value of attribute stopAction.



16902
16903
16904
# File 'lib/vmware/soap/vim25.rb', line 16902

def stopAction
  @stopAction
end

#stopDelayObject

Returns the value of attribute stopDelay.



16900
16901
16902
# File 'lib/vmware/soap/vim25.rb', line 16900

def stopDelay
  @stopDelay
end

#waitForHeartbeatObject

Returns the value of attribute waitForHeartbeat.



16901
16902
16903
# File 'lib/vmware/soap/vim25.rb', line 16901

def waitForHeartbeat
  @waitForHeartbeat
end