Class: HostPortGroupConfig
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostPortGroupConfig
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostPortGroupConfig
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
changeOperation - SOAP::SOAPString
spec - HostPortGroupSpec
Instance Attribute Summary collapse
-
#changeOperation ⇒ Object
Returns the value of attribute changeOperation.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, spec = nil) ⇒ HostPortGroupConfig
constructor
A new instance of HostPortGroupConfig.
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
#changeOperation ⇒ Object
Returns the value of attribute changeOperation.
21085 21086 21087 |
# File 'lib/vmware/soap/vim25.rb', line 21085 def changeOperation @changeOperation end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21084 21085 21086 |
# File 'lib/vmware/soap/vim25.rb', line 21084 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21083 21084 21085 |
# File 'lib/vmware/soap/vim25.rb', line 21083 def dynamicType @dynamicType end |
#spec ⇒ Object
Returns the value of attribute spec.
21086 21087 21088 |
# File 'lib/vmware/soap/vim25.rb', line 21086 def spec @spec end |