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 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 struct + Id string + type AuthenticationType string + const AuthenticationTypeAAD + const AuthenticationTypePassword + func (s *AuthenticationType) UnmarshalJSON(bytes []byte) error + type AzureStackEdgeDeviceResourceId struct + Id string + type AzureStackHCIClusterResourceId struct + Id string + type BillingSku string + const BillingSkuGFive + const BillingSkuGOne + const BillingSkuGOneZero + const BillingSkuGTwo + const BillingSkuGZero + func (s *BillingSku) UnmarshalJSON(bytes []byte) error + type CertificateProvisioning struct + Reason *string + State *CertificateProvisioningState + type CertificateProvisioningState string + const CertificateProvisioningStateFailed + const CertificateProvisioningStateNotProvisioned + const CertificateProvisioningStateProvisioned + func (s *CertificateProvisioningState) UnmarshalJSON(bytes []byte) error + type ConnectedClusterResourceId struct + Id string + type CoreNetworkType string + const CoreNetworkTypeEPC + const CoreNetworkTypeEPCPositiveFiveGC + const CoreNetworkTypeFiveGC + func (s *CoreNetworkType) UnmarshalJSON(bytes []byte) error + type CustomLocationResourceId struct + Id string + type DesiredInstallationState string + const DesiredInstallationStateInstalled + const DesiredInstallationStateUninstalled + func (s *DesiredInstallationState) UnmarshalJSON(bytes []byte) error + type DiagnosticsUploadConfiguration struct + StorageAccountContainerURL string + type HTTPSServerCertificate struct + CertificateURL string + Provisioning *CertificateProvisioning + type Installation struct + DesiredState *DesiredInstallationState + Operation *AsyncOperationId + Reasons *[]InstallationReason + ReinstallRequired *ReinstallRequired + State *InstallationState + type InstallationReason string + const InstallationReasonNoAttachedDataNetworks + const InstallationReasonNoPacketCoreDataPlane + const InstallationReasonNoSlices + func (s *InstallationReason) UnmarshalJSON(bytes []byte) error + type InstallationState string + const InstallationStateFailed + const InstallationStateInstalled + const InstallationStateInstalling + const InstallationStateReinstalling + const InstallationStateRollingBack + const InstallationStateUninstalled + const InstallationStateUninstalling + const InstallationStateUpdating + const InstallationStateUpgrading + func (s *InstallationState) UnmarshalJSON(bytes []byte) error + type InterfaceProperties struct + IPv4Address *string + IPv4Gateway *string + IPv4Subnet *string + Name *string + type ListByResourceGroupCompleteResult struct + Items []PacketCoreControlPlane + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]PacketCoreControlPlane + OData *odata.OData + type ListBySubscriptionCompleteResult struct + Items []PacketCoreControlPlane + LatestHttpResponse *http.Response + type ListBySubscriptionCustomPager struct + NextLink *odata.Link + func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link + type ListBySubscriptionOperationResponse struct + HttpResponse *http.Response + Model *[]PacketCoreControlPlane + OData *odata.OData + type LocalDiagnosticsAccessConfiguration struct + AuthenticationType AuthenticationType + HTTPSServerCertificate *HTTPSServerCertificate + type PacketCoreControlPlane struct + Id *string + Identity *identity.UserAssignedMap + Location string + Name *string + Properties PacketCoreControlPlanePropertiesFormat + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type PacketCoreControlPlaneOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p PacketCoreControlPlaneOperationPredicate) Matches(input PacketCoreControlPlane) bool + type PacketCoreControlPlanePropertiesFormat struct + ControlPlaneAccessInterface InterfaceProperties + CoreNetworkTechnology *CoreNetworkType + DiagnosticsUpload *DiagnosticsUploadConfiguration + Installation *Installation + InstalledVersion *string + InteropSettings *interface{} + LocalDiagnosticsAccess LocalDiagnosticsAccessConfiguration + Platform PlatformConfiguration + ProvisioningState *ProvisioningState + RollbackVersion *string + Sites []SiteResourceId + Sku BillingSku + UeMtu *int64 + Version *string + type PacketCoreControlPlanesClient struct + Client *resourcemanager.Client + func NewPacketCoreControlPlanesClientWithBaseURI(sdkApi sdkEnv.Api) (*PacketCoreControlPlanesClient, error) + 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 struct + AzureStackEdgeDevice *AzureStackEdgeDeviceResourceId + AzureStackEdgeDevices *[]AzureStackEdgeDeviceResourceId + AzureStackHciCluster *AzureStackHCIClusterResourceId + ConnectedCluster *ConnectedClusterResourceId + CustomLocation *CustomLocationResourceId + Type PlatformType + type PlatformType string + const PlatformTypeAKSNegativeHCI + const PlatformTypeThreePNegativeAZURENegativeSTACKNegativeHCI + func (s *PlatformType) 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 ReinstallRequired string + const ReinstallRequiredNotRequired + const ReinstallRequiredRequired + func (s *ReinstallRequired) UnmarshalJSON(bytes []byte) error + type SiteResourceId struct + Id string