Class: UpdatePortGroupRequestType
- Inherits:
-
Object
- Object
- UpdatePortGroupRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdatePortGroupRequestType
m__this - ManagedObjectReference
pgName - SOAP::SOAPString
portgrp - HostPortGroupSpec
Instance Attribute Summary collapse
-
#pgName ⇒ Object
Returns the value of attribute pgName.
-
#portgrp ⇒ Object
Returns the value of attribute portgrp.
Instance Method Summary collapse
-
#initialize(v__this = nil, pgName = nil, portgrp = nil) ⇒ UpdatePortGroupRequestType
constructor
A new instance of UpdatePortGroupRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, pgName = nil, portgrp = nil) ⇒ UpdatePortGroupRequestType
Returns a new instance of UpdatePortGroupRequestType.
38862 38863 38864 38865 38866 |
# File 'lib/vmware/soap/vim25.rb', line 38862 def initialize(v__this = nil, pgName = nil, portgrp = nil) @v__this = v__this @pgName = pgName @portgrp = portgrp end |
Instance Attribute Details
#pgName ⇒ Object
Returns the value of attribute pgName.
38851 38852 38853 |
# File 'lib/vmware/soap/vim25.rb', line 38851 def pgName @pgName end |
#portgrp ⇒ Object
Returns the value of attribute portgrp.
38852 38853 38854 |
# File 'lib/vmware/soap/vim25.rb', line 38852 def portgrp @portgrp end |
Instance Method Details
#m__this ⇒ Object
38854 38855 38856 |
# File 'lib/vmware/soap/vim25.rb', line 38854 def m__this @v__this end |
#m__this=(value) ⇒ Object
38858 38859 38860 |
# File 'lib/vmware/soap/vim25.rb', line 38858 def m__this=(value) @v__this = value end |