Class: HostNatServicePortForwardSpec

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

Overview

urn:vim25HostNatServicePortForwardSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
name - SOAP::SOAPString
hostPort - SOAP::SOAPInt
guestPort - SOAP::SOAPInt
guestIpAddress - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, name = nil, hostPort = nil, guestPort = nil, guestIpAddress = nil) ⇒ HostNatServicePortForwardSpec

Returns a new instance of HostNatServicePortForwardSpec.



20134
20135
20136
20137
20138
20139
20140
20141
20142
# File 'lib/vmware/soap/vim25.rb', line 20134

def initialize(dynamicType = nil, dynamicProperty = [], type = nil, name = nil, hostPort = nil, guestPort = nil, guestIpAddress = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @type = type
  @name = name
  @hostPort = hostPort
  @guestPort = guestPort
  @guestIpAddress = guestIpAddress
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20127
20128
20129
# File 'lib/vmware/soap/vim25.rb', line 20127

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20126
20127
20128
# File 'lib/vmware/soap/vim25.rb', line 20126

def dynamicType
  @dynamicType
end

#guestIpAddressObject

Returns the value of attribute guestIpAddress.



20132
20133
20134
# File 'lib/vmware/soap/vim25.rb', line 20132

def guestIpAddress
  @guestIpAddress
end

#guestPortObject

Returns the value of attribute guestPort.



20131
20132
20133
# File 'lib/vmware/soap/vim25.rb', line 20131

def guestPort
  @guestPort
end

#hostPortObject

Returns the value of attribute hostPort.



20130
20131
20132
# File 'lib/vmware/soap/vim25.rb', line 20130

def hostPort
  @hostPort
end

#nameObject

Returns the value of attribute name.



20129
20130
20131
# File 'lib/vmware/soap/vim25.rb', line 20129

def name
  @name
end

#typeObject

Returns the value of attribute type.



20128
20129
20130
# File 'lib/vmware/soap/vim25.rb', line 20128

def type
  @type
end