Skip to content

GatewaysProps

Properties for defining a Gateways.

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

Initializer

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

Properties

Name Type Description
GatewayId interface{} Property gatewayId: The ID of gateway.
GatewayType interface{} Property gatewayType: The type of gateway.
InstanceId interface{} Property instanceId: The instance ID of gateway.
Name interface{} Property name: The name of gateway.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Vpc interface{} Property vpc: The vpc ID of gateway.

GatewayIdOptional

GatewayId interface{}
  • Type: interface{}

Property gatewayId: The ID of gateway.


GatewayTypeOptional

GatewayType interface{}
  • Type: interface{}

Property gatewayType: The type of gateway.


InstanceIdOptional

InstanceId interface{}
  • Type: interface{}

Property instanceId: The instance ID of gateway.


NameOptional

Name interface{}
  • Type: interface{}

Property name: The name of gateway.


RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

VpcOptional

Vpc interface{}
  • Type: interface{}

Property vpc: The vpc ID of gateway.