GetTransitRouterCidrsCidr

data class GetTransitRouterCidrsCidr(val cidr: String, val description: String, val family: String, val id: String, val publishCidrRoute: Boolean, val transitRouterCidrId: String, val transitRouterCidrName: String, val transitRouterId: String)

Constructors

Link copied to clipboard
constructor(cidr: String, description: String, family: String, id: String, publishCidrRoute: Boolean, transitRouterCidrId: String, transitRouterCidrName: String, transitRouterId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cidr of the transit router.

Link copied to clipboard

The description of the transit router.

Link copied to clipboard

The type of the transit router cidr.

Link copied to clipboard
val id: String

The ID of the Cen Transit Router Cidr. It formats as <transit_router_id>:<transit_router_cidr_id>.

Link copied to clipboard

Whether to allow automatically adding Transit Router Cidr in Transit Router Route Table.

Link copied to clipboard

The ID of the transit router cidr.

Link copied to clipboard

The name of the transit router.

Link copied to clipboard

The ID of the transit router.