Class: HostAutoStartManagerConfig

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostAutoStartManagerConfig

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
defaults - AutoStartDefaults
powerInfo - AutoStartPowerInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#defaultsObject

Returns the value of attribute defaults.



16957
16958
16959
# File 'lib/vmware/soap/vim25.rb', line 16957

def defaults
  @defaults
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16956
16957
16958
# File 'lib/vmware/soap/vim25.rb', line 16956

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16955
16956
16957
# File 'lib/vmware/soap/vim25.rb', line 16955

def dynamicType
  @dynamicType
end

#powerInfoObject

Returns the value of attribute powerInfo.



16958
16959
16960
# File 'lib/vmware/soap/vim25.rb', line 16958

def powerInfo
  @powerInfo
end