Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForProvisioningState() []string + func ValidateLocalNetworkGatewayID(input interface{}, key string) (warnings []string, errors []error) + type AddressSpace struct + AddressPrefixes *[]string + type BgpSettings struct + Asn *int64 + BgpPeeringAddress *string + BgpPeeringAddresses *[]IPConfigurationBgpPeeringAddress + PeerWeight *int64 + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *LocalNetworkGateway + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *LocalNetworkGateway + OData *odata.OData + type IPConfigurationBgpPeeringAddress struct + CustomBgpIPAddresses *[]string + DefaultBgpIPAddresses *[]string + IPconfigurationId *string + TunnelIPAddresses *[]string + type ListCompleteResult struct + Items []LocalNetworkGateway + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]LocalNetworkGateway + OData *odata.OData + type LocalNetworkGateway struct + Etag *string + Id *string + Location *string + Name *string + Properties LocalNetworkGatewayPropertiesFormat + Tags *map[string]string + Type *string + type LocalNetworkGatewayId struct + LocalNetworkGatewayName string + ResourceGroupName string + SubscriptionId string + func NewLocalNetworkGatewayID(subscriptionId string, resourceGroupName string, ...) LocalNetworkGatewayId + func ParseLocalNetworkGatewayID(input string) (*LocalNetworkGatewayId, error) + func ParseLocalNetworkGatewayIDInsensitively(input string) (*LocalNetworkGatewayId, error) + func (id *LocalNetworkGatewayId) FromParseResult(input resourceids.ParseResult) error + func (id LocalNetworkGatewayId) ID() string + func (id LocalNetworkGatewayId) Segments() []resourceids.Segment + func (id LocalNetworkGatewayId) String() string + type LocalNetworkGatewayOperationPredicate struct + Etag *string + Id *string + Location *string + Name *string + Type *string + func (p LocalNetworkGatewayOperationPredicate) Matches(input LocalNetworkGateway) bool + type LocalNetworkGatewayPropertiesFormat struct + BgpSettings *BgpSettings + Fqdn *string + GatewayIPAddress *string + LocalNetworkAddressSpace *AddressSpace + ProvisioningState *ProvisioningState + ResourceGuid *string + type LocalNetworkGatewaysClient struct + Client *resourcemanager.Client + func NewLocalNetworkGatewaysClientWithBaseURI(sdkApi sdkEnv.Api) (*LocalNetworkGatewaysClient, error) + func (c LocalNetworkGatewaysClient) CreateOrUpdate(ctx context.Context, id LocalNetworkGatewayId, input LocalNetworkGateway) (result CreateOrUpdateOperationResponse, err error) + func (c LocalNetworkGatewaysClient) CreateOrUpdateThenPoll(ctx context.Context, id LocalNetworkGatewayId, input LocalNetworkGateway) error + func (c LocalNetworkGatewaysClient) Delete(ctx context.Context, id LocalNetworkGatewayId) (result DeleteOperationResponse, err error) + func (c LocalNetworkGatewaysClient) DeleteThenPoll(ctx context.Context, id LocalNetworkGatewayId) error + func (c LocalNetworkGatewaysClient) Get(ctx context.Context, id LocalNetworkGatewayId) (result GetOperationResponse, err error) + func (c LocalNetworkGatewaysClient) List(ctx context.Context, id commonids.ResourceGroupId) (result ListOperationResponse, err error) + func (c LocalNetworkGatewaysClient) ListComplete(ctx context.Context, id commonids.ResourceGroupId) (ListCompleteResult, error) + func (c LocalNetworkGatewaysClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListCompleteResult, err error) + func (c LocalNetworkGatewaysClient) UpdateTags(ctx context.Context, id LocalNetworkGatewayId, input TagsObject) (result UpdateTagsOperationResponse, err error) + type ProvisioningState string + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type TagsObject struct + Tags *map[string]string + type UpdateTagsOperationResponse struct + HttpResponse *http.Response + Model *LocalNetworkGateway + OData *odata.OData