Class: HostNatServiceConfig

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#changeOperationObject

Returns the value of attribute changeOperation.



20228
20229
20230
# File 'lib/vmware/soap/vim25.rb', line 20228

def changeOperation
  @changeOperation
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20227
20228
20229
# File 'lib/vmware/soap/vim25.rb', line 20227

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20226
20227
20228
# File 'lib/vmware/soap/vim25.rb', line 20226

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



20229
20230
20231
# File 'lib/vmware/soap/vim25.rb', line 20229

def key
  @key
end

#specObject

Returns the value of attribute spec.



20230
20231
20232
# File 'lib/vmware/soap/vim25.rb', line 20230

def spec
  @spec
end