networkmanagerconnectpeer

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BgpConfigurations

type BgpConfigurations struct{}

type BgpConfigurationsAttributes

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

func (BgpConfigurationsAttributes) CoreNetworkAddress

func (bc BgpConfigurationsAttributes) CoreNetworkAddress() terra.StringValue

func (BgpConfigurationsAttributes) CoreNetworkAsn

func (bc BgpConfigurationsAttributes) CoreNetworkAsn() terra.NumberValue

func (BgpConfigurationsAttributes) InternalRef

func (bc BgpConfigurationsAttributes) InternalRef() (terra.Reference, error)

func (BgpConfigurationsAttributes) InternalTokens

func (bc BgpConfigurationsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (BgpConfigurationsAttributes) InternalWithRef

func (BgpConfigurationsAttributes) PeerAddress

func (BgpConfigurationsAttributes) PeerAsn

type BgpConfigurationsState

type BgpConfigurationsState struct {
	CoreNetworkAddress string  `json:"core_network_address"`
	CoreNetworkAsn     float64 `json:"core_network_asn"`
	PeerAddress        string  `json:"peer_address"`
	PeerAsn            float64 `json:"peer_asn"`
}

type BgpOptions

type BgpOptions struct {
	// PeerAsn: number, optional
	PeerAsn terra.NumberValue `hcl:"peer_asn,attr"`
}

type BgpOptionsAttributes

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

func (BgpOptionsAttributes) InternalRef

func (bo BgpOptionsAttributes) InternalRef() (terra.Reference, error)

func (BgpOptionsAttributes) InternalTokens

func (bo BgpOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (BgpOptionsAttributes) InternalWithRef

func (bo BgpOptionsAttributes) InternalWithRef(ref terra.Reference) BgpOptionsAttributes

func (BgpOptionsAttributes) PeerAsn

func (bo BgpOptionsAttributes) PeerAsn() terra.NumberValue

type BgpOptionsState

type BgpOptionsState struct {
	PeerAsn float64 `json:"peer_asn"`
}

type Configuration

type Configuration struct {
	// BgpConfigurations: min=0
	BgpConfigurations []BgpConfigurations `hcl:"bgp_configurations,block" validate:"min=0"`
}

type ConfigurationAttributes

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

func (ConfigurationAttributes) BgpConfigurations

func (ConfigurationAttributes) CoreNetworkAddress

func (c ConfigurationAttributes) CoreNetworkAddress() terra.StringValue

func (ConfigurationAttributes) InsideCidrBlocks

func (c ConfigurationAttributes) InsideCidrBlocks() terra.SetValue[terra.StringValue]

func (ConfigurationAttributes) InternalRef

func (c ConfigurationAttributes) InternalRef() (terra.Reference, error)

func (ConfigurationAttributes) InternalTokens

func (c ConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ConfigurationAttributes) InternalWithRef

func (ConfigurationAttributes) PeerAddress

func (c ConfigurationAttributes) PeerAddress() terra.StringValue

func (ConfigurationAttributes) Protocol

type ConfigurationState

type ConfigurationState struct {
	CoreNetworkAddress string                   `json:"core_network_address"`
	InsideCidrBlocks   []string                 `json:"inside_cidr_blocks"`
	PeerAddress        string                   `json:"peer_address"`
	Protocol           string                   `json:"protocol"`
	BgpConfigurations  []BgpConfigurationsState `json:"bgp_configurations"`
}

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,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

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
}

Jump to

Keyboard shortcuts

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