networkarea

package
v0.29.0 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2024 License: Apache-2.0 Imports: 30 Imported by: 0

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

func NewNetworkAreaResource() resource.Resource

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"`
}

Jump to

Keyboard shortcuts

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