azurerm_lb

package
v0.0.0-...-4deecce Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	// EdgeZone: string, optional
	EdgeZone terra.StringValue `hcl:"edge_zone,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Location: string, required
	Location terra.StringValue `hcl:"location,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// ResourceGroupName: string, required
	ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"`
	// Sku: string, optional
	Sku terra.StringValue `hcl:"sku,attr"`
	// SkuTier: string, optional
	SkuTier terra.StringValue `hcl:"sku_tier,attr"`
	// Tags: map of string, optional
	Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"`
	// FrontendIpConfiguration: min=0
	FrontendIpConfiguration []FrontendIpConfiguration `hcl:"frontend_ip_configuration,block" validate:"min=0"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
}

Args contains the configurations for azurerm_lb.

type DataArgs

type DataArgs struct {
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// ResourceGroupName: string, required
	ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"`
	// Timeouts: optional
	Timeouts *DataTimeouts `hcl:"timeouts,block"`
}

DataArgs contains the configurations for azurerm_lb.

type DataFrontendIpConfigurationAttributes

type DataFrontendIpConfigurationAttributes struct {
	// contains filtered or unexported fields
}

func (DataFrontendIpConfigurationAttributes) Id

func (DataFrontendIpConfigurationAttributes) InternalRef

func (DataFrontendIpConfigurationAttributes) InternalTokens

func (DataFrontendIpConfigurationAttributes) InternalWithRef

func (DataFrontendIpConfigurationAttributes) Name

func (DataFrontendIpConfigurationAttributes) PrivateIpAddress

func (DataFrontendIpConfigurationAttributes) PrivateIpAddressAllocation

func (fic DataFrontendIpConfigurationAttributes) PrivateIpAddressAllocation() terra.StringValue

func (DataFrontendIpConfigurationAttributes) PrivateIpAddressVersion

func (fic DataFrontendIpConfigurationAttributes) PrivateIpAddressVersion() terra.StringValue

func (DataFrontendIpConfigurationAttributes) PublicIpAddressId

func (DataFrontendIpConfigurationAttributes) SubnetId

func (DataFrontendIpConfigurationAttributes) Zones

type DataFrontendIpConfigurationState

type DataFrontendIpConfigurationState struct {
	Id                         string   `json:"id"`
	Name                       string   `json:"name"`
	PrivateIpAddress           string   `json:"private_ip_address"`
	PrivateIpAddressAllocation string   `json:"private_ip_address_allocation"`
	PrivateIpAddressVersion    string   `json:"private_ip_address_version"`
	PublicIpAddressId          string   `json:"public_ip_address_id"`
	SubnetId                   string   `json:"subnet_id"`
	Zones                      []string `json:"zones"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource azurerm_lb.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (al *DataSource) Attributes() dataAzurermLbAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (al *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (al *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (al *DataSource) LocalName() string

LocalName returns the local name for DataSource.

type DataTimeouts

type DataTimeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type DataTimeoutsAttributes

type DataTimeoutsAttributes struct {
	// contains filtered or unexported fields
}

func (DataTimeoutsAttributes) InternalRef

func (t DataTimeoutsAttributes) InternalRef() (terra.Reference, error)

func (DataTimeoutsAttributes) InternalTokens

func (t DataTimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataTimeoutsAttributes) InternalWithRef

func (DataTimeoutsAttributes) Read

type DataTimeoutsState

type DataTimeoutsState struct {
	Read string `json:"read"`
}

type FrontendIpConfiguration

type FrontendIpConfiguration struct {
	// GatewayLoadBalancerFrontendIpConfigurationId: string, optional
	GatewayLoadBalancerFrontendIpConfigurationId terra.StringValue `hcl:"gateway_load_balancer_frontend_ip_configuration_id,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// PrivateIpAddress: string, optional
	PrivateIpAddress terra.StringValue `hcl:"private_ip_address,attr"`
	// PrivateIpAddressAllocation: string, optional
	PrivateIpAddressAllocation terra.StringValue `hcl:"private_ip_address_allocation,attr"`
	// PrivateIpAddressVersion: string, optional
	PrivateIpAddressVersion terra.StringValue `hcl:"private_ip_address_version,attr"`
	// PublicIpAddressId: string, optional
	PublicIpAddressId terra.StringValue `hcl:"public_ip_address_id,attr"`
	// PublicIpPrefixId: string, optional
	PublicIpPrefixId terra.StringValue `hcl:"public_ip_prefix_id,attr"`
	// SubnetId: string, optional
	SubnetId terra.StringValue `hcl:"subnet_id,attr"`
	// Zones: set of string, optional
	Zones terra.SetValue[terra.StringValue] `hcl:"zones,attr"`
}

