Class: UpdatePortGroupRequestType

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

Overview

urn:vim25UpdatePortGroupRequestType

m__this - ManagedObjectReference
pgName - SOAP::SOAPString
portgrp - HostPortGroupSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, pgName = nil, portgrp = nil) ⇒ UpdatePortGroupRequestType

Returns a new instance of UpdatePortGroupRequestType.



38862
38863
38864
38865
38866
# File 'lib/vmware/soap/vim25.rb', line 38862

def initialize(v__this = nil, pgName = nil, portgrp = nil)
  @v__this = v__this
  @pgName = pgName
  @portgrp = portgrp
end

Instance Attribute Details

#pgNameObject

Returns the value of attribute pgName.



38851
38852
38853
# File 'lib/vmware/soap/vim25.rb', line 38851

def pgName
  @pgName
end

#portgrpObject

Returns the value of attribute portgrp.



38852
38853
38854
# File 'lib/vmware/soap/vim25.rb', line 38852

def portgrp
  @portgrp
end

Instance Method Details

#m__thisObject



38854
38855
38856
# File 'lib/vmware/soap/vim25.rb', line 38854

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



38858
38859
38860
# File 'lib/vmware/soap/vim25.rb', line 38858

def m__this=(value)
  @v__this = value
end