Class: ClusterDasConfigInfo

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

Overview

urn:vim25ClusterDasConfigInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
enabled - SOAP::SOAPBoolean
failoverLevel - SOAP::SOAPInt
admissionControlEnabled - SOAP::SOAPBoolean
defaultVmSettings - ClusterDasVmSettings
option - OptionValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, failoverLevel = nil, admissionControlEnabled = nil, defaultVmSettings = nil, option = []) ⇒ ClusterDasConfigInfo

Returns a new instance of ClusterDasConfigInfo.



3489
3490
3491
3492
3493
3494
3495
3496
3497
# File 'lib/vmware/soap/vim25.rb', line 3489

def initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, failoverLevel = nil, admissionControlEnabled = nil, defaultVmSettings = nil, option = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @enabled = enabled
  @failoverLevel = failoverLevel
  @admissionControlEnabled = admissionControlEnabled
  @defaultVmSettings = defaultVmSettings
  @option = option
end

Instance Attribute Details

#admissionControlEnabledObject

Returns the value of attribute admissionControlEnabled.



3485
3486
3487
# File 'lib/vmware/soap/vim25.rb', line 3485

def admissionControlEnabled
  @admissionControlEnabled
end

#defaultVmSettingsObject

Returns the value of attribute defaultVmSettings.



3486
3487
3488
# File 'lib/vmware/soap/vim25.rb', line 3486

def defaultVmSettings
  @defaultVmSettings
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3482
3483
3484
# File 'lib/vmware/soap/vim25.rb', line 3482

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3481
3482
3483
# File 'lib/vmware/soap/vim25.rb', line 3481

def dynamicType
  @dynamicType
end

#enabledObject

Returns the value of attribute enabled.



3483
3484
3485
# File 'lib/vmware/soap/vim25.rb', line 3483

def enabled
  @enabled
end

#failoverLevelObject

Returns the value of attribute failoverLevel.



3484
3485
3486
# File 'lib/vmware/soap/vim25.rb', line 3484

def failoverLevel
  @failoverLevel
end

#optionObject

Returns the value of attribute option.



3487
3488
3489
# File 'lib/vmware/soap/vim25.rb', line 3487

def option
  @option
end