Class: ClusterConfigSpec

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

Instance Method Summary collapse

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

#dasConfigObject

Returns the value of attribute dasConfig.



3455
3456
3457
# File 'lib/vmware/soap/vim25.rb', line 3455

def dasConfig
  @dasConfig
end

#dasVmConfigSpecObject

Returns the value of attribute dasVmConfigSpec.



3456
3457
3458
# File 'lib/vmware/soap/vim25.rb', line 3456

def dasVmConfigSpec
  @dasVmConfigSpec
end

#drsConfigObject

Returns the value of attribute drsConfig.



3457
3458
3459
# File 'lib/vmware/soap/vim25.rb', line 3457

def drsConfig
  @drsConfig
end

#drsVmConfigSpecObject

Returns the value of attribute drsVmConfigSpec.



3458
3459
3460
# File 'lib/vmware/soap/vim25.rb', line 3458

def drsVmConfigSpec
  @drsVmConfigSpec
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3454
3455
3456
# File 'lib/vmware/soap/vim25.rb', line 3454

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3453
3454
3455
# File 'lib/vmware/soap/vim25.rb', line 3453

def dynamicType
  @dynamicType
end

#rulesSpecObject

Returns the value of attribute rulesSpec.



3459
3460
3461
# File 'lib/vmware/soap/vim25.rb', line 3459

def rulesSpec
  @rulesSpec
end