peering

package
v30.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultBaseURI = original.DefaultBaseURI
)

Variables

This section is empty.

Functions

func UserAgent

func UserAgent() string

func Version

func Version() string

Types

type BandwidthOffer

type BandwidthOffer = original.BandwidthOffer

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type BgpSession

type BgpSession = original.BgpSession

type ContactInfo

type ContactInfo = original.ContactInfo

type DirectConnection

type DirectConnection = original.DirectConnection

type DirectPeeringFacility

type DirectPeeringFacility = original.DirectPeeringFacility

type ErrorResponse

type ErrorResponse = original.ErrorResponse

type ExchangeConnection

type ExchangeConnection = original.ExchangeConnection

type ExchangePeeringFacility

type ExchangePeeringFacility = original.ExchangePeeringFacility

type Family

type Family = original.Family
const (
	Direct   Family = original.Direct
	Exchange Family = original.Exchange
)

func PossibleFamilyValues

func PossibleFamilyValues() []Family

type Kind

type Kind = original.Kind
const (
	KindDirect   Kind = original.KindDirect
	KindExchange Kind = original.KindExchange
)

func PossibleKindValues

func PossibleKindValues() []Kind

type LegacyPeeringsClient

type LegacyPeeringsClient = original.LegacyPeeringsClient

func NewLegacyPeeringsClient

func NewLegacyPeeringsClient(subscriptionID string) LegacyPeeringsClient

func NewLegacyPeeringsClientWithBaseURI

func NewLegacyPeeringsClientWithBaseURI(baseURI string, subscriptionID string) LegacyPeeringsClient

type ListResult

type ListResult = original.ListResult

type ListResultIterator

type ListResultIterator = original.ListResultIterator

func NewListResultIterator

func NewListResultIterator(page ListResultPage) ListResultIterator

type ListResultPage

type ListResultPage = original.ListResultPage

func NewListResultPage

