Class: ReconnectHostRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25ReconnectHostRequestType

m__this - ManagedObjectReference
cnxSpec - HostConnectSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, cnxSpec = nil) ⇒ ReconnectHostRequestType

Returns a new instance of ReconnectHostRequestType.

[View source]

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

#cnxSpecObject

Returns the value of attribute cnxSpec.


34881
34882
34883
# File 'lib/vmware/soap/vim25.rb', line 34881

def cnxSpec
  @cnxSpec
end

Instance Method Details

#m__thisObject

[View source]

34883
34884
34885
# File 'lib/vmware/soap/vim25.rb', line 34883

def m__this
  @v__this
end

#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