EndpointGroupConfigurationsProperty
Initializer
import com.aliyun.ros.cdk.ga.RosEndpointGroups.EndpointGroupConfigurationsProperty;
EndpointGroupConfigurationsProperty.builder()
.endpointGroupRegion(java.lang.String)
.endpointGroupRegion(IResolvable)
// .enableClientIpPreservationProxyProtocol(java.lang.Boolean)
// .enableClientIpPreservationProxyProtocol(IResolvable)
// .enableClientIpPreservationToa(java.lang.Boolean)
// .enableClientIpPreservationToa(IResolvable)
// .endpointConfigurations(IResolvable)
// .endpointConfigurations(java.util.List<IResolvable)
// .endpointConfigurations(EndpointConfigurationsProperty>)
// .endpointGroupDescription(java.lang.String)
// .endpointGroupDescription(IResolvable)
// .endpointGroupName(java.lang.String)
// .endpointGroupName(IResolvable)
// .endpointGroupType(java.lang.String)
// .endpointGroupType(IResolvable)
// .endpointRequestProtocol(java.lang.String)
// .endpointRequestProtocol(IResolvable)
// .healthCheckEnabled(java.lang.Boolean)
// .healthCheckEnabled(IResolvable)
// .healthCheckIntervalSeconds(java.lang.Number)
// .healthCheckIntervalSeconds(IResolvable)
// .healthCheckPath(java.lang.String)
// .healthCheckPath(IResolvable)
// .healthCheckPort(java.lang.Number)
// .healthCheckPort(IResolvable)
// .healthCheckProtocol(java.lang.String)
// .healthCheckProtocol(IResolvable)
// .portOverrides(IResolvable)
// .portOverrides(java.util.List<IResolvable)
// .portOverrides(PortOverridesProperty>)
// .tags(java.util.List<TagsProperty>)
// .thresholdCount(java.lang.Number)
// .thresholdCount(IResolvable)
// .trafficPercentage(java.lang.Number)
// .trafficPercentage(IResolvable)
.build();
Properties
endpointGroupRegion
Required
public java.lang.Object getEndpointGroupRegion();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
enableClientIpPreservationProxyProtocol
Optional
public java.lang.Object getEnableClientIpPreservationProxyProtocol();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
enableClientIpPreservationToa
Optional
public java.lang.Object getEnableClientIpPreservationToa();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
endpointConfigurations
Optional
public java.lang.Object getEndpointConfigurations();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListEndpointConfigurationsProperty>
endpointGroupDescription
Optional
public java.lang.Object getEndpointGroupDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
endpointGroupName
Optional
public java.lang.Object getEndpointGroupName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
endpointGroupType
Optional
public java.lang.Object getEndpointGroupType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
endpointRequestProtocol
Optional
public java.lang.Object getEndpointRequestProtocol();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
healthCheckEnabled
Optional
public java.lang.Object getHealthCheckEnabled();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
healthCheckIntervalSeconds
Optional
public java.lang.Object getHealthCheckIntervalSeconds();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
healthCheckPath
Optional
public java.lang.Object getHealthCheckPath();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
healthCheckPort
Optional
public java.lang.Object getHealthCheckPort();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
healthCheckProtocol
Optional
public java.lang.Object getHealthCheckProtocol();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
portOverrides
Optional
public java.lang.Object getPortOverrides();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListPortOverridesProperty>
public java.util.List<TagsProperty> getTags();
thresholdCount
Optional
public java.lang.Object getThresholdCount();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
trafficPercentage
Optional
public java.lang.Object getTrafficPercentage();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable