Skip to content

SlbBindingProps

Properties for defining a SlbBinding.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sae-slbbinding

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksae"
&alicloudroscdksae.SlbBindingProps {
    AppId: interface{},
    Internet: interface{},
    InternetSlbId: interface{},
    Intranet: interface{},
    IntranetSlbId: interface{},
}

Properties

Name Type Description
AppId interface{} Property appId: Successful application deployment target ID.
Internet interface{} Property internet: Binding public SLB.
InternetSlbId interface{} Property internetSlbId: Use SLB purchased specified, currently only supports non-shared examples.
Intranet interface{} Property intranet: Bind private SLB.
IntranetSlbId interface{} Property intranetSlbId: Use SLB purchased specified, currently only supports non-shared examples.

AppIdRequired

AppId interface{}
  • Type: interface{}

Property appId: Successful application deployment target ID.


InternetOptional

Internet interface{}
  • Type: interface{}

Property internet: Binding public SLB.

For example: [{ "port": 80, "targetPort": 8080, "protocol": "TCP"}], shows a container port 8080 through port 80 slb exposed service, the protocol is TCP, the blank is ignored.


InternetSlbIdOptional

InternetSlbId interface{}
  • Type: interface{}

Property internetSlbId: Use SLB purchased specified, currently only supports non-shared examples.


IntranetOptional

Intranet interface{}
  • Type: interface{}

Property intranet: Bind private SLB.

For example: [{ "port": 80, "targetPort": 8080, "protocol": "TCP"}], shows a container port 8080 through port 80 slb exposed service, the protocol is TCP, the blank is ignored.


IntranetSlbIdOptional

IntranetSlbId interface{}
  • Type: interface{}

Property intranetSlbId: Use SLB purchased specified, currently only supports non-shared examples.