Class: ClusterDasVmSettings

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

Overview

urn:vim25ClusterDasVmSettings

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
restartPriority - SOAP::SOAPString
isolationResponse - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], restartPriority = nil, isolationResponse = nil) ⇒ ClusterDasVmSettings

Returns a new instance of ClusterDasVmSettings.



3536
3537
3538
3539
3540
3541
# File 'lib/vmware/soap/vim25.rb', line 3536

def initialize(dynamicType = nil, dynamicProperty = [], restartPriority = nil, isolationResponse = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @restartPriority = restartPriority
  @isolationResponse = isolationResponse
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3532
3533
3534
# File 'lib/vmware/soap/vim25.rb', line 3532

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3531
3532
3533
# File 'lib/vmware/soap/vim25.rb', line 3531

def dynamicType
  @dynamicType
end

#isolationResponseObject

Returns the value of attribute isolationResponse.



3534
3535
3536
# File 'lib/vmware/soap/vim25.rb', line 3534

def isolationResponse
  @isolationResponse
end

#restartPriorityObject

Returns the value of attribute restartPriority.



3533
3534
3535
# File 'lib/vmware/soap/vim25.rb', line 3533

def restartPriority
  @restartPriority
end