Class: QuerySupportedFeaturesRequestType

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

Overview

urn:vim25QuerySupportedFeaturesRequestType

m__this - ManagedObjectReference
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, host = nil) ⇒ QuerySupportedFeaturesRequestType

Returns a new instance of QuerySupportedFeaturesRequestType.



35167
35168
35169
35170
# File 'lib/vmware/soap/vim25.rb', line 35167

def initialize(v__this = nil, host = nil)
  @v__this = v__this
  @host = host
end

Instance Attribute Details

#hostObject

Returns the value of attribute host.



35157
35158
35159
# File 'lib/vmware/soap/vim25.rb', line 35157

def host
  @host
end

Instance Method Details

#m__thisObject



35159
35160
35161
# File 'lib/vmware/soap/vim25.rb', line 35159

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35163
35164
35165
# File 'lib/vmware/soap/vim25.rb', line 35163

def m__this=(value)
  @v__this = value
end