table

package
v0.65.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2025 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRoutingTableDataSource

func NewRoutingTableDataSource() datasource.DataSource

NewRoutingTableDataSource is a helper function to simplify the provider implementation.

func NewRoutingTableResource

func NewRoutingTableResource() resource.Resource

NewRoutingTableResource is a helper function to simplify the provider implementation.

Types

type Model

type Model struct {
	Id             types.String `tfsdk:"id"` // needed by TF
	OrganizationId types.String `tfsdk:"organization_id"`
	RoutingTableId types.String `tfsdk:"routing_table_id"`
	Name           types.String `tfsdk:"name"`
	NetworkAreaId  types.String `tfsdk:"network_area_id"`
	Description    types.String `tfsdk:"description"`
	Labels         types.Map    `tfsdk:"labels"`
	Region         types.String `tfsdk:"region"`
	SystemRoutes   types.Bool   `tfsdk:"system_routes"`
	CreatedAt      types.String `tfsdk:"created_at"`
	UpdatedAt      types.String `tfsdk:"updated_at"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL