Skip to content

RosGatewaysProps

Properties for defining a RosGateways.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-mse-gateways

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmse/datasource"
&datasource.RosGatewaysProps {
    GatewayId: interface{},
    GatewayType: interface{},
    InstanceId: interface{},
    Name: interface{},
    RefreshOptions: interface{},
    Vpc: interface{},
}

Properties

Name Type Description
GatewayId interface{} No description.
GatewayType interface{} No description.
InstanceId interface{} No description.
Name interface{} No description.
RefreshOptions interface{} No description.
Vpc interface{} No description.

GatewayIdOptional

GatewayId interface{}
  • Type: interface{}

GatewayTypeOptional

GatewayType interface{}
  • Type: interface{}

InstanceIdOptional

InstanceId interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

VpcOptional

Vpc interface{}
  • Type: interface{}