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. |
GatewayId
Optional
GatewayId interface{}
- Type: interface{}
Property gatewayId: The ID of gateway.
GatewayType
Optional
GatewayType interface{}
- Type: interface{}
Property gatewayType: The type of gateway.
InstanceId
Optional
InstanceId interface{}
- Type: interface{}
Property instanceId: The instance ID of gateway.
Name
Optional
Name interface{}
- Type: interface{}
Property name: The name of gateway.
RefreshOptions
Optional
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.
Vpc
Optional
Vpc interface{}
- Type: interface{}
Property vpc: The vpc ID of gateway.