Class: ClusterConfigInfoEx

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

Overview

urn:vim25ClusterConfigInfoEx

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vmSwapPlacement - SOAP::SOAPString
dasConfig - ClusterDasConfigInfo
dasVmConfig - ClusterDasVmConfigInfo
drsConfig - ClusterDrsConfigInfo
drsVmConfig - ClusterDrsVmConfigInfo
rule - ClusterRuleInfo
dpmConfigInfo - ClusterDpmConfigInfo
dpmHostConfig - ClusterDpmHostConfigInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], vmSwapPlacement = nil, dasConfig = nil, dasVmConfig = [], drsConfig = nil, drsVmConfig = [], rule = [], dpmConfigInfo = nil, dpmHostConfig = []) ⇒ ClusterConfigInfoEx

Returns a new instance of ClusterConfigInfoEx.



596
597
598
599
600
601
602
603
604
605
606
607
# File 'lib/vmware/soap/vim25.rb', line 596

def initialize(dynamicType = nil, dynamicProperty = [], vmSwapPlacement = nil, dasConfig = nil, dasVmConfig = [], drsConfig = nil, drsVmConfig = [], rule = [], dpmConfigInfo = nil, dpmHostConfig = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @vmSwapPlacement = vmSwapPlacement
  @dasConfig = dasConfig
  @dasVmConfig = dasVmConfig
  @drsConfig = drsConfig
  @drsVmConfig = drsVmConfig
  @rule = rule
  @dpmConfigInfo = dpmConfigInfo
  @dpmHostConfig = dpmHostConfig
end

Instance Attribute Details

#dasConfigObject

Returns the value of attribute dasConfig.



588
589
590
# File 'lib/vmware/soap/vim25.rb', line 588

def dasConfig
  @dasConfig
end

#dasVmConfigObject

Returns the value of attribute dasVmConfig.



589
590
591
# File 'lib/vmware/soap/vim25.rb', line 589

def dasVmConfig
  @dasVmConfig
end

#dpmConfigInfoObject

Returns the value of attribute dpmConfigInfo.



593
594
595
# File 'lib/vmware/soap/vim25.rb', line 593

def dpmConfigInfo
  @dpmConfigInfo
end

#dpmHostConfigObject

Returns the value of attribute dpmHostConfig.



594
595
596
# File 'lib/vmware/soap/vim25.rb', line 594

def dpmHostConfig
  @dpmHostConfig
end

#drsConfigObject

Returns the value of attribute drsConfig.



590
591
592
# File 'lib/vmware/soap/vim25.rb', line 590

def drsConfig
  @drsConfig
end

#drsVmConfigObject

Returns the value of attribute drsVmConfig.



591
592
593
# File 'lib/vmware/soap/vim25.rb', line 591

def drsVmConfig
  @drsVmConfig
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



586
587
588
# File 'lib/vmware/soap/vim25.rb', line 586

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



585
586
587
# File 'lib/vmware/soap/vim25.rb', line 585

def dynamicType
  @dynamicType
end

#ruleObject

Returns the value of attribute rule.



592
593
594
# File 'lib/vmware/soap/vim25.rb', line 592

def rule
  @rule
end

#vmSwapPlacementObject

Returns the value of attribute vmSwapPlacement.



587
588
589
# File 'lib/vmware/soap/vim25.rb', line 587

def vmSwapPlacement
  @vmSwapPlacement
end