Class: DeselectVnicRequestType
- Inherits:
-
Object
- Object
- DeselectVnicRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DeselectVnicRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ DeselectVnicRequestType
constructor
A new instance of DeselectVnicRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ DeselectVnicRequestType
Returns a new instance of DeselectVnicRequestType.
39942 39943 39944 |
# File 'lib/vmware/soap/vim25.rb', line 39942 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
39934 39935 39936 |
# File 'lib/vmware/soap/vim25.rb', line 39934 def m__this @v__this end |
#m__this=(value) ⇒ Object
39938 39939 39940 |
# File 'lib/vmware/soap/vim25.rb', line 39938 def m__this=(value) @v__this = value end |