Documentation ¶
Index ¶
- 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
- type ListByMobileNetworkCompleteResult
- type ListByMobileNetworkOperationResponse
- type MobileNetworkId
- type PccRuleConfiguration
- type PccRuleQosPolicy
- type PreemptionCapability
- type PreemptionVulnerability
- type ProvisioningState
- type QosPolicy
- type SdfDirection
- type Service
- type ServiceDataFlowTemplate
- type ServiceOperationPredicate
- type ServicePropertiesFormat
- type ServicesClient
- func (c ServicesClient) ListByMobileNetwork(ctx context.Context, id MobileNetworkId) (resp 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) (resp ListByMobileNetworkCompleteResult, err error)
- type TrafficControlPermission
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForPreemptionCapability ¶
func PossibleValuesForPreemptionCapability() []string
func PossibleValuesForPreemptionVulnerability ¶
func PossibleValuesForPreemptionVulnerability() []string
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func PossibleValuesForSdfDirection ¶
func PossibleValuesForSdfDirection() []string
func PossibleValuesForTrafficControlPermission ¶
func PossibleValuesForTrafficControlPermission() []string
func ValidateMobileNetworkID ¶
ValidateMobileNetworkID checks that 'input' can be parsed as a Mobile Network ID
Types ¶
type ListByMobileNetworkCompleteResult ¶
type ListByMobileNetworkCompleteResult struct {
Items []Service
}
type ListByMobileNetworkOperationResponse ¶
type ListByMobileNetworkOperationResponse struct { HttpResponse *http.Response Model *[]Service // contains filtered or unexported fields }
func (ListByMobileNetworkOperationResponse) HasMore ¶
func (r ListByMobileNetworkOperationResponse) HasMore() bool
func (ListByMobileNetworkOperationResponse) LoadMore ¶
func (r ListByMobileNetworkOperationResponse) LoadMore(ctx context.Context) (resp ListByMobileNetworkOperationResponse, err error)
type MobileNetworkId ¶
type MobileNetworkId struct { SubscriptionId string ResourceGroupName string MobileNetworkName string }
MobileNetworkId is a struct representing the Resource ID for a Mobile Network
func NewMobileNetworkID ¶
func NewMobileNetworkID(subscriptionId string, resourceGroupName string, mobileNetworkName string) MobileNetworkId
NewMobileNetworkID returns a new MobileNetworkId struct
func ParseMobileNetworkID ¶
func ParseMobileNetworkID(input string) (*MobileNetworkId, error)
ParseMobileNetworkID parses 'input' into a MobileNetworkId
func ParseMobileNetworkIDInsensitively ¶
func ParseMobileNetworkIDInsensitively(input string) (*MobileNetworkId, error)
ParseMobileNetworkIDInsensitively parses 'input' case-insensitively into a MobileNetworkId note: this method should only be used for API response data and not user input
func (MobileNetworkId) ID ¶
func (id MobileNetworkId) ID() string
ID returns the formatted Mobile Network ID
func (MobileNetworkId) Segments ¶
func (id MobileNetworkId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Mobile Network ID
func (MobileNetworkId) String ¶
func (id MobileNetworkId) String() string
String returns a human-readable description of this Mobile Network ID
type PccRuleConfiguration ¶
type PccRuleConfiguration struct { RuleName string `json:"ruleName"` RulePrecedence int64 `json:"rulePrecedence"` RuleQosPolicy *PccRuleQosPolicy `json:"ruleQosPolicy,omitempty"` ServiceDataFlowTemplates []ServiceDataFlowTemplate `json:"serviceDataFlowTemplates"` TrafficControl *TrafficControlPermission `json:"trafficControl,omitempty"` }
type PccRuleQosPolicy ¶
type PccRuleQosPolicy struct { AllocationAndRetentionPriorityLevel *int64 `json:"allocationAndRetentionPriorityLevel,omitempty"` Fiveqi *int64 `json:"5qi,omitempty"` GuaranteedBitRate *Ambr `json:"guaranteedBitRate,omitempty"` MaximumBitRate Ambr `json:"maximumBitRate"` PreemptionCapability *PreemptionCapability `json:"preemptionCapability,omitempty"` PreemptionVulnerability *PreemptionVulnerability `json:"preemptionVulnerability,omitempty"` }
type PreemptionCapability ¶
type PreemptionCapability string
const ( PreemptionCapabilityMayPreempt PreemptionCapability = "MayPreempt" PreemptionCapabilityNotPreempt PreemptionCapability = "NotPreempt" )
type PreemptionVulnerability ¶
type PreemptionVulnerability string
const ( PreemptionVulnerabilityNotPreemptable PreemptionVulnerability = "NotPreemptable" PreemptionVulnerabilityPreemptable PreemptionVulnerability = "Preemptable" )
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateAccepted ProvisioningState = "Accepted" ProvisioningStateCanceled ProvisioningState = "Canceled" ProvisioningStateDeleted ProvisioningState = "Deleted" ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateSucceeded ProvisioningState = "Succeeded" ProvisioningStateUnknown ProvisioningState = "Unknown" )
type QosPolicy ¶
type QosPolicy struct { AllocationAndRetentionPriorityLevel *int64 `json:"allocationAndRetentionPriorityLevel,omitempty"` Fiveqi *int64 `json:"5qi,omitempty"` MaximumBitRate Ambr `json:"maximumBitRate"` PreemptionCapability *PreemptionCapability `json:"preemptionCapability,omitempty"` PreemptionVulnerability *PreemptionVulnerability `json:"preemptionVulnerability,omitempty"` }
type SdfDirection ¶
type SdfDirection string
const ( SdfDirectionBidirectional SdfDirection = "Bidirectional" SdfDirectionDownlink SdfDirection = "Downlink" SdfDirectionUplink SdfDirection = "Uplink" )
type Service ¶
type Service struct { Id *string `json:"id,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties ServicePropertiesFormat `json:"properties"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type ServiceDataFlowTemplate ¶
type ServiceDataFlowTemplate struct { Direction SdfDirection `json:"direction"` Ports *[]string `json:"ports,omitempty"` Protocol []string `json:"protocol"` RemoteIPList []string `json:"remoteIpList"` TemplateName string `json:"templateName"` }
type ServiceOperationPredicate ¶
func (ServiceOperationPredicate) Matches ¶
func (p ServiceOperationPredicate) Matches(input Service) bool
type ServicePropertiesFormat ¶
type ServicePropertiesFormat struct { PccRules []PccRuleConfiguration `json:"pccRules"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` ServicePrecedence int64 `json:"servicePrecedence"` ServiceQosPolicy *QosPolicy `json:"serviceQosPolicy,omitempty"` }
type ServicesClient ¶
func NewServicesClientWithBaseURI ¶
func NewServicesClientWithBaseURI(endpoint string) ServicesClient
func (ServicesClient) ListByMobileNetwork ¶
func (c ServicesClient) ListByMobileNetwork(ctx context.Context, id MobileNetworkId) (resp ListByMobileNetworkOperationResponse, err error)
ListByMobileNetwork ...
func (ServicesClient) ListByMobileNetworkComplete ¶
func (c ServicesClient) ListByMobileNetworkComplete(ctx context.Context, id MobileNetworkId) (ListByMobileNetworkCompleteResult, error)
ListByMobileNetworkComplete retrieves all of the results into a single object
func (ServicesClient) ListByMobileNetworkCompleteMatchingPredicate ¶
func (c ServicesClient) ListByMobileNetworkCompleteMatchingPredicate(ctx context.Context, id MobileNetworkId, predicate ServiceOperationPredicate) (resp ListByMobileNetworkCompleteResult, err error)
ListByMobileNetworkCompleteMatchingPredicate retrieves all of the results and then applied the predicate
type TrafficControlPermission ¶
type TrafficControlPermission string
const ( TrafficControlPermissionBlocked TrafficControlPermission = "Blocked" TrafficControlPermissionEnabled TrafficControlPermission = "Enabled" )