Class: ClusterConfigInfo

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

Instance Method Summary collapse

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

#dasConfigObject

Returns the value of attribute dasConfig.



3336
3337
3338
# File 'lib/vmware/soap/vim25.rb', line 3336

def dasConfig
  @dasConfig
end

#dasVmConfigObject

Returns the value of attribute dasVmConfig.



3337
3338
3339
# File 'lib/vmware/soap/vim25.rb', line 3337

def dasVmConfig
  @dasVmConfig
end

#drsConfigObject

Returns the value of attribute drsConfig.



3338
3339
3340
# File 'lib/vmware/soap/vim25.rb', line 3338

def drsConfig
  @drsConfig
end

#drsVmConfigObject

Returns the value of attribute drsVmConfig.



3339
3340
3341
# File 'lib/vmware/soap/vim25.rb', line 3339

def drsVmConfig
  @drsVmConfig
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3335
3336
3337
# File 'lib/vmware/soap/vim25.rb', line 3335

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3334
3335
3336
# File 'lib/vmware/soap/vim25.rb', line 3334

def dynamicType
  @dynamicType
end

#ruleObject

Returns the value of attribute rule.



3340
3341
3342
# File 'lib/vmware/soap/vim25.rb', line 3340

def rule
  @rule
end