Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRoutingTableRoutesDataSource ¶
func NewRoutingTableRoutesDataSource() datasource.DataSource
NewRoutingTableRoutesDataSource is a helper function to simplify the provider implementation.
Types ¶
type RoutingTableRoutesDataSourceModel ¶
type RoutingTableRoutesDataSourceModel struct { Id types.String `tfsdk:"id"` // needed by TF OrganizationId types.String `tfsdk:"organization_id"` NetworkAreaId types.String `tfsdk:"network_area_id"` RoutingTableId types.String `tfsdk:"routing_table_id"` Region types.String `tfsdk:"region"` Routes types.List `tfsdk:"routes"` }
Click to show internal directories.
Click to hide internal directories.