Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNetworkAreaRouteDataSource ¶
func NewNetworkAreaRouteDataSource() datasource.DataSource
NewNetworkAreaRouteDataSource is a helper function to simplify the provider implementation.
func NewNetworkAreaRouteResource ¶
NewNetworkAreaRouteResource 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"` NetworkAreaId types.String `tfsdk:"network_area_id"` NetworkAreaRouteId types.String `tfsdk:"network_area_route_id"` NextHop types.String `tfsdk:"next_hop"` Prefix types.String `tfsdk:"prefix"` Labels types.Map `tfsdk:"labels"` }
Click to show internal directories.
Click to hide internal directories.