Documentation ¶
Index ¶
- func PossibleValuesForAuthenticationType() []string
- func PossibleValuesForBillingSku() []string
- func PossibleValuesForCertificateProvisioningState() []string
- func PossibleValuesForCoreNetworkType() []string
- func PossibleValuesForDesiredInstallationState() []string
- func PossibleValuesForInstallationReason() []string
- func PossibleValuesForInstallationState() []string
- func PossibleValuesForPlatformType() []string
- func PossibleValuesForProvisioningState() []string
- func PossibleValuesForReinstallRequired() []string
- type AsyncOperationId
- type AuthenticationType
- type AzureStackEdgeDeviceResourceId
- type AzureStackHCIClusterResourceId
- type BillingSku
- type CertificateProvisioning
- type CertificateProvisioningState
- type ConnectedClusterResourceId
- type CoreNetworkType
- type CustomLocationResourceId
- type DesiredInstallationState
- type DiagnosticsUploadConfiguration
- type EventHubConfiguration
- type HTTPSServerCertificate
- type Installation
- type InstallationReason
- type InstallationState
- type InterfaceProperties
- type ListByResourceGroupCompleteResult
- type ListByResourceGroupCustomPager
- type ListByResourceGroupOperationResponse
- type ListBySubscriptionCompleteResult
- type ListBySubscriptionCustomPager
- type ListBySubscriptionOperationResponse
- type LocalDiagnosticsAccessConfiguration
- type NASRerouteConfiguration
- type PacketCoreControlPlane
- type PacketCoreControlPlaneOperationPredicate
- type PacketCoreControlPlanePropertiesFormat
- type PacketCoreControlPlanesClient
- func (c PacketCoreControlPlanesClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
- func (c PacketCoreControlPlanesClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
- func (c PacketCoreControlPlanesClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error)
- func (c PacketCoreControlPlanesClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
- func (c PacketCoreControlPlanesClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
- func (c PacketCoreControlPlanesClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error)
- type PlatformConfiguration
- type PlatformType
- type ProvisioningState
- type ReinstallRequired
- type SignalingConfiguration
- type SiteResourceId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAuthenticationType ¶
func PossibleValuesForAuthenticationType() []string
func PossibleValuesForBillingSku ¶
func PossibleValuesForBillingSku() []string
func PossibleValuesForCertificateProvisioningState ¶
func PossibleValuesForCertificateProvisioningState() []string
func PossibleValuesForCoreNetworkType ¶
func PossibleValuesForCoreNetworkType() []string
func PossibleValuesForDesiredInstallationState ¶
func PossibleValuesForDesiredInstallationState() []string
func PossibleValuesForInstallationReason ¶
func PossibleValuesForInstallationReason() []string
func PossibleValuesForInstallationState ¶
func PossibleValuesForInstallationState() []string
func PossibleValuesForPlatformType ¶
func PossibleValuesForPlatformType() []string
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func PossibleValuesForReinstallRequired ¶
func PossibleValuesForReinstallRequired() []string
Types ¶
type AsyncOperationId ¶
type AsyncOperationId struct {
Id string `json:"id"`
}
type AuthenticationType ¶
type AuthenticationType string
const ( AuthenticationTypeAAD AuthenticationType = "AAD" AuthenticationTypePassword AuthenticationType = "Password" )
func (*AuthenticationType) UnmarshalJSON ¶
func (s *AuthenticationType) UnmarshalJSON(bytes []byte) error
type AzureStackEdgeDeviceResourceId ¶
type AzureStackEdgeDeviceResourceId struct {
Id string `json:"id"`
}
type AzureStackHCIClusterResourceId ¶
type AzureStackHCIClusterResourceId struct {
Id string `json:"id"`
}
type BillingSku ¶
type BillingSku string
const ( BillingSkuGFive BillingSku = "G5" BillingSkuGOne BillingSku = "G1" BillingSkuGOneZero BillingSku = "G10" BillingSkuGTwo BillingSku = "G2" BillingSkuGZero BillingSku = "G0" )
func (*BillingSku) UnmarshalJSON ¶
func (s *BillingSku) UnmarshalJSON(bytes []byte) error
type CertificateProvisioning ¶
type CertificateProvisioning struct { Reason *string `json:"reason,omitempty"` State *CertificateProvisioningState `json:"state,omitempty"` }
type CertificateProvisioningState ¶
type CertificateProvisioningState string
const ( CertificateProvisioningStateFailed CertificateProvisioningState = "Failed" CertificateProvisioningStateNotProvisioned CertificateProvisioningState = "NotProvisioned" CertificateProvisioningStateProvisioned CertificateProvisioningState = "Provisioned" )
func (*CertificateProvisioningState) UnmarshalJSON ¶
func (s *CertificateProvisioningState) UnmarshalJSON(bytes []byte) error
type ConnectedClusterResourceId ¶
type ConnectedClusterResourceId struct {
Id string `json:"id"`
}
type CoreNetworkType ¶
type CoreNetworkType string
const ( CoreNetworkTypeEPC CoreNetworkType = "EPC" CoreNetworkTypeEPCPositiveFiveGC CoreNetworkType = "EPC + 5GC" CoreNetworkTypeFiveGC CoreNetworkType = "5GC" )
func (*CoreNetworkType) UnmarshalJSON ¶
func (s *CoreNetworkType) UnmarshalJSON(bytes []byte) error
type CustomLocationResourceId ¶
type CustomLocationResourceId struct {
Id string `json:"id"`
}
type DesiredInstallationState ¶
type DesiredInstallationState string
const ( DesiredInstallationStateInstalled DesiredInstallationState = "Installed" DesiredInstallationStateUninstalled DesiredInstallationState = "Uninstalled" )
func (*DesiredInstallationState) UnmarshalJSON ¶
func (s *DesiredInstallationState) UnmarshalJSON(bytes []byte) error
type DiagnosticsUploadConfiguration ¶
type DiagnosticsUploadConfiguration struct {
StorageAccountContainerUrl string `json:"storageAccountContainerUrl"`
}
type EventHubConfiguration ¶
type HTTPSServerCertificate ¶
type HTTPSServerCertificate struct { CertificateUrl string `json:"certificateUrl"` Provisioning *CertificateProvisioning `json:"provisioning,omitempty"` }
type Installation ¶
type Installation struct { DesiredState *DesiredInstallationState `json:"desiredState,omitempty"` Operation *AsyncOperationId `json:"operation,omitempty"` Reasons *[]InstallationReason `json:"reasons,omitempty"` ReinstallRequired *ReinstallRequired `json:"reinstallRequired,omitempty"` State *InstallationState `json:"state,omitempty"` }
type InstallationReason ¶
type InstallationReason string
const ( InstallationReasonControlPlaneAccessInterfaceHasChanged InstallationReason = "ControlPlaneAccessInterfaceHasChanged" InstallationReasonControlPlaneAccessVirtualIPvFourAddressesHasChanged InstallationReason = "ControlPlaneAccessVirtualIpv4AddressesHasChanged" InstallationReasonNoAttachedDataNetworks InstallationReason = "NoAttachedDataNetworks" InstallationReasonNoPacketCoreDataPlane InstallationReason = "NoPacketCoreDataPlane" InstallationReasonNoSlices InstallationReason = "NoSlices" InstallationReasonPublicLandMobileNetworkIdentifierHasChanged InstallationReason = "PublicLandMobileNetworkIdentifierHasChanged" InstallationReasonUserPlaneAccessInterfaceHasChanged InstallationReason = "UserPlaneAccessInterfaceHasChanged" InstallationReasonUserPlaneAccessVirtualIPvFourAddressesHasChanged InstallationReason = "UserPlaneAccessVirtualIpv4AddressesHasChanged" InstallationReasonUserPlaneDataInterfaceHasChanged InstallationReason = "UserPlaneDataInterfaceHasChanged" )
func (*InstallationReason) UnmarshalJSON ¶
func (s *InstallationReason) UnmarshalJSON(bytes []byte) error
type InstallationState ¶
type InstallationState string
const ( InstallationStateFailed InstallationState = "Failed" InstallationStateInstalled InstallationState = "Installed" InstallationStateInstalling InstallationState = "Installing" InstallationStateReinstalling InstallationState = "Reinstalling" InstallationStateRollingBack InstallationState = "RollingBack" InstallationStateUninstalled InstallationState = "Uninstalled" InstallationStateUninstalling InstallationState = "Uninstalling" InstallationStateUpdating InstallationState = "Updating" InstallationStateUpgrading InstallationState = "Upgrading" )
func (*InstallationState) UnmarshalJSON ¶
func (s *InstallationState) UnmarshalJSON(bytes []byte) error
type InterfaceProperties ¶
type ListByResourceGroupCompleteResult ¶
type ListByResourceGroupCompleteResult struct { LatestHttpResponse *http.Response Items []PacketCoreControlPlane }
type ListByResourceGroupCustomPager ¶ added in v0.20240628.1153531
func (*ListByResourceGroupCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link
type ListByResourceGroupOperationResponse ¶
type ListByResourceGroupOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]PacketCoreControlPlane }
type ListBySubscriptionCompleteResult ¶
type ListBySubscriptionCompleteResult struct { LatestHttpResponse *http.Response Items []PacketCoreControlPlane }
type ListBySubscriptionCustomPager ¶ added in v0.20240628.1153531
func (*ListBySubscriptionCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link
type ListBySubscriptionOperationResponse ¶
type ListBySubscriptionOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]PacketCoreControlPlane }
type LocalDiagnosticsAccessConfiguration ¶
type LocalDiagnosticsAccessConfiguration struct { AuthenticationType AuthenticationType `json:"authenticationType"` HTTPSServerCertificate *HTTPSServerCertificate `json:"httpsServerCertificate,omitempty"` }
type NASRerouteConfiguration ¶
type NASRerouteConfiguration struct {
MacroMmeGroupId int64 `json:"macroMmeGroupId"`
}
type PacketCoreControlPlane ¶
type PacketCoreControlPlane struct { Id *string `json:"id,omitempty"` Identity *identity.UserAssignedMap `json:"identity,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties PacketCoreControlPlanePropertiesFormat `json:"properties"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type PacketCoreControlPlaneOperationPredicate ¶
type PacketCoreControlPlaneOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (PacketCoreControlPlaneOperationPredicate) Matches ¶
func (p PacketCoreControlPlaneOperationPredicate) Matches(input PacketCoreControlPlane) bool
type PacketCoreControlPlanePropertiesFormat ¶
type PacketCoreControlPlanePropertiesFormat struct { ControlPlaneAccessInterface InterfaceProperties `json:"controlPlaneAccessInterface"` ControlPlaneAccessVirtualIPv4Addresses *[]string `json:"controlPlaneAccessVirtualIpv4Addresses,omitempty"` CoreNetworkTechnology *CoreNetworkType `json:"coreNetworkTechnology,omitempty"` DiagnosticsUpload *DiagnosticsUploadConfiguration `json:"diagnosticsUpload,omitempty"` EventHub *EventHubConfiguration `json:"eventHub,omitempty"` Installation *Installation `json:"installation,omitempty"` InstalledVersion *string `json:"installedVersion,omitempty"` InteropSettings *interface{} `json:"interopSettings,omitempty"` LocalDiagnosticsAccess LocalDiagnosticsAccessConfiguration `json:"localDiagnosticsAccess"` Platform PlatformConfiguration `json:"platform"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` RollbackVersion *string `json:"rollbackVersion,omitempty"` Signaling *SignalingConfiguration `json:"signaling,omitempty"` Sites []SiteResourceId `json:"sites"` Sku BillingSku `json:"sku"` UeMtu *int64 `json:"ueMtu,omitempty"` Version *string `json:"version,omitempty"` }
type PacketCoreControlPlanesClient ¶
type PacketCoreControlPlanesClient struct {
Client *resourcemanager.Client
}
func NewPacketCoreControlPlanesClientWithBaseURI ¶
func NewPacketCoreControlPlanesClientWithBaseURI(sdkApi sdkEnv.Api) (*PacketCoreControlPlanesClient, error)
func (PacketCoreControlPlanesClient) ListByResourceGroup ¶
func (c PacketCoreControlPlanesClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (PacketCoreControlPlanesClient) ListByResourceGroupComplete ¶
func (c PacketCoreControlPlanesClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all the results into a single object
func (PacketCoreControlPlanesClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c PacketCoreControlPlanesClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate PacketCoreControlPlaneOperationPredicate) (result ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (PacketCoreControlPlanesClient) ListBySubscription ¶
func (c PacketCoreControlPlanesClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
ListBySubscription ...
func (PacketCoreControlPlanesClient) ListBySubscriptionComplete ¶
func (c PacketCoreControlPlanesClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
ListBySubscriptionComplete retrieves all the results into a single object
func (PacketCoreControlPlanesClient) ListBySubscriptionCompleteMatchingPredicate ¶
func (c PacketCoreControlPlanesClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate PacketCoreControlPlaneOperationPredicate) (result ListBySubscriptionCompleteResult, err error)
ListBySubscriptionCompleteMatchingPredicate retrieves all the results and then applies the predicate
type PlatformConfiguration ¶
type PlatformConfiguration struct { AzureStackEdgeDevice *AzureStackEdgeDeviceResourceId `json:"azureStackEdgeDevice,omitempty"` AzureStackEdgeDevices *[]AzureStackEdgeDeviceResourceId `json:"azureStackEdgeDevices,omitempty"` AzureStackHciCluster *AzureStackHCIClusterResourceId `json:"azureStackHciCluster,omitempty"` ConnectedCluster *ConnectedClusterResourceId `json:"connectedCluster,omitempty"` CustomLocation *CustomLocationResourceId `json:"customLocation,omitempty"` Type PlatformType `json:"type"` }
type PlatformType ¶
type PlatformType string
const ( PlatformTypeAKSNegativeHCI PlatformType = "AKS-HCI" PlatformTypeThreePNegativeAZURENegativeSTACKNegativeHCI PlatformType = "3P-AZURE-STACK-HCI" )
func (*PlatformType) UnmarshalJSON ¶
func (s *PlatformType) UnmarshalJSON(bytes []byte) error
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" )
func (*ProvisioningState) UnmarshalJSON ¶
func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error
type ReinstallRequired ¶
type ReinstallRequired string
const ( ReinstallRequiredNotRequired ReinstallRequired = "NotRequired" ReinstallRequiredRequired ReinstallRequired = "Required" )
func (*ReinstallRequired) UnmarshalJSON ¶
func (s *ReinstallRequired) UnmarshalJSON(bytes []byte) error
type SignalingConfiguration ¶
type SignalingConfiguration struct {
NasReroute *NASRerouteConfiguration `json:"nasReroute,omitempty"`
}
type SiteResourceId ¶
type SiteResourceId struct {
Id string `json:"id"`
}
Source Files ¶
- client.go
- constants.go
- method_listbyresourcegroup.go
- method_listbysubscription.go
- model_asyncoperationid.go
- model_azurestackedgedeviceresourceid.go
- model_azurestackhciclusterresourceid.go
- model_certificateprovisioning.go
- model_connectedclusterresourceid.go
- model_customlocationresourceid.go
- model_diagnosticsuploadconfiguration.go
- model_eventhubconfiguration.go
- model_httpsservercertificate.go
- model_installation.go
- model_interfaceproperties.go
- model_localdiagnosticsaccessconfiguration.go
- model_nasrerouteconfiguration.go
- model_packetcorecontrolplane.go
- model_packetcorecontrolplanepropertiesformat.go
- model_platformconfiguration.go
- model_signalingconfiguration.go
- model_siteresourceid.go
- predicates.go
- version.go
Click to show internal directories.
Click to hide internal directories.