Documentation ¶
Index ¶
- type BgpSettings
- type BgpSettingsAttributes
- func (bs BgpSettingsAttributes) Asn() terra.NumberValue
- func (bs BgpSettingsAttributes) BgpPeeringAddress() terra.StringValue
- func (bs BgpSettingsAttributes) Instance0BgpPeeringAddress() terra.ListValue[Instance0BgpPeeringAddressAttributes]
- func (bs BgpSettingsAttributes) Instance1BgpPeeringAddress() terra.ListValue[Instance1BgpPeeringAddressAttributes]
- func (bs BgpSettingsAttributes) InternalRef() (terra.Reference, error)
- func (bs BgpSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (bs BgpSettingsAttributes) InternalWithRef(ref terra.Reference) BgpSettingsAttributes
- func (bs BgpSettingsAttributes) PeerWeight() terra.NumberValue
- type BgpSettingsState
- type Instance0BgpPeeringAddress
- type Instance0BgpPeeringAddressAttributes
- func (i0bpa Instance0BgpPeeringAddressAttributes) CustomIps() terra.ListValue[terra.StringValue]
- func (i0bpa Instance0BgpPeeringAddressAttributes) DefaultIps() terra.ListValue[terra.StringValue]
- func (i0bpa Instance0BgpPeeringAddressAttributes) InternalRef() (terra.Reference, error)
- func (i0bpa Instance0BgpPeeringAddressAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i0bpa Instance0BgpPeeringAddressAttributes) InternalWithRef(ref terra.Reference) Instance0BgpPeeringAddressAttributes
- func (i0bpa Instance0BgpPeeringAddressAttributes) IpConfigurationId() terra.StringValue
- func (i0bpa Instance0BgpPeeringAddressAttributes) TunnelIps() terra.ListValue[terra.StringValue]
- type Instance0BgpPeeringAddressState
- type Instance1BgpPeeringAddress
- type Instance1BgpPeeringAddressAttributes
- func (i1bpa Instance1BgpPeeringAddressAttributes) CustomIps() terra.ListValue[terra.StringValue]
- func (i1bpa Instance1BgpPeeringAddressAttributes) DefaultIps() terra.ListValue[terra.StringValue]
- func (i1bpa Instance1BgpPeeringAddressAttributes) InternalRef() (terra.Reference, error)
- func (i1bpa Instance1BgpPeeringAddressAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i1bpa Instance1BgpPeeringAddressAttributes) InternalWithRef(ref terra.Reference) Instance1BgpPeeringAddressAttributes
- func (i1bpa Instance1BgpPeeringAddressAttributes) IpConfigurationId() terra.StringValue
- func (i1bpa Instance1BgpPeeringAddressAttributes) TunnelIps() terra.ListValue[terra.StringValue]
- type Instance1BgpPeeringAddressState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BgpSettings ¶
type BgpSettings struct { // Instance0BgpPeeringAddress: min=0 Instance0BgpPeeringAddress []Instance0BgpPeeringAddress `hcl:"instance_0_bgp_peering_address,block" validate:"min=0"` // Instance1BgpPeeringAddress: min=0 Instance1BgpPeeringAddress []Instance1BgpPeeringAddress `hcl:"instance_1_bgp_peering_address,block" validate:"min=0"` }
type BgpSettingsAttributes ¶
type BgpSettingsAttributes struct {
// contains filtered or unexported fields
}
func (BgpSettingsAttributes) Asn ¶
func (bs BgpSettingsAttributes) Asn() terra.NumberValue
func (BgpSettingsAttributes) BgpPeeringAddress ¶
func (bs BgpSettingsAttributes) BgpPeeringAddress() terra.StringValue
func (BgpSettingsAttributes) Instance0BgpPeeringAddress ¶
func (bs BgpSettingsAttributes) Instance0BgpPeeringAddress() terra.ListValue[Instance0BgpPeeringAddressAttributes]
func (BgpSettingsAttributes) Instance1BgpPeeringAddress ¶
func (bs BgpSettingsAttributes) Instance1BgpPeeringAddress() terra.ListValue[Instance1BgpPeeringAddressAttributes]
func (BgpSettingsAttributes) InternalRef ¶
func (bs BgpSettingsAttributes) InternalRef() (terra.Reference, error)
func (BgpSettingsAttributes) InternalTokens ¶
func (bs BgpSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (BgpSettingsAttributes) InternalWithRef ¶
func (bs BgpSettingsAttributes) InternalWithRef(ref terra.Reference) BgpSettingsAttributes
func (BgpSettingsAttributes) PeerWeight ¶
func (bs BgpSettingsAttributes) PeerWeight() terra.NumberValue
type BgpSettingsState ¶
type BgpSettingsState struct { Asn float64 `json:"asn"` BgpPeeringAddress string `json:"bgp_peering_address"` PeerWeight float64 `json:"peer_weight"` Instance0BgpPeeringAddress []Instance0BgpPeeringAddressState `json:"instance_0_bgp_peering_address"` Instance1BgpPeeringAddress []Instance1BgpPeeringAddressState `json:"instance_1_bgp_peering_address"` }
type Instance0BgpPeeringAddress ¶
type Instance0BgpPeeringAddress struct{}
type Instance0BgpPeeringAddressAttributes ¶
type Instance0BgpPeeringAddressAttributes struct {
// contains filtered or unexported fields
}
func (Instance0BgpPeeringAddressAttributes) CustomIps ¶
func (i0bpa Instance0BgpPeeringAddressAttributes) CustomIps() terra.ListValue[terra.StringValue]
func (Instance0BgpPeeringAddressAttributes) DefaultIps ¶
func (i0bpa Instance0BgpPeeringAddressAttributes) DefaultIps() terra.ListValue[terra.StringValue]
func (Instance0BgpPeeringAddressAttributes) InternalRef ¶
func (i0bpa Instance0BgpPeeringAddressAttributes) InternalRef() (terra.Reference, error)
func (Instance0BgpPeeringAddressAttributes) InternalTokens ¶
func (i0bpa Instance0BgpPeeringAddressAttributes) InternalTokens() (hclwrite.Tokens, error)
func (Instance0BgpPeeringAddressAttributes) InternalWithRef ¶
func (i0bpa Instance0BgpPeeringAddressAttributes) InternalWithRef(ref terra.Reference) Instance0BgpPeeringAddressAttributes
func (Instance0BgpPeeringAddressAttributes) IpConfigurationId ¶
func (i0bpa Instance0BgpPeeringAddressAttributes) IpConfigurationId() terra.StringValue
func (Instance0BgpPeeringAddressAttributes) TunnelIps ¶
func (i0bpa Instance0BgpPeeringAddressAttributes) TunnelIps() terra.ListValue[terra.StringValue]
type Instance1BgpPeeringAddress ¶
type Instance1BgpPeeringAddress struct{}
type Instance1BgpPeeringAddressAttributes ¶
type Instance1BgpPeeringAddressAttributes struct {
// contains filtered or unexported fields
}
func (Instance1BgpPeeringAddressAttributes) CustomIps ¶
func (i1bpa Instance1BgpPeeringAddressAttributes) CustomIps() terra.ListValue[terra.StringValue]
func (Instance1BgpPeeringAddressAttributes) DefaultIps ¶
func (i1bpa Instance1BgpPeeringAddressAttributes) DefaultIps() terra.ListValue[terra.StringValue]
func (Instance1BgpPeeringAddressAttributes) InternalRef ¶
func (i1bpa Instance1BgpPeeringAddressAttributes) InternalRef() (terra.Reference, error)
func (Instance1BgpPeeringAddressAttributes) InternalTokens ¶
func (i1bpa Instance1BgpPeeringAddressAttributes) InternalTokens() (hclwrite.Tokens, error)
func (Instance1BgpPeeringAddressAttributes) InternalWithRef ¶
func (i1bpa Instance1BgpPeeringAddressAttributes) InternalWithRef(ref terra.Reference) Instance1BgpPeeringAddressAttributes
func (Instance1BgpPeeringAddressAttributes) IpConfigurationId ¶
func (i1bpa Instance1BgpPeeringAddressAttributes) IpConfigurationId() terra.StringValue
func (Instance1BgpPeeringAddressAttributes) TunnelIps ¶
func (i1bpa Instance1BgpPeeringAddressAttributes) TunnelIps() terra.ListValue[terra.StringValue]
type Timeouts ¶
type Timeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
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 (t TimeoutsAttributes) Read() terra.StringValue
type TimeoutsState ¶
type TimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.