Skip to content

RosRouteTablesProps

Properties for defining a RosRouteTables.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-routetables

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosRouteTablesProps {
    object RefreshOptions = null,
    object ResourceGroupId = null,
    object RouterId = null,
    object RouterType = null,
    object RouteTableId = null,
    object RouteTableName = null,
    object VpcId = null
};

Properties

Name Type Description
RefreshOptions object No description.
ResourceGroupId object No description.
RouterId object No description.
RouterType object No description.
RouteTableId object No description.
RouteTableName object No description.
VpcId object No description.

RefreshOptionsOptional

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

ResourceGroupIdOptional

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

RouterIdOptional

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

RouterTypeOptional

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

RouteTableIdOptional

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

RouteTableNameOptional

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

VpcIdOptional

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