Class: HostNatServiceConfig
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostNatServiceConfig
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostNatServiceConfig
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
changeOperation - SOAP::SOAPString
key - SOAP::SOAPString
spec - HostNatServiceSpec
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.
-
#key ⇒ Object
Returns the value of attribute key.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, key = nil, spec = nil) ⇒ HostNatServiceConfig
constructor
A new instance of HostNatServiceConfig.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, key = nil, spec = nil) ⇒ HostNatServiceConfig
Returns a new instance of HostNatServiceConfig.
20232 20233 20234 20235 20236 20237 20238 |
# File 'lib/vmware/soap/vim25.rb', line 20232 def initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, key = nil, spec = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @changeOperation = changeOperation @key = key @spec = spec end |
Instance Attribute Details
#changeOperation ⇒ Object
Returns the value of attribute changeOperation.
20228 20229 20230 |
# File 'lib/vmware/soap/vim25.rb', line 20228 def changeOperation @changeOperation end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20227 20228 20229 |
# File 'lib/vmware/soap/vim25.rb', line 20227 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20226 20227 20228 |
# File 'lib/vmware/soap/vim25.rb', line 20226 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
20229 20230 20231 |
# File 'lib/vmware/soap/vim25.rb', line 20229 def key @key end |
#spec ⇒ Object
Returns the value of attribute spec.
20230 20231 20232 |
# File 'lib/vmware/soap/vim25.rb', line 20230 def spec @spec end |