Class: QueryConfigOptionRequestType

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

Overview

urn:vim25QueryConfigOptionRequestType

m__this - ManagedObjectReference
key - SOAP::SOAPString
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, key = nil, host = nil) ⇒ QueryConfigOptionRequestType

Returns a new instance of QueryConfigOptionRequestType.



34253
34254
34255
34256
34257
# File 'lib/vmware/soap/vim25.rb', line 34253

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

Instance Attribute Details

#hostObject

Returns the value of attribute host.



34243
34244
34245
# File 'lib/vmware/soap/vim25.rb', line 34243

def host
  @host
end

#keyObject

Returns the value of attribute key.



34242
34243
34244
# File 'lib/vmware/soap/vim25.rb', line 34242

def key
  @key
end

Instance Method Details

#m__thisObject



34245
34246
34247
# File 'lib/vmware/soap/vim25.rb', line 34245

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34249
34250
34251
# File 'lib/vmware/soap/vim25.rb', line 34249

def m__this=(value)
  @v__this = value
end