Class: HostNatService
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostNatService
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostNatService
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
spec - HostNatServiceSpec
Instance Attribute Summary collapse
-
#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 = [], key = nil, spec = nil) ⇒ HostNatService
constructor
A new instance of HostNatService.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, spec = nil) ⇒ HostNatService
Returns a new instance of HostNatService.
20252 20253 20254 20255 20256 20257 |
# File 'lib/vmware/soap/vim25.rb', line 20252 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, spec = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @spec = spec end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20248 20249 20250 |
# File 'lib/vmware/soap/vim25.rb', line 20248 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20247 20248 20249 |
# File 'lib/vmware/soap/vim25.rb', line 20247 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
20249 20250 20251 |
# File 'lib/vmware/soap/vim25.rb', line 20249 def key @key end |
#spec ⇒ Object
Returns the value of attribute spec.
20250 20251 20252 |
# File 'lib/vmware/soap/vim25.rb', line 20250 def spec @spec end |