Documentation ¶
Index ¶
- type BgpConfigurations
- type BgpConfigurationsAttributes
- func (bc BgpConfigurationsAttributes) CoreNetworkAddress() terra.StringValue
- func (bc BgpConfigurationsAttributes) CoreNetworkAsn() terra.NumberValue
- func (bc BgpConfigurationsAttributes) InternalRef() (terra.Reference, error)
- func (bc BgpConfigurationsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (bc BgpConfigurationsAttributes) InternalWithRef(ref terra.Reference) BgpConfigurationsAttributes
- func (bc BgpConfigurationsAttributes) PeerAddress() terra.StringValue
- func (bc BgpConfigurationsAttributes) PeerAsn() terra.NumberValue
- type BgpConfigurationsState
- type BgpOptions
- type BgpOptionsAttributes
- type BgpOptionsState
- type Configuration
- type ConfigurationAttributes
- func (c ConfigurationAttributes) BgpConfigurations() terra.ListValue[BgpConfigurationsAttributes]
- func (c ConfigurationAttributes) CoreNetworkAddress() terra.StringValue
- func (c ConfigurationAttributes) InsideCidrBlocks() terra.SetValue[terra.StringValue]
- func (c ConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (c ConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c ConfigurationAttributes) InternalWithRef(ref terra.Reference) ConfigurationAttributes
- func (c ConfigurationAttributes) PeerAddress() terra.StringValue
- func (c ConfigurationAttributes) Protocol() terra.StringValue
- type ConfigurationState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- type TimeoutsState
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 (bc BgpConfigurationsAttributes) InternalWithRef(ref terra.Reference) BgpConfigurationsAttributes
func (BgpConfigurationsAttributes) PeerAddress ¶
func (bc BgpConfigurationsAttributes) PeerAddress() terra.StringValue
func (BgpConfigurationsAttributes) PeerAsn ¶
func (bc BgpConfigurationsAttributes) PeerAsn() terra.NumberValue
type BgpConfigurationsState ¶
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 (c ConfigurationAttributes) BgpConfigurations() terra.ListValue[BgpConfigurationsAttributes]
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 (c ConfigurationAttributes) InternalWithRef(ref terra.Reference) ConfigurationAttributes
func (ConfigurationAttributes) PeerAddress ¶
func (c ConfigurationAttributes) PeerAddress() terra.StringValue
func (ConfigurationAttributes) Protocol ¶
func (c ConfigurationAttributes) Protocol() terra.StringValue
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 (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
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 ¶
Click to show internal directories.
Click to hide internal directories.