Skip to content

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

Name Type Description
endpointGroupRegion java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
enableClientIpPreservationProxyProtocol java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
enableClientIpPreservationToa java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
endpointConfigurations com.aliyun.ros.cdk.core.IResolvable OR java.util.ListEndpointConfigurationsProperty> No description.
endpointGroupDescription java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
endpointGroupName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
endpointGroupType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
endpointRequestProtocol java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
healthCheckEnabled java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
healthCheckIntervalSeconds java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
healthCheckPath java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
healthCheckPort java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
healthCheckProtocol java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
portOverrides com.aliyun.ros.cdk.core.IResolvable OR java.util.ListPortOverridesProperty> No description.
tags java.util.List<TagsProperty> No description.
thresholdCount java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
trafficPercentage java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.

endpointGroupRegionRequired

public java.lang.Object getEndpointGroupRegion();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

enableClientIpPreservationProxyProtocolOptional

public java.lang.Object getEnableClientIpPreservationProxyProtocol();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

enableClientIpPreservationToaOptional

public java.lang.Object getEnableClientIpPreservationToa();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

endpointConfigurationsOptional

public java.lang.Object getEndpointConfigurations();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListEndpointConfigurationsProperty>

endpointGroupDescriptionOptional

public java.lang.Object getEndpointGroupDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

endpointGroupNameOptional

public java.lang.Object getEndpointGroupName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

endpointGroupTypeOptional

public java.lang.Object getEndpointGroupType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

endpointRequestProtocolOptional

public java.lang.Object getEndpointRequestProtocol();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

healthCheckEnabledOptional

public java.lang.Object getHealthCheckEnabled();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

healthCheckIntervalSecondsOptional

public java.lang.Object getHealthCheckIntervalSeconds();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

healthCheckPathOptional

public java.lang.Object getHealthCheckPath();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

healthCheckPortOptional

public java.lang.Object getHealthCheckPort();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

healthCheckProtocolOptional

public java.lang.Object getHealthCheckProtocol();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

portOverridesOptional

public java.lang.Object getPortOverrides();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListPortOverridesProperty>

tagsOptional

public java.util.List<TagsProperty> getTags();

thresholdCountOptional

public java.lang.Object getThresholdCount();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

trafficPercentageOptional

public java.lang.Object getTrafficPercentage();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable