public static class CreateCustomRoutingEndpointGroupsRequest.CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurationsPolicyConfigurations
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
address
The IP address of the destination to which traffic is forwarded.
|
List<CreateCustomRoutingEndpointGroupsRequest.CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurationsPolicyConfigurationsPortRanges> |
portRanges
The port range of the destination to which traffic is forwarded.
|
构造器和说明 |
---|
CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurationsPolicyConfigurations() |
@NameInMap(value="Address") public String address
The IP address of the destination to which traffic is forwarded.
This parameter takes effect only when **TrafficToEndpointPolicy** is set to **AllowCustom**.
You can specify at most 20 destination IP addresses for each endpoint.
@NameInMap(value="PortRanges") public List<CreateCustomRoutingEndpointGroupsRequest.CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurationsPolicyConfigurationsPortRanges> portRanges
The port range of the destination to which traffic is forwarded. The value of this parameter must fall within the port range of the endpoint group.
If you leave this parameter empty, traffic is forwarded to all destination ports.
This parameter takes effect only when **TrafficToEndpointPolicy** is set to **AllowCustom**.
You can specify port ranges for at most 20 destinations in each endpoint and specify at most five port ranges for each destination.
public CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurationsPolicyConfigurations()
public static CreateCustomRoutingEndpointGroupsRequest.CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurationsPolicyConfigurations build(Map<String,?> map) throws Exception
Exception
public CreateCustomRoutingEndpointGroupsRequest.CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurationsPolicyConfigurations setAddress(String address)
public String getAddress()
public CreateCustomRoutingEndpointGroupsRequest.CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurationsPolicyConfigurations setPortRanges(List<CreateCustomRoutingEndpointGroupsRequest.CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurationsPolicyConfigurationsPortRanges> portRanges)
Copyright © 2024. All rights reserved.