Class: AddPortGroupRequestType
- Inherits:
-
Object
- Object
- AddPortGroupRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AddPortGroupRequestType
m__this - ManagedObjectReference
portgrp - HostPortGroupSpec
Instance Attribute Summary collapse
-
#portgrp ⇒ Object
Returns the value of attribute portgrp.
Instance Method Summary collapse
-
#initialize(v__this = nil, portgrp = nil) ⇒ AddPortGroupRequestType
constructor
A new instance of AddPortGroupRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, portgrp = nil) ⇒ AddPortGroupRequestType
Returns a new instance of AddPortGroupRequestType.
38820 38821 38822 38823 |
# File 'lib/vmware/soap/vim25.rb', line 38820 def initialize(v__this = nil, portgrp = nil) @v__this = v__this @portgrp = portgrp end |
Instance Attribute Details
#portgrp ⇒ Object
Returns the value of attribute portgrp.
38810 38811 38812 |
# File 'lib/vmware/soap/vim25.rb', line 38810 def portgrp @portgrp end |
Instance Method Details
#m__this ⇒ Object
38812 38813 38814 |
# File 'lib/vmware/soap/vim25.rb', line 38812 def m__this @v__this end |
#m__this=(value) ⇒ Object
38816 38817 38818 |
# File 'lib/vmware/soap/vim25.rb', line 38816 def m__this=(value) @v__this = value end |