Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNetworkAreaDataSource ¶
func NewNetworkAreaDataSource() datasource.DataSource
NewNetworkDataSource is a helper function to simplify the provider implementation.
func NewNetworkAreaResource ¶
NewNetworkAreaResource 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"` Name types.String `tfsdk:"name"` ProjectCount types.Int64 `tfsdk:"project_count"` DefaultNameservers types.List `tfsdk:"default_nameservers"` NetworkRanges types.List `tfsdk:"network_ranges"` TransferNetwork types.String `tfsdk:"transfer_network"` DefaultPrefixLength types.Int64 `tfsdk:"default_prefix_length"` MaxPrefixLength types.Int64 `tfsdk:"max_prefix_length"` MinPrefixLength types.Int64 `tfsdk:"min_prefix_length"` }
Click to show internal directories.
Click to hide internal directories.