Class: HostNatServicePortForwardSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostNatServicePortForwardSpec
- 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
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#guestIpAddress ⇒ Object
Returns the value of attribute guestIpAddress.
-
#guestPort ⇒ Object
Returns the value of attribute guestPort.
-
#hostPort ⇒ Object
Returns the value of attribute hostPort.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, name = nil, hostPort = nil, guestPort = nil, guestIpAddress = nil) ⇒ HostNatServicePortForwardSpec
constructor
A new instance of HostNatServicePortForwardSpec.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20127 20128 20129 |
# File 'lib/vmware/soap/vim25.rb', line 20127 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20126 20127 20128 |
# File 'lib/vmware/soap/vim25.rb', line 20126 def dynamicType @dynamicType end |
#guestIpAddress ⇒ Object
Returns the value of attribute guestIpAddress.
20132 20133 20134 |
# File 'lib/vmware/soap/vim25.rb', line 20132 def guestIpAddress @guestIpAddress end |
#guestPort ⇒ Object
Returns the value of attribute guestPort.
20131 20132 20133 |
# File 'lib/vmware/soap/vim25.rb', line 20131 def guestPort @guestPort end |
#hostPort ⇒ Object
Returns the value of attribute hostPort.
20130 20131 20132 |
# File 'lib/vmware/soap/vim25.rb', line 20130 def hostPort @hostPort end |
#name ⇒ Object
Returns the value of attribute name.
20129 20130 20131 |
# File 'lib/vmware/soap/vim25.rb', line 20129 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
20128 20129 20130 |
# File 'lib/vmware/soap/vim25.rb', line 20128 def type @type end |