Skip to content

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:.

ReplicaRequired

Replica interface{}
  • Type: interface{}

Property replica: Gateway Node Number.


SpecRequired

Spec interface{}
  • Type: interface{}

Property spec: Gateway Node Specifications.


VpcIdRequired

VpcId interface{}
  • Type: interface{}

Property vpcId: VpcId.


VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

Property vSwitchId: VSwitchId.


BackupVSwitchIdOptional

BackupVSwitchId interface{}
  • Type: interface{}

Property backupVSwitchId: VSwitchId For Backup.


EnterpriseSecurityGroupOptional

EnterpriseSecurityGroup interface{}
  • Type: interface{}

Property enterpriseSecurityGroup:.


InternetSlbSpecOptional

InternetSlbSpec interface{}
  • Type: interface{}

Property internetSlbSpec:.


NameOptional

Name interface{}
  • Type: interface{}

Property name:.


SlbSpecOptional

SlbSpec interface{}
  • Type: interface{}

Property slbSpec:.