public static class ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges
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.
|
构造器和说明 |
---|
ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges() |
@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 ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges()
public static ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges build(Map<String,?> map) throws Exception
Exception
public ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges setFromPort(Integer fromPort)
public Integer getFromPort()
public ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges setToPort(Integer toPort)
public Integer getToPort()
Copyright © 2024. All rights reserved.