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