Class: CreateGroupRequestType
- Inherits:
-
Object
- Object
- CreateGroupRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateGroupRequestType
m__this - ManagedObjectReference
group - HostAccountSpec
Instance Attribute Summary collapse
-
#group ⇒ Object
Returns the value of attribute group.
Instance Method Summary collapse
-
#initialize(v__this = nil, group = nil) ⇒ CreateGroupRequestType
constructor
A new instance of CreateGroupRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, group = nil) ⇒ CreateGroupRequestType
Returns a new instance of CreateGroupRequestType.
38505 38506 38507 38508 |
# File 'lib/vmware/soap/vim25.rb', line 38505 def initialize(v__this = nil, group = nil) @v__this = v__this @group = group end |
Instance Attribute Details
#group ⇒ Object
Returns the value of attribute group.
38495 38496 38497 |
# File 'lib/vmware/soap/vim25.rb', line 38495 def group @group end |
Instance Method Details
#m__this ⇒ Object
38497 38498 38499 |
# File 'lib/vmware/soap/vim25.rb', line 38497 def m__this @v__this end |
#m__this=(value) ⇒ Object
38501 38502 38503 |
# File 'lib/vmware/soap/vim25.rb', line 38501 def m__this=(value) @v__this = value end |