Class: HostPortGroupConfig

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

Overview

urn:vim25HostPortGroupConfig

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
changeOperation - SOAP::SOAPString
spec - HostPortGroupSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, spec = nil) ⇒ HostPortGroupConfig

Returns a new instance of HostPortGroupConfig.



21088
21089
21090
21091
21092
21093
# File 'lib/vmware/soap/vim25.rb', line 21088

def initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, spec = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @changeOperation = changeOperation
  @spec = spec
end

Instance Attribute Details

#changeOperationObject

Returns the value of attribute changeOperation.



21085
21086
21087
# File 'lib/vmware/soap/vim25.rb', line 21085

def changeOperation
  @changeOperation
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21084
21085
21086
# File 'lib/vmware/soap/vim25.rb', line 21084

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21083
21084
21085
# File 'lib/vmware/soap/vim25.rb', line 21083

def dynamicType
  @dynamicType
end

#specObject

Returns the value of attribute spec.



21086
21087
21088
# File 'lib/vmware/soap/vim25.rb', line 21086

def spec
  @spec
end