GatewaysProps
Properties for defining a Gateways
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-mse-gateways
Initializer
using AlibabaCloud.SDK.ROS.CDK.Mse;
new GatewaysProps {
object GatewayId = null,
object GatewayType = null,
object InstanceId = null,
object Name = null,
object RefreshOptions = null,
object Vpc = null
};
Properties
Name | Type | Description |
---|---|---|
GatewayId |
object |
Property gatewayId: The ID of gateway. |
GatewayType |
object |
Property gatewayType: The type of gateway. |
InstanceId |
object |
Property instanceId: The instance ID of gateway. |
Name |
object |
Property name: The name of gateway. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
Vpc |
object |
Property vpc: The vpc ID of gateway. |
GatewayId
Optional
public object GatewayId { get; set; }
- Type: object
Property gatewayId: The ID of gateway.
GatewayType
Optional
public object GatewayType { get; set; }
- Type: object
Property gatewayType: The type of gateway.
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
Property instanceId: The instance ID of gateway.
Name
Optional
public object Name { get; set; }
- Type: object
Property name: The name of gateway.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
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
public object Vpc { get; set; }
- Type: object
Property vpc: The vpc ID of gateway.