public static class UpdateEndpointGroupRequest.UpdateEndpointGroupRequestPortOverrides
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.
|
构造器和说明 |
---|
UpdateEndpointGroupRequestPortOverrides() |
限定符和类型 | 方法和说明 |
---|---|
static UpdateEndpointGroupRequest.UpdateEndpointGroupRequestPortOverrides |
build(Map<String,?> map) |
Integer |
getEndpointPort() |
Integer |
getListenerPort() |
UpdateEndpointGroupRequest.UpdateEndpointGroupRequestPortOverrides |
setEndpointPort(Integer endpointPort) |
UpdateEndpointGroupRequest.UpdateEndpointGroupRequestPortOverrides |
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 in a port mapping must be the one used by the current listener.
public static UpdateEndpointGroupRequest.UpdateEndpointGroupRequestPortOverrides build(Map<String,?> map) throws Exception
Exception
public UpdateEndpointGroupRequest.UpdateEndpointGroupRequestPortOverrides setEndpointPort(Integer endpointPort)
public Integer getEndpointPort()
public UpdateEndpointGroupRequest.UpdateEndpointGroupRequestPortOverrides setListenerPort(Integer listenerPort)
public Integer getListenerPort()
Copyright © 2024. All rights reserved.