network_pool_server

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2026 License: MPL-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NetworkPoolServerResourceSchema

func NetworkPoolServerResourceSchema(ctx context.Context) schema.Schema

func NewResource

func NewResource() resource.Resource

func RenderNetworkPoolServerBluecatConfig

func RenderNetworkPoolServerBluecatConfig(t *testing.T, overrides map[string]string) (string, error)

func RenderNetworkPoolServerCredentialConfig

func RenderNetworkPoolServerCredentialConfig(t *testing.T, overrides map[string]string) (string, error)

func RenderNetworkPoolServerInfobloxConfig

func RenderNetworkPoolServerInfobloxConfig(t *testing.T, overrides map[string]string) (string, error)

func RenderNetworkPoolServerPhpIPAMConfig

func RenderNetworkPoolServerPhpIPAMConfig(t *testing.T, overrides map[string]string) (string, error)

func RenderNetworkPoolServerSolarWindsConfig

func RenderNetworkPoolServerSolarWindsConfig(t *testing.T, overrides map[string]string) (string, error)

Types

type NetworkPoolServerModel

type NetworkPoolServerModel struct {
	CredentialId             types.Int64  `tfsdk:"credential_id"`
	Enabled                  types.Bool   `tfsdk:"enabled"`
	Id                       types.Int64  `tfsdk:"id"`
	IgnoreSsl                types.Bool   `tfsdk:"ignore_ssl"`
	Name                     types.String `tfsdk:"name"`
	NetworkFilter            types.String `tfsdk:"network_filter"`
	ServiceMode              types.String `tfsdk:"service_mode"`
	ServicePasswordWo        types.String `tfsdk:"service_password_wo"`
	ServicePasswordWoVersion types.Int64  `tfsdk:"service_password_wo_version"`
	ServiceThrottleRate      types.Int64  `tfsdk:"service_throttle_rate"`
	ServiceUrl               types.String `tfsdk:"service_url"`
	ServiceUsername          types.String `tfsdk:"service_username"`
	Status                   types.String `tfsdk:"status"`
	TenantMatch              types.String `tfsdk:"tenant_match"`
	TypeId                   types.Int64  `tfsdk:"type_id"`
	ZoneFilter               types.String `tfsdk:"zone_filter"`
}

Jump to

Keyboard shortcuts

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