Class: QueryOptionsRequestType

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

Overview

urn:vim25QueryOptionsRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, name = nil) ⇒ QueryOptionsRequestType

Returns a new instance of QueryOptionsRequestType.



39981
39982
39983
39984
# File 'lib/vmware/soap/vim25.rb', line 39981

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



39971
39972
39973
# File 'lib/vmware/soap/vim25.rb', line 39971

def name
  @name
end

Instance Method Details

#m__thisObject



39973
39974
39975
# File 'lib/vmware/soap/vim25.rb', line 39973

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



39977
39978
39979
# File 'lib/vmware/soap/vim25.rb', line 39977

def m__this=(value)
  @v__this = value
end