dataexpressroutecircuit

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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 Peerings

type Peerings struct{}

type PeeringsAttributes

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

func (PeeringsAttributes) AzureAsn

func (p PeeringsAttributes) AzureAsn() terra.NumberValue

func (PeeringsAttributes) InternalRef

func (p PeeringsAttributes) InternalRef() (terra.Reference, error)

func (PeeringsAttributes) InternalTokens

func (p PeeringsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PeeringsAttributes) InternalWithRef

func (p PeeringsAttributes) InternalWithRef(ref terra.Reference) PeeringsAttributes

func (PeeringsAttributes) PeerAsn

func (p PeeringsAttributes) PeerAsn() terra.NumberValue

func (PeeringsAttributes) PeeringType

func (p PeeringsAttributes) PeeringType() terra.StringValue

func (PeeringsAttributes) PrimaryPeerAddressPrefix

func (p PeeringsAttributes) PrimaryPeerAddressPrefix() terra.StringValue

func (PeeringsAttributes) SecondaryPeerAddressPrefix

func (p PeeringsAttributes) SecondaryPeerAddressPrefix() terra.StringValue

func (PeeringsAttributes) SharedKey

func (p PeeringsAttributes) SharedKey() terra.StringValue

func (PeeringsAttributes) VlanId

type PeeringsState

type PeeringsState struct {
	AzureAsn                   float64 `json:"azure_asn"`
	PeerAsn                    float64 `json:"peer_asn"`
	PeeringType                string  `json:"peering_type"`
	PrimaryPeerAddressPrefix   string  `json:"primary_peer_address_prefix"`
	SecondaryPeerAddressPrefix string  `json:"secondary_peer_address_prefix"`
	SharedKey                  string  `json:"shared_key"`
	VlanId                     float64 `json:"vlan_id"`
}

type ServiceProviderProperties

type ServiceProviderProperties struct{}

type ServiceProviderPropertiesAttributes

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

func (ServiceProviderPropertiesAttributes) BandwidthInMbps

func (ServiceProviderPropertiesAttributes) InternalRef

func (ServiceProviderPropertiesAttributes) InternalTokens

func (spp ServiceProviderPropertiesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ServiceProviderPropertiesAttributes) InternalWithRef

func (ServiceProviderPropertiesAttributes) PeeringLocation

func (ServiceProviderPropertiesAttributes) ServiceProviderName

func (spp ServiceProviderPropertiesAttributes) ServiceProviderName() terra.StringValue

type ServiceProviderPropertiesState

type ServiceProviderPropertiesState struct {
	BandwidthInMbps     float64 `json:"bandwidth_in_mbps"`
	PeeringLocation     string  `json:"peering_location"`
	ServiceProviderName string  `json:"service_provider_name"`
}

type Sku

type Sku struct{}

type SkuAttributes

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

func (SkuAttributes) Family

func (s SkuAttributes) Family() terra.StringValue

func (SkuAttributes) InternalRef

func (s SkuAttributes) InternalRef() (terra.Reference, error)

func (SkuAttributes) InternalTokens

func (s SkuAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SkuAttributes) InternalWithRef

func (s SkuAttributes) InternalWithRef(ref terra.Reference) SkuAttributes

func (SkuAttributes) Tier

func (s SkuAttributes) Tier() terra.StringValue

type SkuState

type SkuState struct {
	Family string `json:"family"`
	Tier   string `json:"tier"`
}

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

type TimeoutsState

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

Jump to

Keyboard shortcuts

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