Documentation ¶
Index ¶
- func PossibleValuesForProvisioningState() []string
- func PossibleValuesForVnetLocalRouteOverrideCriteria() []string
- func ValidateExpressRouteConnectionID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateExpressRouteGatewayID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type ExpressRouteCircuitPeeringId
- type ExpressRouteConnection
- type ExpressRouteConnectionId
- type ExpressRouteConnectionList
- type ExpressRouteConnectionProperties
- type ExpressRouteConnectionsClient
- func (c ExpressRouteConnectionsClient) CreateOrUpdate(ctx context.Context, id ExpressRouteConnectionId, input ExpressRouteConnection) (result CreateOrUpdateOperationResponse, err error)
- func (c ExpressRouteConnectionsClient) CreateOrUpdateThenPoll(ctx context.Context, id ExpressRouteConnectionId, input ExpressRouteConnection) error
- func (c ExpressRouteConnectionsClient) Delete(ctx context.Context, id ExpressRouteConnectionId) (result DeleteOperationResponse, err error)
- func (c ExpressRouteConnectionsClient) DeleteThenPoll(ctx context.Context, id ExpressRouteConnectionId) error
- func (c ExpressRouteConnectionsClient) Get(ctx context.Context, id ExpressRouteConnectionId) (result GetOperationResponse, err error)
- func (c ExpressRouteConnectionsClient) List(ctx context.Context, id ExpressRouteGatewayId) (result ListOperationResponse, err error)
- type ExpressRouteGatewayId
- type GetOperationResponse
- type ListOperationResponse
- type PropagatedRouteTable
- type ProvisioningState
- type RoutingConfiguration
- type StaticRoute
- type StaticRoutesConfig
- type SubResource
- type VnetLocalRouteOverrideCriteria
- type VnetRoute
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func PossibleValuesForVnetLocalRouteOverrideCriteria ¶
func PossibleValuesForVnetLocalRouteOverrideCriteria() []string
func ValidateExpressRouteConnectionID ¶
func ValidateExpressRouteConnectionID(input interface{}, key string) (warnings []string, errors []error)
ValidateExpressRouteConnectionID checks that 'input' can be parsed as a Express Route Connection ID
func ValidateExpressRouteGatewayID ¶
func ValidateExpressRouteGatewayID(input interface{}, key string) (warnings []string, errors []error)
ValidateExpressRouteGatewayID checks that 'input' can be parsed as a Express Route Gateway ID
Types ¶
type DeleteOperationResponse ¶
type ExpressRouteCircuitPeeringId ¶
type ExpressRouteCircuitPeeringId struct {
Id *string `json:"id,omitempty"`
}
type ExpressRouteConnection ¶
type ExpressRouteConnection struct { Id *string `json:"id,omitempty"` Name string `json:"name"` Properties *ExpressRouteConnectionProperties `json:"properties,omitempty"` }
type ExpressRouteConnectionId ¶
type ExpressRouteConnectionId struct { SubscriptionId string ResourceGroupName string ExpressRouteGatewayName string ExpressRouteConnectionName string }
ExpressRouteConnectionId is a struct representing the Resource ID for a Express Route Connection
func NewExpressRouteConnectionID ¶
func NewExpressRouteConnectionID(subscriptionId string, resourceGroupName string, expressRouteGatewayName string, expressRouteConnectionName string) ExpressRouteConnectionId
NewExpressRouteConnectionID returns a new ExpressRouteConnectionId struct
func ParseExpressRouteConnectionID ¶
func ParseExpressRouteConnectionID(input string) (*ExpressRouteConnectionId, error)
ParseExpressRouteConnectionID parses 'input' into a ExpressRouteConnectionId
func ParseExpressRouteConnectionIDInsensitively ¶
func ParseExpressRouteConnectionIDInsensitively(input string) (*ExpressRouteConnectionId, error)
ParseExpressRouteConnectionIDInsensitively parses 'input' case-insensitively into a ExpressRouteConnectionId note: this method should only be used for API response data and not user input
func (*ExpressRouteConnectionId) FromParseResult ¶
func (id *ExpressRouteConnectionId) FromParseResult(input resourceids.ParseResult) error
func (ExpressRouteConnectionId) ID ¶
func (id ExpressRouteConnectionId) ID() string
ID returns the formatted Express Route Connection ID
func (ExpressRouteConnectionId) Segments ¶
func (id ExpressRouteConnectionId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Express Route Connection ID
func (ExpressRouteConnectionId) String ¶
func (id ExpressRouteConnectionId) String() string
String returns a human-readable description of this Express Route Connection ID
type ExpressRouteConnectionList ¶
type ExpressRouteConnectionList struct {
Value *[]ExpressRouteConnection `json:"value,omitempty"`
}
type ExpressRouteConnectionProperties ¶
type ExpressRouteConnectionProperties struct { AuthorizationKey *string `json:"authorizationKey,omitempty"` EnableInternetSecurity *bool `json:"enableInternetSecurity,omitempty"` EnablePrivateLinkFastPath *bool `json:"enablePrivateLinkFastPath,omitempty"` ExpressRouteCircuitPeering ExpressRouteCircuitPeeringId `json:"expressRouteCircuitPeering"` ExpressRouteGatewayBypass *bool `json:"expressRouteGatewayBypass,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` RoutingConfiguration *RoutingConfiguration `json:"routingConfiguration,omitempty"` RoutingWeight *int64 `json:"routingWeight,omitempty"` }
type ExpressRouteConnectionsClient ¶
type ExpressRouteConnectionsClient struct {
Client *resourcemanager.Client
}
func NewExpressRouteConnectionsClientWithBaseURI ¶
func NewExpressRouteConnectionsClientWithBaseURI(sdkApi sdkEnv.Api) (*ExpressRouteConnectionsClient, error)
func (ExpressRouteConnectionsClient) CreateOrUpdate ¶
func (c ExpressRouteConnectionsClient) CreateOrUpdate(ctx context.Context, id ExpressRouteConnectionId, input ExpressRouteConnection) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ExpressRouteConnectionsClient) CreateOrUpdateThenPoll ¶
func (c ExpressRouteConnectionsClient) CreateOrUpdateThenPoll(ctx context.Context, id ExpressRouteConnectionId, input ExpressRouteConnection) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (ExpressRouteConnectionsClient) Delete ¶
func (c ExpressRouteConnectionsClient) Delete(ctx context.Context, id ExpressRouteConnectionId) (result DeleteOperationResponse, err error)
Delete ...
func (ExpressRouteConnectionsClient) DeleteThenPoll ¶
func (c ExpressRouteConnectionsClient) DeleteThenPoll(ctx context.Context, id ExpressRouteConnectionId) error
DeleteThenPoll performs Delete then polls until it's completed
func (ExpressRouteConnectionsClient) Get ¶
func (c ExpressRouteConnectionsClient) Get(ctx context.Context, id ExpressRouteConnectionId) (result GetOperationResponse, err error)
Get ...
func (ExpressRouteConnectionsClient) List ¶
func (c ExpressRouteConnectionsClient) List(ctx context.Context, id ExpressRouteGatewayId) (result ListOperationResponse, err error)
List ...
type ExpressRouteGatewayId ¶
type ExpressRouteGatewayId struct { SubscriptionId string ResourceGroupName string ExpressRouteGatewayName string }
ExpressRouteGatewayId is a struct representing the Resource ID for a Express Route Gateway
func NewExpressRouteGatewayID ¶
func NewExpressRouteGatewayID(subscriptionId string, resourceGroupName string, expressRouteGatewayName string) ExpressRouteGatewayId
NewExpressRouteGatewayID returns a new ExpressRouteGatewayId struct
func ParseExpressRouteGatewayID ¶
func ParseExpressRouteGatewayID(input string) (*ExpressRouteGatewayId, error)
ParseExpressRouteGatewayID parses 'input' into a ExpressRouteGatewayId
func ParseExpressRouteGatewayIDInsensitively ¶
func ParseExpressRouteGatewayIDInsensitively(input string) (*ExpressRouteGatewayId, error)
ParseExpressRouteGatewayIDInsensitively parses 'input' case-insensitively into a ExpressRouteGatewayId note: this method should only be used for API response data and not user input
func (*ExpressRouteGatewayId) FromParseResult ¶
func (id *ExpressRouteGatewayId) FromParseResult(input resourceids.ParseResult) error
func (ExpressRouteGatewayId) ID ¶
func (id ExpressRouteGatewayId) ID() string
ID returns the formatted Express Route Gateway ID
func (ExpressRouteGatewayId) Segments ¶
func (id ExpressRouteGatewayId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Express Route Gateway ID
func (ExpressRouteGatewayId) String ¶
func (id ExpressRouteGatewayId) String() string
String returns a human-readable description of this Express Route Gateway ID
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ExpressRouteConnection }
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ExpressRouteConnectionList }
type PropagatedRouteTable ¶
type PropagatedRouteTable struct { Ids *[]SubResource `json:"ids,omitempty"` Labels *[]string `json:"labels,omitempty"` }
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateSucceeded ProvisioningState = "Succeeded" ProvisioningStateUpdating ProvisioningState = "Updating" )
func (*ProvisioningState) UnmarshalJSON ¶
func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error
type RoutingConfiguration ¶
type RoutingConfiguration struct { AssociatedRouteTable *SubResource `json:"associatedRouteTable,omitempty"` InboundRouteMap *SubResource `json:"inboundRouteMap,omitempty"` OutboundRouteMap *SubResource `json:"outboundRouteMap,omitempty"` PropagatedRouteTables *PropagatedRouteTable `json:"propagatedRouteTables,omitempty"` VnetRoutes *VnetRoute `json:"vnetRoutes,omitempty"` }
type StaticRoute ¶
type StaticRoutesConfig ¶
type StaticRoutesConfig struct { PropagateStaticRoutes *bool `json:"propagateStaticRoutes,omitempty"` VnetLocalRouteOverrideCriteria *VnetLocalRouteOverrideCriteria `json:"vnetLocalRouteOverrideCriteria,omitempty"` }
type SubResource ¶
type SubResource struct {
Id *string `json:"id,omitempty"`
}
type VnetLocalRouteOverrideCriteria ¶
type VnetLocalRouteOverrideCriteria string
const ( VnetLocalRouteOverrideCriteriaContains VnetLocalRouteOverrideCriteria = "Contains" VnetLocalRouteOverrideCriteriaEqual VnetLocalRouteOverrideCriteria = "Equal" )
func (*VnetLocalRouteOverrideCriteria) UnmarshalJSON ¶
func (s *VnetLocalRouteOverrideCriteria) UnmarshalJSON(bytes []byte) error
type VnetRoute ¶
type VnetRoute struct { BgpConnections *[]SubResource `json:"bgpConnections,omitempty"` StaticRoutes *[]StaticRoute `json:"staticRoutes,omitempty"` StaticRoutesConfig *StaticRoutesConfig `json:"staticRoutesConfig,omitempty"` }
Source Files ¶
- client.go
- constants.go
- id_expressrouteconnection.go
- id_expressroutegateway.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_list.go
- model_expressroutecircuitpeeringid.go
- model_expressrouteconnection.go
- model_expressrouteconnectionlist.go
- model_expressrouteconnectionproperties.go
- model_propagatedroutetable.go
- model_routingconfiguration.go
- model_staticroute.go
- model_staticroutesconfig.go
- model_subresource.go
- model_vnetroute.go
- version.go