Class: ClusterDrsVmConfigInfo

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

Overview

urn:vim25ClusterDrsVmConfigInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - ManagedObjectReference
enabled - SOAP::SOAPBoolean
behavior - DrsBehavior

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, enabled = nil, behavior = nil) ⇒ ClusterDrsVmConfigInfo

Returns a new instance of ClusterDrsVmConfigInfo.



3391
3392
3393
3394
3395
3396
3397
# File 'lib/vmware/soap/vim25.rb', line 3391

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, enabled = nil, behavior = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @enabled = enabled
  @behavior = behavior
end

Instance Attribute Details

#behaviorObject

Returns the value of attribute behavior.



3389
3390
3391
# File 'lib/vmware/soap/vim25.rb', line 3389

def behavior
  @behavior
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3386
3387
3388
# File 'lib/vmware/soap/vim25.rb', line 3386

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3385
3386
3387
# File 'lib/vmware/soap/vim25.rb', line 3385

def dynamicType
  @dynamicType
end

#enabledObject

Returns the value of attribute enabled.



3388
3389
3390
# File 'lib/vmware/soap/vim25.rb', line 3388

def enabled
  @enabled
end

#keyObject

Returns the value of attribute key.



3387
3388
3389
# File 'lib/vmware/soap/vim25.rb', line 3387

def key
  @key
end