Class: ClusterDasVmConfigInfo

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

Overview

urn:vim25ClusterDasVmConfigInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - ManagedObjectReference
restartPriority - DasVmPriority
powerOffOnIsolation - SOAP::SOAPBoolean
dasSettings - ClusterDasVmSettings

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, restartPriority = nil, powerOffOnIsolation = nil, dasSettings = nil) ⇒ ClusterDasVmConfigInfo

Returns a new instance of ClusterDasVmConfigInfo.



3515
3516
3517
3518
3519
3520
3521
3522
# File 'lib/vmware/soap/vim25.rb', line 3515

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, restartPriority = nil, powerOffOnIsolation = nil, dasSettings = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @restartPriority = restartPriority
  @powerOffOnIsolation = powerOffOnIsolation
  @dasSettings = dasSettings
end

Instance Attribute Details

#dasSettingsObject

Returns the value of attribute dasSettings.



3513
3514
3515
# File 'lib/vmware/soap/vim25.rb', line 3513

def dasSettings
  @dasSettings
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3509
3510
3511
# File 'lib/vmware/soap/vim25.rb', line 3509

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3508
3509
3510
# File 'lib/vmware/soap/vim25.rb', line 3508

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



3510
3511
3512
# File 'lib/vmware/soap/vim25.rb', line 3510

def key
  @key
end

#powerOffOnIsolationObject

Returns the value of attribute powerOffOnIsolation.



3512
3513
3514
# File 'lib/vmware/soap/vim25.rb', line 3512

def powerOffOnIsolation
  @powerOffOnIsolation
end

#restartPriorityObject

Returns the value of attribute restartPriority.



3511
3512
3513
# File 'lib/vmware/soap/vim25.rb', line 3511

def restartPriority
  @restartPriority
end