Versions in this module Expand all Collapse all v0 v0.79.0 Jan 20, 2026 Changes in this version + var RouteDestinationTypes = map[string]attr.Type + var RouteNextHopTypes = map[string]attr.Type + func GetDatasourceGetAttributes() map[string]schema.Attribute + func GetRouteDataSourceAttributes() map[string]schema.Attribute + func GetRoutesDataSourceAttributes() map[string]schema.Attribute + func MapRouteDestination(routeResp *iaas.Route) (types.Object, error) + func MapRouteModel(ctx context.Context, route *iaas.Route, model *RouteModel, region string) error + func MapRouteNextHop(routeResp *iaas.Route) (types.Object, error) + func MapRouteReadModel(ctx context.Context, route *iaas.Route, model *RouteReadModel) error + func MapRoutingTableReadModel(ctx context.Context, routingTable *iaas.RoutingTable, ...) error + func RouteModelTypes() map[string]attr.Type + func RouteReadModelTypes() map[string]attr.Type + func RouteResponseAttributes() map[string]schema.Attribute + func RoutingTableReadModelTypes() map[string]attr.Type + func RoutingTableResponseAttributes() map[string]schema.Attribute + type RouteDestination struct + Type types.String + Value types.String + type RouteModel struct + Id types.String + NetworkAreaId types.String + OrganizationId types.String + Region types.String + RoutingTableId types.String + type RouteNextHop struct + Type types.String + Value types.String + type RouteReadModel struct + CreatedAt types.String + Destination types.Object + Labels types.Map + NextHop types.Object + RouteId types.String + UpdatedAt types.String + type RoutingTableDataSourceModel struct + Id types.String + NetworkAreaId types.String + OrganizationId types.String + Region types.String + type RoutingTableReadModel struct + CreatedAt types.String + Default types.Bool + Description types.String + DynamicRoutes types.Bool + Labels types.Map + Name types.String + RoutingTableId types.String + SystemRoutes types.Bool + UpdatedAt types.String