Class: ClusterConfigSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterConfigSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterConfigSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
dasConfig - ClusterDasConfigInfo
dasVmConfigSpec - ClusterDasVmConfigSpec
drsConfig - ClusterDrsConfigInfo
drsVmConfigSpec - ClusterDrsVmConfigSpec
rulesSpec - ClusterRuleSpec
Instance Attribute Summary collapse
-
#dasConfig ⇒ Object
Returns the value of attribute dasConfig.
-
#dasVmConfigSpec ⇒ Object
Returns the value of attribute dasVmConfigSpec.
-
#drsConfig ⇒ Object
Returns the value of attribute drsConfig.
-
#drsVmConfigSpec ⇒ Object
Returns the value of attribute drsVmConfigSpec.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#rulesSpec ⇒ Object
Returns the value of attribute rulesSpec.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], dasConfig = nil, dasVmConfigSpec = [], drsConfig = nil, drsVmConfigSpec = [], rulesSpec = []) ⇒ ClusterConfigSpec
constructor
A new instance of ClusterConfigSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], dasConfig = nil, dasVmConfigSpec = [], drsConfig = nil, drsVmConfigSpec = [], rulesSpec = []) ⇒ ClusterConfigSpec
Returns a new instance of ClusterConfigSpec.
3461 3462 3463 3464 3465 3466 3467 3468 3469 |
# File 'lib/vmware/soap/vim25.rb', line 3461 def initialize(dynamicType = nil, dynamicProperty = [], dasConfig = nil, dasVmConfigSpec = [], drsConfig = nil, drsVmConfigSpec = [], rulesSpec = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @dasConfig = dasConfig @dasVmConfigSpec = dasVmConfigSpec @drsConfig = drsConfig @drsVmConfigSpec = drsVmConfigSpec @rulesSpec = rulesSpec end |
Instance Attribute Details
#dasConfig ⇒ Object
Returns the value of attribute dasConfig.
3455 3456 3457 |
# File 'lib/vmware/soap/vim25.rb', line 3455 def dasConfig @dasConfig end |
#dasVmConfigSpec ⇒ Object
Returns the value of attribute dasVmConfigSpec.
3456 3457 3458 |
# File 'lib/vmware/soap/vim25.rb', line 3456 def dasVmConfigSpec @dasVmConfigSpec end |
#drsConfig ⇒ Object
Returns the value of attribute drsConfig.
3457 3458 3459 |
# File 'lib/vmware/soap/vim25.rb', line 3457 def drsConfig @drsConfig end |
#drsVmConfigSpec ⇒ Object
Returns the value of attribute drsVmConfigSpec.
3458 3459 3460 |
# File 'lib/vmware/soap/vim25.rb', line 3458 def drsVmConfigSpec @drsVmConfigSpec end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3454 3455 3456 |
# File 'lib/vmware/soap/vim25.rb', line 3454 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3453 3454 3455 |
# File 'lib/vmware/soap/vim25.rb', line 3453 def dynamicType @dynamicType end |
#rulesSpec ⇒ Object
Returns the value of attribute rulesSpec.
3459 3460 3461 |
# File 'lib/vmware/soap/vim25.rb', line 3459 def rulesSpec @rulesSpec end |