public static class CreateEndpointGroupRequest.CreateEndpointGroupRequestPortOverrides
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
endpointPort
The endpoint port that is mapped to the listener port.
|
Integer |
listenerPort
The listener port that is mapped to the endpoint port.
|
构造器和说明 |
---|
CreateEndpointGroupRequestPortOverrides() |
限定符和类型 | 方法和说明 |
---|---|
static CreateEndpointGroupRequest.CreateEndpointGroupRequestPortOverrides |
build(Map<String,?> map) |
Integer |
getEndpointPort() |
Integer |
getListenerPort() |
CreateEndpointGroupRequest.CreateEndpointGroupRequestPortOverrides |
setEndpointPort(Integer endpointPort) |
CreateEndpointGroupRequest.CreateEndpointGroupRequestPortOverrides |
setListenerPort(Integer listenerPort) |
@NameInMap(value="EndpointPort") public Integer endpointPort
The endpoint port that is mapped to the listener port.
@NameInMap(value="ListenerPort") public Integer listenerPort
The listener port that is mapped to the endpoint port.
> * Only HTTP and HTTPS listeners support port mappings.
>* The listener port must be the one used by the current listener.
public static CreateEndpointGroupRequest.CreateEndpointGroupRequestPortOverrides build(Map<String,?> map) throws Exception
Exception
public CreateEndpointGroupRequest.CreateEndpointGroupRequestPortOverrides setEndpointPort(Integer endpointPort)
public Integer getEndpointPort()
public CreateEndpointGroupRequest.CreateEndpointGroupRequestPortOverrides setListenerPort(Integer listenerPort)
public Integer getListenerPort()
Copyright © 2024. All rights reserved.