Skip to content

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.

GatewayIdOptional

public object GatewayId { get; set; }
  • Type: object

Property gatewayId: The ID of gateway.


GatewayTypeOptional

public object GatewayType { get; set; }
  • Type: object

Property gatewayType: The type of gateway.


InstanceIdOptional

public object InstanceId { get; set; }
  • Type: object

Property instanceId: The instance ID of gateway.


NameOptional

public object Name { get; set; }
  • Type: object

Property name: The name of gateway.


RefreshOptionsOptional

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.

VpcOptional

public object Vpc { get; set; }
  • Type: object

Property vpc: The vpc ID of gateway.