Class: AddVirtualNicRequestType
- Inherits:
-
Object
- Object
- AddVirtualNicRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AddVirtualNicRequestType
m__this - ManagedObjectReference
portgroup - SOAP::SOAPString
nic - HostVirtualNicSpec
Instance Attribute Summary collapse
-
#nic ⇒ Object
Returns the value of attribute nic.
-
#portgroup ⇒ Object
Returns the value of attribute portgroup.
Instance Method Summary collapse
-
#initialize(v__this = nil, portgroup = nil, nic = nil) ⇒ AddVirtualNicRequestType
constructor
A new instance of AddVirtualNicRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, portgroup = nil, nic = nil) ⇒ AddVirtualNicRequestType
Returns a new instance of AddVirtualNicRequestType.
38928 38929 38930 38931 38932 |
# File 'lib/vmware/soap/vim25.rb', line 38928 def initialize(v__this = nil, portgroup = nil, nic = nil) @v__this = v__this @portgroup = portgroup @nic = nic end |
Instance Attribute Details
#nic ⇒ Object
Returns the value of attribute nic.
38918 38919 38920 |
# File 'lib/vmware/soap/vim25.rb', line 38918 def nic @nic end |
#portgroup ⇒ Object
Returns the value of attribute portgroup.
38917 38918 38919 |
# File 'lib/vmware/soap/vim25.rb', line 38917 def portgroup @portgroup end |
Instance Method Details
#m__this ⇒ Object
38920 38921 38922 |
# File 'lib/vmware/soap/vim25.rb', line 38920 def m__this @v__this end |
#m__this=(value) ⇒ Object
38924 38925 38926 |
# File 'lib/vmware/soap/vim25.rb', line 38924 def m__this=(value) @v__this = value end |