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 PossibleValuesForPreemptionCapability() []string + func PossibleValuesForPreemptionVulnerability() []string + func PossibleValuesForProvisioningState() []string + func PossibleValuesForSdfDirection() []string + func PossibleValuesForTrafficControlPermission() []string + func ValidateMobileNetworkID(input interface{}, key string) (warnings []string, errors []error) + type Ambr struct + Downlink string + Uplink string + type ListByMobileNetworkCompleteResult struct + Items []Service + LatestHttpResponse *http.Response + type ListByMobileNetworkCustomPager struct + NextLink *odata.Link + func (p *ListByMobileNetworkCustomPager) NextPageLink() *odata.Link + type ListByMobileNetworkOperationResponse struct + HttpResponse *http.Response + Model *[]Service + OData *odata.OData + type MobileNetworkId struct + MobileNetworkName string + ResourceGroupName string + SubscriptionId string + func NewMobileNetworkID(subscriptionId string, resourceGroupName string, mobileNetworkName string) MobileNetworkId + func ParseMobileNetworkID(input string) (*MobileNetworkId, error) + func ParseMobileNetworkIDInsensitively(input string) (*MobileNetworkId, error) + func (id *MobileNetworkId) FromParseResult(input resourceids.ParseResult) error + func (id MobileNetworkId) ID() string + func (id MobileNetworkId) Segments() []resourceids.Segment + func (id MobileNetworkId) String() string + type PccRuleConfiguration struct + RuleName string + RulePrecedence int64 + RuleQosPolicy *PccRuleQosPolicy + ServiceDataFlowTemplates []ServiceDataFlowTemplate + TrafficControl *TrafficControlPermission + type PccRuleQosPolicy struct + AllocationAndRetentionPriorityLevel *int64 + Fiveqi *int64 + GuaranteedBitRate *Ambr + MaximumBitRate Ambr + PreemptionCapability *PreemptionCapability + PreemptionVulnerability *PreemptionVulnerability + type PreemptionCapability string + const PreemptionCapabilityMayPreempt + const PreemptionCapabilityNotPreempt + func (s *PreemptionCapability) UnmarshalJSON(bytes []byte) error + type PreemptionVulnerability string + const PreemptionVulnerabilityNotPreemptable + const PreemptionVulnerabilityPreemptable + func (s *PreemptionVulnerability) UnmarshalJSON(bytes []byte) error + 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 QosPolicy struct + AllocationAndRetentionPriorityLevel *int64 + Fiveqi *int64 + MaximumBitRate Ambr + PreemptionCapability *PreemptionCapability + PreemptionVulnerability *PreemptionVulnerability + type SdfDirection string + const SdfDirectionBidirectional + const SdfDirectionDownlink + const SdfDirectionUplink + func (s *SdfDirection) UnmarshalJSON(bytes []byte) error + type Service struct + Id *string + Location string + Name *string + Properties ServicePropertiesFormat + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type ServiceDataFlowTemplate struct + Direction SdfDirection + Ports *[]string + Protocol []string + RemoteIPList []string + TemplateName string + type ServiceOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p ServiceOperationPredicate) Matches(input Service) bool + type ServicePropertiesFormat struct + PccRules []PccRuleConfiguration + ProvisioningState *ProvisioningState + ServicePrecedence int64 + ServiceQosPolicy *QosPolicy + type ServicesClient struct + Client *resourcemanager.Client + func NewServicesClientWithBaseURI(sdkApi sdkEnv.Api) (*ServicesClient, error) + func (c ServicesClient) ListByMobileNetwork(ctx context.Context, id MobileNetworkId) (result ListByMobileNetworkOperationResponse, err error) + func (c ServicesClient) ListByMobileNetworkComplete(ctx context.Context, id MobileNetworkId) (ListByMobileNetworkCompleteResult, error) + func (c ServicesClient) ListByMobileNetworkCompleteMatchingPredicate(ctx context.Context, id MobileNetworkId, predicate ServiceOperationPredicate) (result ListByMobileNetworkCompleteResult, err error) + type TrafficControlPermission string + const TrafficControlPermissionBlocked + const TrafficControlPermissionEnabled + func (s *TrafficControlPermission) UnmarshalJSON(bytes []byte) error