Skip to content

LocalVpcCidrTableListProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudfw;
new LocalVpcCidrTableListProperty {
    object RouteTableId,
    object RouteEntryList = null
};

Properties

Name Type Description
RouteTableId object No description.
RouteEntryList object No description.

RouteTableIdRequired

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

RouteEntryListOptional

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