Class: HostVMotionCompatibility
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostVMotionCompatibility
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostVMotionCompatibility
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
host - ManagedObjectReference
compatibility - SOAP::SOAPString
Instance Attribute Summary collapse
-
#compatibility ⇒ Object
Returns the value of attribute compatibility.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#host ⇒ Object
Returns the value of attribute host.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], host = nil, compatibility = []) ⇒ HostVMotionCompatibility
constructor
A new instance of HostVMotionCompatibility.
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
#compatibility ⇒ Object
Returns the value of attribute compatibility.
2135 2136 2137 |
# File 'lib/vmware/soap/vim25.rb', line 2135 def compatibility @compatibility end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2133 2134 2135 |
# File 'lib/vmware/soap/vim25.rb', line 2133 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2132 2133 2134 |
# File 'lib/vmware/soap/vim25.rb', line 2132 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
2134 2135 2136 |
# File 'lib/vmware/soap/vim25.rb', line 2134 def host @host end |