Class: QueryDescriptionsRequestType

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

Overview

urn:vim25QueryDescriptionsRequestType

m__this - ManagedObjectReference
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of QueryDescriptionsRequestType.



34159
34160
34161
34162
# File 'lib/vmware/soap/vim25.rb', line 34159

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

Instance Attribute Details

#hostObject

Returns the value of attribute host.



34149
34150
34151
# File 'lib/vmware/soap/vim25.rb', line 34149

def host
  @host
end

Instance Method Details

#m__thisObject



34151
34152
34153
# File 'lib/vmware/soap/vim25.rb', line 34151

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34155
34156
34157
# File 'lib/vmware/soap/vim25.rb', line 34155

def m__this=(value)
  @v__this = value
end