Skip to content

EndpointGroupConfigurationsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ga;
new EndpointGroupConfigurationsProperty {
    object EndpointGroupRegion,
    object EnableClientIpPreservationProxyProtocol = null,
    object EnableClientIpPreservationToa = null,
    object EndpointConfigurations = null,
    object EndpointGroupDescription = null,
    object EndpointGroupName = null,
    object EndpointGroupType = null,
    object EndpointRequestProtocol = null,
    object HealthCheckEnabled = null,
    object HealthCheckIntervalSeconds = null,
    object HealthCheckPath = null,
    object HealthCheckPort = null,
    object HealthCheckProtocol = null,
    object PortOverrides = null,
    TagsProperty[] Tags = null,
    object ThresholdCount = null,
    object TrafficPercentage = null
};

Properties

Name Type Description
EndpointGroupRegion object No description.
EnableClientIpPreservationProxyProtocol object No description.
EnableClientIpPreservationToa object No description.
EndpointConfigurations object No description.
EndpointGroupDescription object No description.
EndpointGroupName object No description.
EndpointGroupType object No description.
EndpointRequestProtocol object No description.
HealthCheckEnabled object No description.
HealthCheckIntervalSeconds object No description.
HealthCheckPath object No description.
HealthCheckPort object No description.
HealthCheckProtocol object No description.
PortOverrides object No description.
Tags TagsProperty[] No description.
ThresholdCount object No description.
TrafficPercentage object No description.

EndpointGroupRegionRequired

public object EndpointGroupRegion { get; set; }
  • Type: object

EnableClientIpPreservationProxyProtocolOptional

public object EnableClientIpPreservationProxyProtocol { get; set; }
  • Type: object

EnableClientIpPreservationToaOptional

public object EnableClientIpPreservationToa { get; set; }
  • Type: object

EndpointConfigurationsOptional

public object EndpointConfigurations { get; set; }
  • Type: object

EndpointGroupDescriptionOptional

public object EndpointGroupDescription { get; set; }
  • Type: object

EndpointGroupNameOptional

public object EndpointGroupName { get; set; }
  • Type: object

EndpointGroupTypeOptional

public object EndpointGroupType { get; set; }
  • Type: object

EndpointRequestProtocolOptional

public object EndpointRequestProtocol { get; set; }
  • Type: object

HealthCheckEnabledOptional

public object HealthCheckEnabled { get; set; }
  • Type: object

HealthCheckIntervalSecondsOptional

public object HealthCheckIntervalSeconds { get; set; }
  • Type: object

HealthCheckPathOptional

public object HealthCheckPath { get; set; }
  • Type: object

HealthCheckPortOptional

public object HealthCheckPort { get; set; }
  • Type: object

HealthCheckProtocolOptional

public object HealthCheckProtocol { get; set; }
  • Type: object

PortOverridesOptional

public object PortOverrides { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }

ThresholdCountOptional

public object ThresholdCount { get; set; }
  • Type: object

TrafficPercentageOptional

public object TrafficPercentage { get; set; }
  • Type: object