Class: MigrateVMRequestType
- Inherits:
-
Object
- Object
- MigrateVMRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MigrateVMRequestType
m__this - ManagedObjectReference
pool - ManagedObjectReference
host - ManagedObjectReference
priority - VirtualMachineMovePriority
state - VirtualMachinePowerState
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#pool ⇒ Object
Returns the value of attribute pool.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Method Summary collapse
-
#initialize(v__this = nil, pool = nil, host = nil, priority = nil, state = nil) ⇒ MigrateVMRequestType
constructor
A new instance of MigrateVMRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, pool = nil, host = nil, priority = nil, state = nil) ⇒ MigrateVMRequestType
Returns a new instance of MigrateVMRequestType.
37021 37022 37023 37024 37025 37026 37027 |
# File 'lib/vmware/soap/vim25.rb', line 37021 def initialize(v__this = nil, pool = nil, host = nil, priority = nil, state = nil) @v__this = v__this @pool = pool @host = host @priority = priority @state = state end |
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
37009 37010 37011 |
# File 'lib/vmware/soap/vim25.rb', line 37009 def host @host end |
#pool ⇒ Object
Returns the value of attribute pool.
37008 37009 37010 |
# File 'lib/vmware/soap/vim25.rb', line 37008 def pool @pool end |
#priority ⇒ Object
Returns the value of attribute priority.
37010 37011 37012 |
# File 'lib/vmware/soap/vim25.rb', line 37010 def priority @priority end |
#state ⇒ Object
Returns the value of attribute state.
37011 37012 37013 |
# File 'lib/vmware/soap/vim25.rb', line 37011 def state @state end |
Instance Method Details
#m__this ⇒ Object
37013 37014 37015 |
# File 'lib/vmware/soap/vim25.rb', line 37013 def m__this @v__this end |
#m__this=(value) ⇒ Object
37017 37018 37019 |
# File 'lib/vmware/soap/vim25.rb', line 37017 def m__this=(value) @v__this = value end |