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. |
AppId
Required
AppId interface{}
- Type: interface{}
Property appId: Successful application deployment target ID.
Internet
Optional
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.
InternetSlbId
Optional
InternetSlbId interface{}
- Type: interface{}
Property internetSlbId: Use SLB purchased specified, currently only supports non-shared examples.
Intranet
Optional
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.
IntranetSlbId
Optional
IntranetSlbId interface{}
- Type: interface{}
Property intranetSlbId: Use SLB purchased specified, currently only supports non-shared examples.