Class: UpdateVirtualNicRequestType
- Inherits:
-
Object
- Object
- UpdateVirtualNicRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateVirtualNicRequestType
m__this - ManagedObjectReference
device - SOAP::SOAPString
nic - HostVirtualNicSpec
Instance Attribute Summary collapse
-
#device ⇒ Object
Returns the value of attribute device.
-
#nic ⇒ Object
Returns the value of attribute nic.
Instance Method Summary collapse
-
#initialize(v__this = nil, device = nil, nic = nil) ⇒ UpdateVirtualNicRequestType
constructor
A new instance of UpdateVirtualNicRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, device = nil, nic = nil) ⇒ UpdateVirtualNicRequestType
Returns a new instance of UpdateVirtualNicRequestType.
38971 38972 38973 38974 38975 |
# File 'lib/vmware/soap/vim25.rb', line 38971 def initialize(v__this = nil, device = nil, nic = nil) @v__this = v__this @device = device @nic = nic end |
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
38960 38961 38962 |
# File 'lib/vmware/soap/vim25.rb', line 38960 def device @device end |
#nic ⇒ Object
Returns the value of attribute nic.
38961 38962 38963 |
# File 'lib/vmware/soap/vim25.rb', line 38961 def nic @nic end |
Instance Method Details
#m__this ⇒ Object
38963 38964 38965 |
# File 'lib/vmware/soap/vim25.rb', line 38963 def m__this @v__this end |
#m__this=(value) ⇒ Object
38967 38968 38969 |
# File 'lib/vmware/soap/vim25.rb', line 38967 def m__this=(value) @v__this = value end |