Class: RemovePortGroupRequestType

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

Overview

urn:vim25RemovePortGroupRequestType

m__this - ManagedObjectReference
pgName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#pgNameObject

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__thisObject



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