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 PossibleValuesForNaptEnabled() []string + func PossibleValuesForProvisioningState() []string + func ValidateAttachedDataNetworkID(input interface{}, key string) (warnings []string, errors []error) + type AttachedDataNetwork struct + Id *string + Location string + Name *string + Properties AttachedDataNetworkPropertiesFormat + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type AttachedDataNetworkClient struct + Client *resourcemanager.Client + func NewAttachedDataNetworkClientWithBaseURI(sdkApi sdkEnv.Api) (*AttachedDataNetworkClient, error) + func (c AttachedDataNetworkClient) CreateOrUpdate(ctx context.Context, id AttachedDataNetworkId, input AttachedDataNetwork) (result CreateOrUpdateOperationResponse, err error) + func (c AttachedDataNetworkClient) CreateOrUpdateThenPoll(ctx context.Context, id AttachedDataNetworkId, input AttachedDataNetwork) error + func (c AttachedDataNetworkClient) Delete(ctx context.Context, id AttachedDataNetworkId) (result DeleteOperationResponse, err error) + func (c AttachedDataNetworkClient) DeleteThenPoll(ctx context.Context, id AttachedDataNetworkId) error + func (c AttachedDataNetworkClient) Get(ctx context.Context, id AttachedDataNetworkId) (result GetOperationResponse, err error) + func (c AttachedDataNetworkClient) UpdateTags(ctx context.Context, id AttachedDataNetworkId, input TagsObject) (result UpdateTagsOperationResponse, err error) + type AttachedDataNetworkId struct + AttachedDataNetworkName string + PacketCoreControlPlaneName string + PacketCoreDataPlaneName string + ResourceGroupName string + SubscriptionId string + func NewAttachedDataNetworkID(subscriptionId string, resourceGroupName string, ...) AttachedDataNetworkId + func ParseAttachedDataNetworkID(input string) (*AttachedDataNetworkId, error) + func ParseAttachedDataNetworkIDInsensitively(input string) (*AttachedDataNetworkId, error) + func (id *AttachedDataNetworkId) FromParseResult(input resourceids.ParseResult) error + func (id AttachedDataNetworkId) ID() string + func (id AttachedDataNetworkId) Segments() []resourceids.Segment + func (id AttachedDataNetworkId) String() string + type AttachedDataNetworkPropertiesFormat struct + DnsAddresses []string + NaptConfiguration *NaptConfiguration + ProvisioningState *ProvisioningState + UserEquipmentAddressPoolPrefix *[]string + UserEquipmentStaticAddressPoolPrefix *[]string + UserPlaneDataInterface InterfaceProperties + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *AttachedDataNetwork + 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 *AttachedDataNetwork + OData *odata.OData + type InterfaceProperties struct + IPv4Address *string + IPv4Gateway *string + IPv4Subnet *string + Name *string + type NaptConfiguration struct + Enabled *NaptEnabled + PinholeLimits *int64 + PinholeTimeouts *PinholeTimeouts + PortRange *PortRange + PortReuseHoldTime *PortReuseHoldTimes + type NaptEnabled string + const NaptEnabledDisabled + const NaptEnabledEnabled + func (s *NaptEnabled) UnmarshalJSON(bytes []byte) error + type PinholeTimeouts struct + Icmp *int64 + Tcp *int64 + Udp *int64 + type PortRange struct + MaxPort *int64 + MinPort *int64 + type PortReuseHoldTimes struct + Tcp *int64 + Udp *int64 + type ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCanceled + const ProvisioningStateDeleted + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUnknown + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type TagsObject struct + Tags *map[string]string + type UpdateTagsOperationResponse struct + HttpResponse *http.Response + Model *AttachedDataNetwork + OData *odata.OData