Class: HostVMotionConfig

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

Overview

urn:vim25HostVMotionConfig

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vmotionNicKey - SOAP::SOAPString
enabled - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], vmotionNicKey = nil, enabled = nil) ⇒ HostVMotionConfig

Returns a new instance of HostVMotionConfig.



21793
21794
21795
21796
21797
21798
# File 'lib/vmware/soap/vim25.rb', line 21793

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21789
21790
21791
# File 'lib/vmware/soap/vim25.rb', line 21789

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21788
21789
21790
# File 'lib/vmware/soap/vim25.rb', line 21788

def dynamicType
  @dynamicType
end

#enabledObject

Returns the value of attribute enabled.



21791
21792
21793
# File 'lib/vmware/soap/vim25.rb', line 21791

def enabled
  @enabled
end

#vmotionNicKeyObject

Returns the value of attribute vmotionNicKey.



21790
21791
21792
# File 'lib/vmware/soap/vim25.rb', line 21790

def vmotionNicKey
  @vmotionNicKey
end