Skip to content

AdvancedSettingsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Slb;
new AdvancedSettingsProperty {
    object Cookie = null,
    object CookieTimeout = null,
    object HealthCheck = null,
    object HealthCheckConnectPort = null,
    object HealthCheckDomain = null,
    object HealthCheckHttpCode = null,
    object HealthCheckInterval = null,
    object HealthCheckTimeout = null,
    object HealthCheckUri = null,
    object HealthyThreshold = null,
    object ListenerSync = null,
    object Scheduler = null,
    object StickySession = null,
    object StickySessionType = null,
    object UnhealthyThreshold = null
};

Properties

Name Type Description
Cookie object No description.
CookieTimeout object No description.
HealthCheck object No description.
HealthCheckConnectPort object No description.
HealthCheckDomain object No description.
HealthCheckHttpCode object No description.
HealthCheckInterval object No description.
HealthCheckTimeout object No description.
HealthCheckUri object No description.
HealthyThreshold object No description.
ListenerSync object No description.
Scheduler object No description.
StickySession object No description.
StickySessionType object No description.
UnhealthyThreshold object No description.

CookieOptional

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

CookieTimeoutOptional

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

HealthCheckOptional

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

HealthCheckConnectPortOptional

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

HealthCheckDomainOptional

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

HealthCheckHttpCodeOptional

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

HealthCheckIntervalOptional

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

HealthCheckTimeoutOptional

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

HealthCheckUriOptional

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

HealthyThresholdOptional

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

ListenerSyncOptional

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

SchedulerOptional

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

StickySessionOptional

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

StickySessionTypeOptional

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

UnhealthyThresholdOptional

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