Class: ReconnectHostRequestType
- Inherits:
-
Object
- Object
- ReconnectHostRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ReconnectHostRequestType
m__this - ManagedObjectReference
cnxSpec - HostConnectSpec
Instance Attribute Summary collapse
-
#cnxSpec ⇒ Object
Returns the value of attribute cnxSpec.
Instance Method Summary collapse
-
#initialize(v__this = nil, cnxSpec = nil) ⇒ ReconnectHostRequestType
constructor
A new instance of ReconnectHostRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil, cnxSpec = nil) ⇒ ReconnectHostRequestType
Returns a new instance of ReconnectHostRequestType.
34891 34892 34893 34894 |
# File 'lib/vmware/soap/vim25.rb', line 34891 def initialize(v__this = nil, cnxSpec = nil) @v__this = v__this @cnxSpec = cnxSpec end |
Instance Attribute Details
permalink #cnxSpec ⇒ Object
Returns the value of attribute cnxSpec.
34881 34882 34883 |
# File 'lib/vmware/soap/vim25.rb', line 34881 def cnxSpec @cnxSpec end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
34883 34884 34885 |
# File 'lib/vmware/soap/vim25.rb', line 34883 def m__this @v__this end |
permalink #m__this=(value) ⇒ Object
[View source]
34887 34888 34889 |
# File 'lib/vmware/soap/vim25.rb', line 34887 def m__this=(value) @v__this = value end |