Skip to content

RosGatewayProps

Properties for defining a RosGateway.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mse-gateway

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmse"
&alicloudroscdkmse.RosGatewayProps {
    Replica: interface{},
    Spec: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
    BackupVSwitchId: interface{},
    EnterpriseSecurityGroup: interface{},
    InternetSlbSpec: interface{},
    Name: interface{},
    SlbSpec: interface{},
}

Properties

Name Type Description
Replica interface{} No description.
Spec interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.
BackupVSwitchId interface{} No description.
EnterpriseSecurityGroup interface{} No description.
InternetSlbSpec interface{} No description.
Name interface{} No description.
SlbSpec interface{} No description.

ReplicaRequired

Replica interface{}
  • Type: interface{}

SpecRequired

Spec interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

BackupVSwitchIdOptional

BackupVSwitchId interface{}
  • Type: interface{}

EnterpriseSecurityGroupOptional

EnterpriseSecurityGroup interface{}
  • Type: interface{}

InternetSlbSpecOptional

InternetSlbSpec interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

SlbSpecOptional

SlbSpec interface{}
  • Type: interface{}