public static class DescribeEndpointGroupResponseBody.DescribeEndpointGroupResponseBodyEndpointConfigurations
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
enableClientIPPreservation
Indicates whether the client IP address preservation feature is enabled.
|
String |
endpoint
The IP address or domain name of the endpoint.
|
Integer |
probePort
The port that is used to monitor latency.
|
String |
probeProtocol
The protocol that is used to monitor the network latency.
|
String |
type
The type of the endpoint.
|
Integer |
weight
The weight of the endpoint.
|
| 构造器和说明 |
|---|
DescribeEndpointGroupResponseBody.DescribeEndpointGroupResponseBodyEndpointConfigurations() |
@NameInMap(value="EnableClientIPPreservation") public Boolean enableClientIPPreservation
Indicates whether the client IP address preservation feature is enabled. Valid values:
* **true**: The client IP address preservation feature is enabled.
* **false**: The client IP address preservation feature is disabled.
@NameInMap(value="Endpoint") public String endpoint
The IP address or domain name of the endpoint.
@NameInMap(value="ProbePort") public Integer probePort
The port that is used to monitor latency.
@NameInMap(value="ProbeProtocol") public String probeProtocol
The protocol that is used to monitor the network latency. Valid values:
* **tcp**: TCP
* **icmp**: ICMP
@NameInMap(value="Type") public String type
The type of the endpoint. Valid values:
* **Domain**: a custom domain name
* **Ip**: a custom IP address
* **PublicIp**: a public IP address provided by Alibaba Cloud
* **ECS**: an Elastic Compute Service (ECS) instance
* **SLB**: a Server Load Balancer (SLB) instance
* **ALB**: an Application Load Balancer (ALB) instance
* **OSS**: an Object Storage Service (OSS) bucket
@NameInMap(value="Weight") public Integer weight
The weight of the endpoint.
public DescribeEndpointGroupResponseBody.DescribeEndpointGroupResponseBodyEndpointConfigurations()
public static DescribeEndpointGroupResponseBody.DescribeEndpointGroupResponseBodyEndpointConfigurations build(Map<String,?> map) throws Exception
Exceptionpublic DescribeEndpointGroupResponseBody.DescribeEndpointGroupResponseBodyEndpointConfigurations setEnableClientIPPreservation(Boolean enableClientIPPreservation)
public Boolean getEnableClientIPPreservation()
public DescribeEndpointGroupResponseBody.DescribeEndpointGroupResponseBodyEndpointConfigurations setEndpoint(String endpoint)
public String getEndpoint()
public DescribeEndpointGroupResponseBody.DescribeEndpointGroupResponseBodyEndpointConfigurations setProbePort(Integer probePort)
public Integer getProbePort()
public DescribeEndpointGroupResponseBody.DescribeEndpointGroupResponseBodyEndpointConfigurations setProbeProtocol(String probeProtocol)
public String getProbeProtocol()
public DescribeEndpointGroupResponseBody.DescribeEndpointGroupResponseBodyEndpointConfigurations setType(String type)
public String getType()
public DescribeEndpointGroupResponseBody.DescribeEndpointGroupResponseBodyEndpointConfigurations setWeight(Integer weight)
public Integer getWeight()
Copyright © 2023. All rights reserved.