Skip to content

RosRouteEntriesProps

Properties for defining a RosRouteEntries.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc/datasource"
&datasource.RosRouteEntriesProps {
    RouteTableId: interface{},
    DestinationCidrBlock: interface{},
    IpVersion: interface{},
    NextHopId: interface{},
    NextHopType: interface{},
    RefreshOptions: interface{},
    RouteEntryId: interface{},
    RouteEntryName: interface{},
    RouteEntryType: interface{},
}

Properties

Name Type Description
RouteTableId interface{} No description.
DestinationCidrBlock interface{} No description.
IpVersion interface{} No description.
NextHopId interface{} No description.
NextHopType interface{} No description.
RefreshOptions interface{} No description.
RouteEntryId interface{} No description.
RouteEntryName interface{} No description.
RouteEntryType interface{} No description.

RouteTableIdRequired

RouteTableId interface{}
  • Type: interface{}

DestinationCidrBlockOptional

DestinationCidrBlock interface{}
  • Type: interface{}

IpVersionOptional

IpVersion interface{}
  • Type: interface{}

NextHopIdOptional

NextHopId interface{}
  • Type: interface{}

NextHopTypeOptional

NextHopType interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

RouteEntryIdOptional

RouteEntryId interface{}
  • Type: interface{}

RouteEntryNameOptional

RouteEntryName interface{}
  • Type: interface{}

RouteEntryTypeOptional

RouteEntryType interface{}
  • Type: interface{}