public static class DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
fromPort
The first port of the port range used by the traffic destination to process requests.
|
Integer |
toPort
The last port of the port range used by the traffic destination to process requests.
|
构造器和说明 |
---|
DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges() |
@NameInMap(value="FromPort") public Integer fromPort
The first port of the port range used by the traffic destination to process requests.
@NameInMap(value="ToPort") public Integer toPort
The last port of the port range used by the traffic destination to process requests.
public DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges()
public static DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges build(Map<String,?> map) throws Exception
Exception
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges setFromPort(Integer fromPort)
public Integer getFromPort()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges setToPort(Integer toPort)
public Integer getToPort()
Copyright © 2024. All rights reserved.