Class: ClusterDpmHostConfigInfo

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

Overview

urn:vim25ClusterDpmHostConfigInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ClusterDpmHostConfigInfo.



3435
3436
3437
3438
3439
3440
3441
# File 'lib/vmware/soap/vim25.rb', line 3435

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.



3433
3434
3435
# File 'lib/vmware/soap/vim25.rb', line 3433

def behavior
  @behavior
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3430
3431
3432
# File 'lib/vmware/soap/vim25.rb', line 3430

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3429
3430
3431
# File 'lib/vmware/soap/vim25.rb', line 3429

def dynamicType
  @dynamicType
end

#enabledObject

Returns the value of attribute enabled.



3432
3433
3434
# File 'lib/vmware/soap/vim25.rb', line 3432

def enabled
  @enabled
end

#keyObject

Returns the value of attribute key.



3431
3432
3433
# File 'lib/vmware/soap/vim25.rb', line 3431

def key
  @key
end