Skip to content

RosGatewaysProps

Properties for defining a RosGateways.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Mse;
new RosGatewaysProps {
    object GatewayId = null,
    object GatewayType = null,
    object InstanceId = null,
    object Name = null,
    object RefreshOptions = null,
    object Vpc = null
};

Properties

Name Type Description
GatewayId object No description.
GatewayType object No description.
InstanceId object No description.
Name object No description.
RefreshOptions object No description.
Vpc object No description.

GatewayIdOptional

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

GatewayTypeOptional

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

InstanceIdOptional

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

NameOptional

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

RefreshOptionsOptional

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

VpcOptional

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