Class: ValidateMigrationRequestType
- Inherits:
-
Object
- Object
- ValidateMigrationRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ValidateMigrationRequestType
m__this - ManagedObjectReference
vm - ManagedObjectReference
state - VirtualMachinePowerState
testType - SOAP::SOAPString
pool - ManagedObjectReference
host - ManagedObjectReference
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#pool ⇒ Object
Returns the value of attribute pool.
-
#state ⇒ Object
Returns the value of attribute state.
-
#testType ⇒ Object
Returns the value of attribute testType.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(v__this = nil, vm = [], state = nil, testType = [], pool = nil, host = nil) ⇒ ValidateMigrationRequestType
constructor
A new instance of ValidateMigrationRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, vm = [], state = nil, testType = [], pool = nil, host = nil) ⇒ ValidateMigrationRequestType
Returns a new instance of ValidateMigrationRequestType.
35933 35934 35935 35936 35937 35938 35939 35940 |
# File 'lib/vmware/soap/vim25.rb', line 35933 def initialize(v__this = nil, vm = [], state = nil, testType = [], pool = nil, host = nil) @v__this = v__this @vm = vm @state = state @testType = testType @pool = pool @host = host end |
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
35923 35924 35925 |
# File 'lib/vmware/soap/vim25.rb', line 35923 def host @host end |
#pool ⇒ Object
Returns the value of attribute pool.
35922 35923 35924 |
# File 'lib/vmware/soap/vim25.rb', line 35922 def pool @pool end |
#state ⇒ Object
Returns the value of attribute state.
35920 35921 35922 |
# File 'lib/vmware/soap/vim25.rb', line 35920 def state @state end |
#testType ⇒ Object
Returns the value of attribute testType.
35921 35922 35923 |
# File 'lib/vmware/soap/vim25.rb', line 35921 def testType @testType end |
#vm ⇒ Object
Returns the value of attribute vm.
35919 35920 35921 |
# File 'lib/vmware/soap/vim25.rb', line 35919 def vm @vm end |
Instance Method Details
#m__this ⇒ Object
35925 35926 35927 |
# File 'lib/vmware/soap/vim25.rb', line 35925 def m__this @v__this end |
#m__this=(value) ⇒ Object
35929 35930 35931 |
# File 'lib/vmware/soap/vim25.rb', line 35929 def m__this=(value) @v__this = value end |