public static class CreateEndpointGroupsRequest.CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endpointPort
The endpoint port that is mapped to the listener port.
|
Long |
listenerPort
The listener port that is mapped to the endpoint port.
|
| 构造器和说明 |
|---|
CreateEndpointGroupsRequest.CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides() |
@NameInMap(value="EndpointPort") public Long endpointPort
The endpoint port that is mapped to the listener port.
You can specify endpoint ports in up to five port mappings.
@NameInMap(value="ListenerPort") public Long listenerPort
The listener port that is mapped to the endpoint port.
You can specify listener ports in up to five port mappings.
>
* Only HTTP and HTTPS listeners support port mappings.
* The listener port in a port mapping must be the one used by the current listener.
public CreateEndpointGroupsRequest.CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides()
public static CreateEndpointGroupsRequest.CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides build(Map<String,?> map) throws Exception
Exceptionpublic CreateEndpointGroupsRequest.CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides setEndpointPort(Long endpointPort)
public Long getEndpointPort()
public CreateEndpointGroupsRequest.CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides setListenerPort(Long listenerPort)
public Long getListenerPort()
Copyright © 2023. All rights reserved.