Available in Classic
This is a port forwarding rule.
Syntax
The syntax is as follows.
private String portForwardingConfigurationNo;
private String portForwardingPublicIp;
private Zone zone;
private Integer portForwardingExternalPort;
private Integer portForwardingInternalPort;
private ServerInstance serverInstance;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
portForwardingConfigurationNo |
String | Required | Port forwarding configuration number
|
portForwardingPublicIp |
String | Required | Public IP for port forwarding
|
zone |
Zone | Required | Port forwarding Zone |
portForwardingExternalPort |
Integer | Required | External port to connect to the server with port forwarding
|
portForwardingInternalPort |
Integer | Required | Internal port to connect to the server with port forwarding
|
serverInstance |
ServerInstance | Required | Port forwarding target server |