Class: HostNatService

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

Overview

urn:vim25HostNatService

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
spec - HostNatServiceSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20248
20249
20250
# File 'lib/vmware/soap/vim25.rb', line 20248

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20247
20248
20249
# File 'lib/vmware/soap/vim25.rb', line 20247

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



20249
20250
20251
# File 'lib/vmware/soap/vim25.rb', line 20249

def key
  @key
end

#specObject

Returns the value of attribute spec.



20250
20251
20252
# File 'lib/vmware/soap/vim25.rb', line 20250

def spec
  @spec
end