Class: RemoveVirtualNicRequestType
- Inherits:
-
Object
- Object
- RemoveVirtualNicRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RemoveVirtualNicRequestType
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) ⇒ RemoveVirtualNicRequestType
constructor
A new instance of RemoveVirtualNicRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, device = nil) ⇒ RemoveVirtualNicRequestType
Returns a new instance of RemoveVirtualNicRequestType.
38949 38950 38951 38952 |
# File 'lib/vmware/soap/vim25.rb', line 38949 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.
38939 38940 38941 |
# File 'lib/vmware/soap/vim25.rb', line 38939 def device @device end |
Instance Method Details
#m__this ⇒ Object
38941 38942 38943 |
# File 'lib/vmware/soap/vim25.rb', line 38941 def m__this @v__this end |
#m__this=(value) ⇒ Object
38945 38946 38947 |
# File 'lib/vmware/soap/vim25.rb', line 38945 def m__this=(value) @v__this = value end |