type FrontendIpConfigurationAttributes

type FrontendIpConfigurationAttributes struct {
	// contains filtered or unexported fields
}

func (FrontendIpConfigurationAttributes) GatewayLoadBalancerFrontendIpConfigurationId

func (fic FrontendIpConfigurationAttributes) GatewayLoadBalancerFrontendIpConfigurationId() terra.StringValue

func (FrontendIpConfigurationAttributes) Id

func (FrontendIpConfigurationAttributes) InboundNatRules

func (FrontendIpConfigurationAttributes) InternalRef

func (FrontendIpConfigurationAttributes) InternalTokens

func (fic FrontendIpConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (FrontendIpConfigurationAttributes) InternalWithRef

func (FrontendIpConfigurationAttributes) LoadBalancerRules

func (FrontendIpConfigurationAttributes) Name

func (FrontendIpConfigurationAttributes) OutboundRules

func (FrontendIpConfigurationAttributes) PrivateIpAddress

func (fic FrontendIpConfigurationAttributes) PrivateIpAddress() terra.StringValue

func (FrontendIpConfigurationAttributes) PrivateIpAddressAllocation

func (fic FrontendIpConfigurationAttributes) PrivateIpAddressAllocation() terra.StringValue

func (FrontendIpConfigurationAttributes) PrivateIpAddressVersion

func (fic FrontendIpConfigurationAttributes) PrivateIpAddressVersion() terra.StringValue

func (FrontendIpConfigurationAttributes) PublicIpAddressId

func (fic FrontendIpConfigurationAttributes) PublicIpAddressId() terra.StringValue

func (FrontendIpConfigurationAttributes) PublicIpPrefixId

func (fic FrontendIpConfigurationAttributes) PublicIpPrefixId() terra.StringValue

func (FrontendIpConfigurationAttributes) SubnetId

func (FrontendIpConfigurationAttributes) Zones

type FrontendIpConfigurationState

type FrontendIpConfigurationState struct {
	GatewayLoadBalancerFrontendIpConfigurationId string   `json:"gateway_load_balancer_frontend_ip_configuration_id"`
	Id                                           string   `json:"id"`
	InboundNatRules                              []string `json:"inbound_nat_rules"`
	LoadBalancerRules                            []string `json:"load_balancer_rules"`
	Name                                         string   `json:"name"`
	OutboundRules                                []string `json:"outbound_rules"`
	PrivateIpAddress                             string   `json:"private_ip_address"`
	PrivateIpAddressAllocation                   string   `json:"private_ip_address_allocation"`
	PrivateIpAddressVersion                      string   `json:"private_ip_address_version"`
	PublicIpAddressId                            string   `json:"public_ip_address_id"`
	PublicIpPrefixId                             string   `json:"public_ip_prefix_id"`
	SubnetId                                     string   `json:"subnet_id"`
	Zones                                        []string `json:"zones"`
}

type Resource

type Resource struct {
	Name string
	Args Args

	DependsOn terra.Dependencies
	Lifecycle *terra.Lifecycle
	// contains filtered or unexported fields
}

Resource represents the Terraform resource azurerm_lb.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (al *Resource) Attributes() azurermLbAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (al *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

func (al *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (al *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (al *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (al *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (al *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (al *Resource) State() (*azurermLbState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (al *Resource) StateMust() *azurermLbState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (al *Resource) Type() string

Type returns the Terraform object type for Resource.

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,attr"`
}

type TimeoutsAttributes

type TimeoutsAttributes struct {
	// contains filtered or unexported fields
}

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Read

func (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Read   string `json:"read"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

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