Class: AddPortGroupRequestType

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

Overview

urn:vim25AddPortGroupRequestType

m__this - ManagedObjectReference
portgrp - HostPortGroupSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#portgrpObject

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__thisObject



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