Class: SelectVnicRequestType
- Inherits:
-
Object
- Object
- SelectVnicRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SelectVnicRequestType
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 = nil) ⇒ SelectVnicRequestType
constructor
A new instance of SelectVnicRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, device = nil) ⇒ SelectVnicRequestType
Returns a new instance of SelectVnicRequestType.
39925 39926 39927 39928 |
# File 'lib/vmware/soap/vim25.rb', line 39925 def initialize(v__this = nil, device = nil) @v__this = v__this @device = device end |
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
39915 39916 39917 |
# File 'lib/vmware/soap/vim25.rb', line 39915 def device @device end |
Instance Method Details
#m__this ⇒ Object
39917 39918 39919 |
# File 'lib/vmware/soap/vim25.rb', line 39917 def m__this @v__this end |
#m__this=(value) ⇒ Object
39921 39922 39923 |
# File 'lib/vmware/soap/vim25.rb', line 39921 def m__this=(value) @v__this = value end |