public static class DescribePortResponseBody.DescribePortResponseBodyNetworkRules
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
backendPort
The port of the origin server.
|
Integer |
frontendPort
The forwarding port.
|
String |
frontendProtocol
The type of the protocol.
|
String |
instanceId
The ID of the instance to which the port forwarding rule is applied.
|
Boolean |
isAutoCreate
Indicates whether the port forwarding rule is automatically created by the instance.
|
List<String> |
realServers
An array that consists of IP addresses of origin servers.
|
| 构造器和说明 |
|---|
DescribePortResponseBodyNetworkRules() |
@NameInMap(value="BackendPort") public Integer backendPort
The port of the origin server.
example:55
@NameInMap(value="FrontendPort") public Integer frontendPort
The forwarding port.
example:55
@NameInMap(value="FrontendProtocol") public String frontendProtocol
The type of the protocol. Valid values:
tcp
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance to which the port forwarding rule is applied.
example:ddoscoo-cn-7e225i41****
@NameInMap(value="IsAutoCreate") public Boolean isAutoCreate
Indicates whether the port forwarding rule is automatically created by the instance. Valid values:
false
public static DescribePortResponseBody.DescribePortResponseBodyNetworkRules build(Map<String,?> map) throws Exception
Exceptionpublic DescribePortResponseBody.DescribePortResponseBodyNetworkRules setBackendPort(Integer backendPort)
public Integer getBackendPort()
public DescribePortResponseBody.DescribePortResponseBodyNetworkRules setFrontendPort(Integer frontendPort)
public Integer getFrontendPort()
public DescribePortResponseBody.DescribePortResponseBodyNetworkRules setFrontendProtocol(String frontendProtocol)
public String getFrontendProtocol()
public DescribePortResponseBody.DescribePortResponseBodyNetworkRules setInstanceId(String instanceId)
public String getInstanceId()
public DescribePortResponseBody.DescribePortResponseBodyNetworkRules setIsAutoCreate(Boolean isAutoCreate)
public Boolean getIsAutoCreate()
public DescribePortResponseBody.DescribePortResponseBodyNetworkRules setRealServers(List<String> realServers)
Copyright © 2026. All rights reserved.