Documentation ¶
Index ¶
- func PossibleValuesForProvisioningState() []string
- func PossibleValuesForVnetLocalRouteOverrideCriteria() []string
- func ValidateExpressRouteGatewayID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type ExpressRouteCircuitPeeringId
- type ExpressRouteConnection
- type ExpressRouteConnectionProperties
- type ExpressRouteGateway
- type ExpressRouteGatewayId
- type ExpressRouteGatewayList
- type ExpressRouteGatewayProperties
- type ExpressRouteGatewayPropertiesAutoScaleConfiguration
- type ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
- type ExpressRouteGatewaysClient
- func (c ExpressRouteGatewaysClient) CreateOrUpdate(ctx context.Context, id ExpressRouteGatewayId, input ExpressRouteGateway) (result CreateOrUpdateOperationResponse, err error)
- func (c ExpressRouteGatewaysClient) CreateOrUpdateThenPoll(ctx context.Context, id ExpressRouteGatewayId, input ExpressRouteGateway) error
- func (c ExpressRouteGatewaysClient) Delete(ctx context.Context, id ExpressRouteGatewayId) (result DeleteOperationResponse, err error)
- func (c ExpressRouteGatewaysClient) DeleteThenPoll(ctx context.Context, id ExpressRouteGatewayId) error
- func (c ExpressRouteGatewaysClient) Get(ctx context.Context, id ExpressRouteGatewayId) (result GetOperationResponse, err error)
- func (c ExpressRouteGatewaysClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
- func (c ExpressRouteGatewaysClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
- func (c ExpressRouteGatewaysClient) UpdateTags(ctx context.Context, id ExpressRouteGatewayId, input TagsObject) (result UpdateTagsOperationResponse, err error)
- func (c ExpressRouteGatewaysClient) UpdateTagsThenPoll(ctx context.Context, id ExpressRouteGatewayId, input TagsObject) error
- type GetOperationResponse
- type ListByResourceGroupOperationResponse
- type ListBySubscriptionOperationResponse
- type PropagatedRouteTable
- type ProvisioningState
- type RoutingConfiguration
- type StaticRoute
- type StaticRoutesConfig
- type SubResource
- type TagsObject
- type UpdateTagsOperationResponse
- type VirtualHubId
- 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 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 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 ExpressRouteGateway ¶
type ExpressRouteGateway struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *ExpressRouteGatewayProperties `json:"properties,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
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 ExpressRouteGatewayList ¶
type ExpressRouteGatewayList struct {
Value *[]ExpressRouteGateway `json:"value,omitempty"`
}
type ExpressRouteGatewayProperties ¶
type ExpressRouteGatewayProperties struct { AllowNonVirtualWanTraffic *bool `json:"allowNonVirtualWanTraffic,omitempty"` AutoScaleConfiguration *ExpressRouteGatewayPropertiesAutoScaleConfiguration `json:"autoScaleConfiguration,omitempty"` ExpressRouteConnections *[]ExpressRouteConnection `json:"expressRouteConnections,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` VirtualHub VirtualHubId `json:"virtualHub"` }
type ExpressRouteGatewayPropertiesAutoScaleConfiguration ¶
type ExpressRouteGatewayPropertiesAutoScaleConfiguration struct {
Bounds *ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds `json:"bounds,omitempty"`
}
type ExpressRouteGatewaysClient ¶
type ExpressRouteGatewaysClient struct {
Client *resourcemanager.Client
}
func NewExpressRouteGatewaysClientWithBaseURI ¶
func NewExpressRouteGatewaysClientWithBaseURI(sdkApi sdkEnv.Api) (*ExpressRouteGatewaysClient, error)
func (ExpressRouteGatewaysClient) CreateOrUpdate ¶
func (c ExpressRouteGatewaysClient) CreateOrUpdate(ctx context.Context, id ExpressRouteGatewayId, input ExpressRouteGateway) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ExpressRouteGatewaysClient) CreateOrUpdateThenPoll ¶
func (c ExpressRouteGatewaysClient) CreateOrUpdateThenPoll(ctx context.Context, id ExpressRouteGatewayId, input ExpressRouteGateway) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (ExpressRouteGatewaysClient) Delete ¶
func (c ExpressRouteGatewaysClient) Delete(ctx context.Context, id ExpressRouteGatewayId) (result DeleteOperationResponse, err error)
Delete ...
func (ExpressRouteGatewaysClient) DeleteThenPoll ¶
func (c ExpressRouteGatewaysClient) DeleteThenPoll(ctx context.Context, id ExpressRouteGatewayId) error
DeleteThenPoll performs Delete then polls until it's completed
func (ExpressRouteGatewaysClient) Get ¶
func (c ExpressRouteGatewaysClient) Get(ctx context.Context, id ExpressRouteGatewayId) (result GetOperationResponse, err error)
Get ...
func (ExpressRouteGatewaysClient) ListByResourceGroup ¶
func (c ExpressRouteGatewaysClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (ExpressRouteGatewaysClient) ListBySubscription ¶
func (c ExpressRouteGatewaysClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
ListBySubscription ...
func (ExpressRouteGatewaysClient) UpdateTags ¶
func (c ExpressRouteGatewaysClient) UpdateTags(ctx context.Context, id ExpressRouteGatewayId, input TagsObject) (result UpdateTagsOperationResponse, err error)
UpdateTags ...
func (ExpressRouteGatewaysClient) UpdateTagsThenPoll ¶
func (c ExpressRouteGatewaysClient) UpdateTagsThenPoll(ctx context.Context, id ExpressRouteGatewayId, input TagsObject) error
UpdateTagsThenPoll performs UpdateTags then polls until it's completed
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ExpressRouteGateway }
type ListByResourceGroupOperationResponse ¶
type ListByResourceGroupOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ExpressRouteGatewayList }
type ListBySubscriptionOperationResponse ¶
type ListBySubscriptionOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ExpressRouteGatewayList }
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 TagsObject ¶
type VirtualHubId ¶
type VirtualHubId 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_expressroutegateway.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_listbyresourcegroup.go
- method_listbysubscription.go
- method_updatetags.go
- model_expressroutecircuitpeeringid.go
- model_expressrouteconnection.go
- model_expressrouteconnectionproperties.go
- model_expressroutegateway.go
- model_expressroutegatewaylist.go
- model_expressroutegatewayproperties.go
- model_expressroutegatewaypropertiesautoscaleconfiguration.go
- model_expressroutegatewaypropertiesautoscaleconfigurationbounds.go
- model_propagatedroutetable.go
- model_routingconfiguration.go
- model_staticroute.go
- model_staticroutesconfig.go
- model_subresource.go
- model_tagsobject.go
- model_virtualhubid.go
- model_vnetroute.go
- version.go