Class: HostVirtualSwitchConfig
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostVirtualSwitchConfig
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostVirtualSwitchConfig
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
changeOperation - SOAP::SOAPString
name - SOAP::SOAPString
spec - HostVirtualSwitchSpec
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.
-
#name ⇒ Object
Returns the value of attribute name.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, name = nil, spec = nil) ⇒ HostVirtualSwitchConfig
constructor
A new instance of HostVirtualSwitchConfig.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, name = nil, spec = nil) ⇒ HostVirtualSwitchConfig
Returns a new instance of HostVirtualSwitchConfig.
22029 22030 22031 22032 22033 22034 22035 |
# File 'lib/vmware/soap/vim25.rb', line 22029 def initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, name = nil, spec = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @changeOperation = changeOperation @name = name @spec = spec end |
Instance Attribute Details
#changeOperation ⇒ Object
Returns the value of attribute changeOperation.
22025 22026 22027 |
# File 'lib/vmware/soap/vim25.rb', line 22025 def changeOperation @changeOperation end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22024 22025 22026 |
# File 'lib/vmware/soap/vim25.rb', line 22024 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22023 22024 22025 |
# File 'lib/vmware/soap/vim25.rb', line 22023 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
22026 22027 22028 |
# File 'lib/vmware/soap/vim25.rb', line 22026 def name @name end |
#spec ⇒ Object
Returns the value of attribute spec.
22027 22028 22029 |
# File 'lib/vmware/soap/vim25.rb', line 22027 def spec @spec end |