Class: RemovePortGroupRequestType
- Inherits:
-
Object
- Object
- RemovePortGroupRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RemovePortGroupRequestType
m__this - ManagedObjectReference
pgName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#pgName ⇒ Object
Returns the value of attribute pgName.
Instance Method Summary collapse
-
#initialize(v__this = nil, pgName = nil) ⇒ RemovePortGroupRequestType
constructor
A new instance of RemovePortGroupRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, pgName = nil) ⇒ RemovePortGroupRequestType
Returns a new instance of RemovePortGroupRequestType.
38840 38841 38842 38843 |
# File 'lib/vmware/soap/vim25.rb', line 38840 def initialize(v__this = nil, pgName = nil) @v__this = v__this @pgName = pgName end |
Instance Attribute Details
#pgName ⇒ Object
Returns the value of attribute pgName.
38830 38831 38832 |
# File 'lib/vmware/soap/vim25.rb', line 38830 def pgName @pgName end |
Instance Method Details
#m__this ⇒ Object
38832 38833 38834 |
# File 'lib/vmware/soap/vim25.rb', line 38832 def m__this @v__this end |
#m__this=(value) ⇒ Object
38836 38837 38838 |
# File 'lib/vmware/soap/vim25.rb', line 38836 def m__this=(value) @v__this = value end |