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. |
GatewayId
Optional
public object GatewayId { get; set; }
- Type: object
GatewayType
Optional
public object GatewayType { get; set; }
- Type: object
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Vpc
Optional
public object Vpc { get; set; }
- Type: object