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 ¶
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"`
}
Click to show internal directories.
Click to hide internal directories.