func NewListResultPage(getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage

type Location

type Location = original.Location

type LocationListResult

type LocationListResult = original.LocationListResult

type LocationListResultIterator

type LocationListResultIterator = original.LocationListResultIterator

type LocationListResultPage

type LocationListResultPage = original.LocationListResultPage

type LocationProperties

type LocationProperties = original.LocationProperties

type LocationPropertiesDirect

type LocationPropertiesDirect = original.LocationPropertiesDirect

type LocationPropertiesExchange

type LocationPropertiesExchange = original.LocationPropertiesExchange

type LocationsClient

type LocationsClient = original.LocationsClient

func NewLocationsClient

func NewLocationsClient(subscriptionID string) LocationsClient

func NewLocationsClientWithBaseURI

func NewLocationsClientWithBaseURI(baseURI string, subscriptionID string) LocationsClient

type Model

type Model = original.Model

type Name

type Name = original.Name
const (
	BasicDirectFree        Name = original.BasicDirectFree
	BasicExchangeFree      Name = original.BasicExchangeFree
	PremiumDirectFree      Name = original.PremiumDirectFree
	PremiumExchangeMetered Name = original.PremiumExchangeMetered
)

func PossibleNameValues

func PossibleNameValues() []Name

type Operation

type Operation = original.Operation

type OperationDisplayInfo

type OperationDisplayInfo = original.OperationDisplayInfo

type OperationListResult

type OperationListResult = original.OperationListResult

type OperationsClient

type OperationsClient = original.OperationsClient

func NewOperationsClient

func NewOperationsClient(subscriptionID string) OperationsClient

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient

type PeerAsn

type PeerAsn = original.PeerAsn

type PeerAsnListResult

type PeerAsnListResult = original.PeerAsnListResult

type PeerAsnListResultIterator

type PeerAsnListResultIterator = original.PeerAsnListResultIterator

type PeerAsnListResultPage

type PeerAsnListResultPage = original.PeerAsnListResultPage

func NewPeerAsnListResultPage

func NewPeerAsnListResultPage(getNextPage func(context.Context, PeerAsnListResult) (PeerAsnListResult, error)) PeerAsnListResultPage

type PeerAsnProperties

type PeerAsnProperties = original.PeerAsnProperties

type PeerAsnsClient

type PeerAsnsClient = original.PeerAsnsClient

func NewPeerAsnsClient

func NewPeerAsnsClient(subscriptionID string) PeerAsnsClient

func NewPeerAsnsClientWithBaseURI

func NewPeerAsnsClientWithBaseURI(baseURI string, subscriptionID string) PeerAsnsClient

type PeeringsClient

type PeeringsClient = original.PeeringsClient

func NewPeeringsClient

func NewPeeringsClient(subscriptionID string) PeeringsClient

func NewPeeringsClientWithBaseURI

func NewPeeringsClientWithBaseURI(baseURI string, subscriptionID string) PeeringsClient

type Properties

type Properties = original.Properties

type PropertiesDirect

type PropertiesDirect = original.PropertiesDirect

type PropertiesExchange

type PropertiesExchange = original.PropertiesExchange

type Resource

type Resource = original.Resource

type ResourceTags

type ResourceTags = original.ResourceTags

type SessionStateV4

type SessionStateV4 = original.SessionStateV4
const (
	SessionStateV4Active        SessionStateV4 = original.SessionStateV4Active
	SessionStateV4Connect       SessionStateV4 = original.SessionStateV4Connect
	SessionStateV4Established   SessionStateV4 = original.SessionStateV4Established
	SessionStateV4Idle          SessionStateV4 = original.SessionStateV4Idle
	SessionStateV4None          SessionStateV4 = original.SessionStateV4None
	SessionStateV4OpenConfirm   SessionStateV4 = original.SessionStateV4OpenConfirm
	SessionStateV4OpenSent      SessionStateV4 = original.SessionStateV4OpenSent
	SessionStateV4PendingAdd    SessionStateV4 = original.SessionStateV4PendingAdd
	SessionStateV4PendingRemove SessionStateV4 = original.SessionStateV4PendingRemove
	SessionStateV4PendingUpdate SessionStateV4 = original.SessionStateV4PendingUpdate
)

func PossibleSessionStateV4Values

func PossibleSessionStateV4Values() []SessionStateV4

type SessionStateV6

type SessionStateV6 = original.SessionStateV6
const (
	SessionStateV6Active        SessionStateV6 = original.SessionStateV6Active
	SessionStateV6Connect       SessionStateV6 = original.SessionStateV6Connect
	SessionStateV6Established   SessionStateV6 = original.SessionStateV6Established
	SessionStateV6Idle          SessionStateV6 = original.SessionStateV6Idle
	SessionStateV6None          SessionStateV6 = original.SessionStateV6None
	SessionStateV6OpenConfirm   SessionStateV6 = original.SessionStateV6OpenConfirm
	SessionStateV6OpenSent      SessionStateV6 = original.SessionStateV6OpenSent
	SessionStateV6PendingAdd    SessionStateV6 = original.SessionStateV6PendingAdd
	SessionStateV6PendingRemove SessionStateV6 = original.SessionStateV6PendingRemove
	SessionStateV6PendingUpdate SessionStateV6 = original.SessionStateV6PendingUpdate
)

func PossibleSessionStateV6Values

func PossibleSessionStateV6Values() []SessionStateV6

type Size

type Size = original.Size
const (
	Free      Size = original.Free
	Metered   Size = original.Metered
	Unlimited Size = original.Unlimited
)

func PossibleSizeValues

func PossibleSizeValues() []Size

type Sku

type Sku = original.Sku

type SubResource

type SubResource = original.SubResource

type Tier

type Tier = original.Tier
const (
	Basic   Tier = original.Basic
	Premium Tier = original.Premium
)

func PossibleTierValues

func PossibleTierValues() []Tier

type ValidationState

type ValidationState = original.ValidationState
const (
	ValidationStateApproved ValidationState = original.ValidationStateApproved
	ValidationStateFailed   ValidationState = original.ValidationStateFailed
	ValidationStateNone     ValidationState = original.ValidationStateNone
	ValidationStatePending  ValidationState = original.ValidationStatePending
)

func PossibleValidationStateValues

func PossibleValidationStateValues() []ValidationState

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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