loadbalancer

package
v0.77.0 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2026 License: Apache-2.0 Imports: 37 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewLoadBalancerDataSource

func NewLoadBalancerDataSource() datasource.DataSource

NewLoadBalancerDataSource is a helper function to simplify the provider implementation.

func NewLoadBalancerResource

func NewLoadBalancerResource() resource.Resource

NewLoadBalancerResource is a helper function to simplify the provider implementation.

Types

type Model

type Model struct {
	Id                             types.String `tfsdk:"id"` // needed by TF
	ProjectId                      types.String `tfsdk:"project_id"`
	ExternalAddress                types.String `tfsdk:"external_address"`
	DisableSecurityGroupAssignment types.Bool   `tfsdk:"disable_security_group_assignment"`
	Listeners                      types.List   `tfsdk:"listeners"`
	Name                           types.String `tfsdk:"name"`
	PlanId                         types.String `tfsdk:"plan_id"`
	Networks                       types.List   `tfsdk:"networks"`
	Options                        types.Object `tfsdk:"options"`
	PrivateAddress                 types.String `tfsdk:"private_address"`
	TargetPools                    types.List   `tfsdk:"target_pools"`
	Region                         types.String `tfsdk:"region"`
	SecurityGroupId                types.String `tfsdk:"security_group_id"`
}

Jump to

Keyboard shortcuts

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