Class: QueryNetworkHintRequestType
- Inherits:
-
Object
- Object
- QueryNetworkHintRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryNetworkHintRequestType
m__this - ManagedObjectReference
device - SOAP::SOAPString
Instance Attribute Summary collapse
-
#device ⇒ Object
Returns the value of attribute device.
Instance Method Summary collapse
-
#initialize(v__this = nil, device = []) ⇒ QueryNetworkHintRequestType
constructor
A new instance of QueryNetworkHintRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, device = []) ⇒ QueryNetworkHintRequestType
Returns a new instance of QueryNetworkHintRequestType.
38906 38907 38908 38909 |
# File 'lib/vmware/soap/vim25.rb', line 38906 def initialize(v__this = nil, device = []) @v__this = v__this @device = device end |
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
38896 38897 38898 |
# File 'lib/vmware/soap/vim25.rb', line 38896 def device @device end |
Instance Method Details
#m__this ⇒ Object
38898 38899 38900 |
# File 'lib/vmware/soap/vim25.rb', line 38898 def m__this @v__this end |
#m__this=(value) ⇒ Object
38902 38903 38904 |
# File 'lib/vmware/soap/vim25.rb', line 38902 def m__this=(value) @v__this = value end |