Class: CreateGroupRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25CreateGroupRequestType

m__this - ManagedObjectReference
group - HostAccountSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#groupObject

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__thisObject



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