GatewayProps
Properties for defining a Gateway
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mse-gateway
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmse"
&alicloudroscdkmse.GatewayProps {
Replica: interface{},
Spec: interface{},
VpcId: interface{},
VSwitchId: interface{},
BackupVSwitchId: interface{},
EnterpriseSecurityGroup: interface{},
InternetSlbSpec: interface{},
Name: interface{},
SlbSpec: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Replica |
interface{} |
Property replica: Gateway Node Number. |
Spec |
interface{} |
Property spec: Gateway Node Specifications. |
VpcId |
interface{} |
Property vpcId: VpcId. |
VSwitchId |
interface{} |
Property vSwitchId: VSwitchId. |
BackupVSwitchId |
interface{} |
Property backupVSwitchId: VSwitchId For Backup. |
EnterpriseSecurityGroup |
interface{} |
Property enterpriseSecurityGroup:. |
InternetSlbSpec |
interface{} |
Property internetSlbSpec:. |
Name |
interface{} |
Property name:. |
SlbSpec |
interface{} |
Property slbSpec:. |
Replica
Required
Replica interface{}
- Type: interface{}
Property replica: Gateway Node Number.
Spec
Required
Spec interface{}
- Type: interface{}
Property spec: Gateway Node Specifications.
VpcId
Required
VpcId interface{}
- Type: interface{}
Property vpcId: VpcId.
VSwitchId
Required
VSwitchId interface{}
- Type: interface{}
Property vSwitchId: VSwitchId.
BackupVSwitchId
Optional
BackupVSwitchId interface{}
- Type: interface{}
Property backupVSwitchId: VSwitchId For Backup.
EnterpriseSecurityGroup
Optional
EnterpriseSecurityGroup interface{}
- Type: interface{}
Property enterpriseSecurityGroup:.
InternetSlbSpec
Optional
InternetSlbSpec interface{}
- Type: interface{}
Property internetSlbSpec:.
Name
Optional
Name interface{}
- Type: interface{}
Property name:.
SlbSpec
Optional
SlbSpec interface{}
- Type: interface{}
Property slbSpec:.