Class: HostVMotionCompatibility

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

Overview

urn:vim25HostVMotionCompatibility

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
host - ManagedObjectReference
compatibility - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], host = nil, compatibility = []) ⇒ HostVMotionCompatibility

Returns a new instance of HostVMotionCompatibility.



2137
2138
2139
2140
2141
2142
# File 'lib/vmware/soap/vim25.rb', line 2137

def initialize(dynamicType = nil, dynamicProperty = [], host = nil, compatibility = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @host = host
  @compatibility = compatibility
end

Instance Attribute Details

#compatibilityObject

Returns the value of attribute compatibility.



2135
2136
2137
# File 'lib/vmware/soap/vim25.rb', line 2135

def compatibility
  @compatibility
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2133
2134
2135
# File 'lib/vmware/soap/vim25.rb', line 2133

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2132
2133
2134
# File 'lib/vmware/soap/vim25.rb', line 2132

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



2134
2135
2136
# File 'lib/vmware/soap/vim25.rb', line 2134

def host
  @host
end