Class: QueryConfigTargetRequestType

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

Overview

urn:vim25QueryConfigTargetRequestType

m__this - ManagedObjectReference
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of QueryConfigTargetRequestType.



34274
34275
34276
34277
# File 'lib/vmware/soap/vim25.rb', line 34274

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

Instance Attribute Details

#hostObject

Returns the value of attribute host.



34264
34265
34266
# File 'lib/vmware/soap/vim25.rb', line 34264

def host
  @host
end

Instance Method Details

#m__thisObject



34266
34267
34268
# File 'lib/vmware/soap/vim25.rb', line 34266

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34270
34271
34272
# File 'lib/vmware/soap/vim25.rb', line 34270

def m__this=(value)
  @v__this = value
end