Class: ClusterConfigInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterConfigInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterConfigInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
dasConfig - ClusterDasConfigInfo
dasVmConfig - ClusterDasVmConfigInfo
drsConfig - ClusterDrsConfigInfo
drsVmConfig - ClusterDrsVmConfigInfo
rule - ClusterRuleInfo
Instance Attribute Summary collapse
-
#dasConfig ⇒ Object
Returns the value of attribute dasConfig.
-
#dasVmConfig ⇒ Object
Returns the value of attribute dasVmConfig.
-
#drsConfig ⇒ Object
Returns the value of attribute drsConfig.
-
#drsVmConfig ⇒ Object
Returns the value of attribute drsVmConfig.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#rule ⇒ Object
Returns the value of attribute rule.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], dasConfig = nil, dasVmConfig = [], drsConfig = nil, drsVmConfig = [], rule = []) ⇒ ClusterConfigInfo
constructor
A new instance of ClusterConfigInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], dasConfig = nil, dasVmConfig = [], drsConfig = nil, drsVmConfig = [], rule = []) ⇒ ClusterConfigInfo
Returns a new instance of ClusterConfigInfo.
3342 3343 3344 3345 3346 3347 3348 3349 3350 |
# File 'lib/vmware/soap/vim25.rb', line 3342 def initialize(dynamicType = nil, dynamicProperty = [], dasConfig = nil, dasVmConfig = [], drsConfig = nil, drsVmConfig = [], rule = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @dasConfig = dasConfig @dasVmConfig = dasVmConfig @drsConfig = drsConfig @drsVmConfig = drsVmConfig @rule = rule end |
Instance Attribute Details
#dasConfig ⇒ Object
Returns the value of attribute dasConfig.
3336 3337 3338 |
# File 'lib/vmware/soap/vim25.rb', line 3336 def dasConfig @dasConfig end |
#dasVmConfig ⇒ Object
Returns the value of attribute dasVmConfig.
3337 3338 3339 |
# File 'lib/vmware/soap/vim25.rb', line 3337 def dasVmConfig @dasVmConfig end |
#drsConfig ⇒ Object
Returns the value of attribute drsConfig.
3338 3339 3340 |
# File 'lib/vmware/soap/vim25.rb', line 3338 def drsConfig @drsConfig end |
#drsVmConfig ⇒ Object
Returns the value of attribute drsVmConfig.
3339 3340 3341 |
# File 'lib/vmware/soap/vim25.rb', line 3339 def drsVmConfig @drsVmConfig end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3335 3336 3337 |
# File 'lib/vmware/soap/vim25.rb', line 3335 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3334 3335 3336 |
# File 'lib/vmware/soap/vim25.rb', line 3334 def dynamicType @dynamicType end |
#rule ⇒ Object
Returns the value of attribute rule.
3340 3341 3342 |
# File 'lib/vmware/soap/vim25.rb', line 3340 def rule @rule end |