Class: QueryVMotionCompatibilityRequestType
- Inherits:
-
Object
- Object
- QueryVMotionCompatibilityRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryVMotionCompatibilityRequestType
m__this - ManagedObjectReference
vm - ManagedObjectReference
host - ManagedObjectReference
compatibility - SOAP::SOAPString
Instance Attribute Summary collapse
-
#compatibility ⇒ Object
Returns the value of attribute compatibility.
-
#host ⇒ Object
Returns the value of attribute host.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(v__this = nil, vm = nil, host = [], compatibility = []) ⇒ QueryVMotionCompatibilityRequestType
constructor
A new instance of QueryVMotionCompatibilityRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, vm = nil, host = [], compatibility = []) ⇒ QueryVMotionCompatibilityRequestType
Returns a new instance of QueryVMotionCompatibilityRequestType.
35961 35962 35963 35964 35965 35966 |
# File 'lib/vmware/soap/vim25.rb', line 35961 def initialize(v__this = nil, vm = nil, host = [], compatibility = []) @v__this = v__this @vm = vm @host = host @compatibility = compatibility end |
Instance Attribute Details
#compatibility ⇒ Object
Returns the value of attribute compatibility.
35951 35952 35953 |
# File 'lib/vmware/soap/vim25.rb', line 35951 def compatibility @compatibility end |
#host ⇒ Object
Returns the value of attribute host.
35950 35951 35952 |
# File 'lib/vmware/soap/vim25.rb', line 35950 def host @host end |
#vm ⇒ Object
Returns the value of attribute vm.
35949 35950 35951 |
# File 'lib/vmware/soap/vim25.rb', line 35949 def vm @vm end |
Instance Method Details
#m__this ⇒ Object
35953 35954 35955 |
# File 'lib/vmware/soap/vim25.rb', line 35953 def m__this @v__this end |
#m__this=(value) ⇒ Object
35957 35958 35959 |
# File 'lib/vmware/soap/vim25.rb', line 35957 def m__this=(value) @v__this = value end |