Skip to content

HealthCheckProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb"
&alicloudroscdkslb.HealthCheckProperty {
    Domain: interface{},
    Exp: interface{},
    HealthCheckMethod: interface{},
    HealthCheckType: interface{},
    HealthyThreshold: interface{},
    HttpCode: interface{},
    Interval: interface{},
    Port: interface{},
    Req: interface{},
    Switch: interface{},
    Timeout: interface{},
    UnhealthyThreshold: interface{},
    Uri: interface{},
}

Properties

Name Type Description
Domain interface{} No description.
Exp interface{} No description.
HealthCheckMethod interface{} No description.
HealthCheckType interface{} No description.
HealthyThreshold interface{} No description.
HttpCode interface{} No description.
Interval interface{} No description.
Port interface{} No description.
Req interface{} No description.
Switch interface{} No description.
Timeout interface{} No description.
UnhealthyThreshold interface{} No description.
Uri interface{} No description.

DomainOptional

Domain interface{}
  • Type: interface{}

ExpOptional

Exp interface{}
  • Type: interface{}

HealthCheckMethodOptional

HealthCheckMethod interface{}
  • Type: interface{}

HealthCheckTypeOptional

HealthCheckType interface{}
  • Type: interface{}

HealthyThresholdOptional

HealthyThreshold interface{}
  • Type: interface{}

HttpCodeOptional

HttpCode interface{}
  • Type: interface{}

IntervalOptional

Interval interface{}
  • Type: interface{}

PortOptional

Port interface{}
  • Type: interface{}

ReqOptional

Req interface{}
  • Type: interface{}

SwitchOptional

Switch interface{}
  • Type: interface{}

TimeoutOptional

Timeout interface{}
  • Type: interface{}

UnhealthyThresholdOptional

UnhealthyThreshold interface{}
  • Type: interface{}

UriOptional

Uri interface{}
  • Type: interface{}