Class: RegisterVMRequestType
- Inherits:
-
Object
- Object
- RegisterVMRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RegisterVMRequestType
m__this - ManagedObjectReference
path - SOAP::SOAPString
name - SOAP::SOAPString
asTemplate - SOAP::SOAPBoolean
pool - ManagedObjectReference
host - ManagedObjectReference
Instance Attribute Summary collapse
-
#asTemplate ⇒ Object
Returns the value of attribute asTemplate.
-
#host ⇒ Object
Returns the value of attribute host.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#pool ⇒ Object
Returns the value of attribute pool.
Instance Method Summary collapse
-
#initialize(v__this = nil, path = nil, name = nil, asTemplate = nil, pool = nil, host = nil) ⇒ RegisterVMRequestType
constructor
A new instance of RegisterVMRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, path = nil, name = nil, asTemplate = nil, pool = nil, host = nil) ⇒ RegisterVMRequestType
Returns a new instance of RegisterVMRequestType.
34655 34656 34657 34658 34659 34660 34661 34662 |
# File 'lib/vmware/soap/vim25.rb', line 34655 def initialize(v__this = nil, path = nil, name = nil, asTemplate = nil, pool = nil, host = nil) @v__this = v__this @path = path @name = name @asTemplate = asTemplate @pool = pool @host = host end |
Instance Attribute Details
#asTemplate ⇒ Object
Returns the value of attribute asTemplate.
34643 34644 34645 |
# File 'lib/vmware/soap/vim25.rb', line 34643 def asTemplate @asTemplate end |
#host ⇒ Object
Returns the value of attribute host.
34645 34646 34647 |
# File 'lib/vmware/soap/vim25.rb', line 34645 def host @host end |
#name ⇒ Object
Returns the value of attribute name.
34642 34643 34644 |
# File 'lib/vmware/soap/vim25.rb', line 34642 def name @name end |
#path ⇒ Object
Returns the value of attribute path.
34641 34642 34643 |
# File 'lib/vmware/soap/vim25.rb', line 34641 def path @path end |
#pool ⇒ Object
Returns the value of attribute pool.
34644 34645 34646 |
# File 'lib/vmware/soap/vim25.rb', line 34644 def pool @pool end |
Instance Method Details
#m__this ⇒ Object
34647 34648 34649 |
# File 'lib/vmware/soap/vim25.rb', line 34647 def m__this @v__this end |
#m__this=(value) ⇒ Object
34651 34652 34653 |
# File 'lib/vmware/soap/vim25.rb', line 34651 def m__this=(value) @v__this = value end |