Verbindung für den Zugriff auf private Dienste überprüfen
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf dieser Seite finden Sie eine Anleitung zum Überprüfen, ob in Ihrem Netzwerk eine Verbindung für den Zugriff auf private Dienste eingerichtet ist. Jedes Netzwerk, in dem Sie eine Memorystore for Memcached-Instanz bereitstellen, muss über eine Verbindung für den Zugriff auf private Dienste verfügen.
Andernfalls können Sie dieses Netzwerk beim Erstellen einer Memorystore for Memcached-Instanz nicht auswählen. Weitere Informationen finden Sie unter Netzwerk.
Prüfen Sie, ob der Zugriff auf private Dienste bereits für Ihr Projekt eingerichtet ist. Führen Sie dazu den folgenden Befehl aus und ersetzen Sie dabei highlighted-variables durch die entsprechenden Werte:
gcloud services vpc-peerings list --network=network --project=project-id
Verwenden Sie --network=default, um Ihr Standardnetzwerk auszuwählen.
Wenn eine Verbindung aktiviert ist, gibt der Befehl den folgenden Text zurück, wobei [bracketed-variables] durch die Variablen Ihres Projekts ersetzt wird. Wenn keine Verbindung für den Zugriff auf private Dienste aktiviert ist, gibt der vorherige Befehl nichts zurück.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-19 (UTC)."],[],[],null,["# Verify a private services access connection\n\nThis page provides instructions for checking to see if a [private services access](/vpc/docs/private-services-access)\nconnection is set up for your network. Any network on which you provision a\nMemorystore for Memcached instance must have a private services access connection.\nOtherwise, you cannot select that network when creating a Memorystore for Memcached instance. See [Networking](/memorystore/docs/memcached/networking)\nfor more details.\n\nFor instructions on setting up a private services access connection, see [Establishing a private services access connection](/memorystore/docs/memcached/establishing-connection). \n\n### Console\n\n1. Go to the **VPC Networks** page in the Google Cloud console.\n\n [VPC Networks](https://console.cloud.google.com/networking/networks/list?)\n\n2. Click the name of the VPC network that you want to verify.\n\n3. Click the **Private service connection** tab.\n\n4. Click the **Private connections to services** tab.\n\n If you see a connection listed called `servicenetworking-googleapis-com`,\n then a connection has been established for this network.\n\n If the connection has not been established, follow the instructions at\n [Establishing a private services access connection](/memorystore/docs/memcached/establishing-connection).\n\n### gcloud\n\nVerify if private services access is already set up for your project by\nrunning the following command, replacing the \u003cvar translate=\"no\"\u003ehighlighted-variables\u003c/var\u003e\nwith the appropriate values:\n\n\u003cbr /\u003e\n\n```\n gcloud services vpc-peerings list --network=network --project=project-id\n \n```\n\n\u003cbr /\u003e\n\nTo select your default network use `--network=default`.\n\nIf a connection is enabled, the command returns the text below with the\n`[bracketed-variables]` replaced by your project's variables. If a\nconnection is not enabled for private services access, the previous\ncommand returns nothing.\n\n\u003cbr /\u003e\n\n```\n network: projects/[project-number]/global/networks/[network]\n peering: servicenetworking-googleapis-com\n reservedPeeringRanges: [Range description]\n \n```\n\n\u003cbr /\u003e\n\nIf the connection has not been established, follow the instructions at [Establishing a private services access connection](/memorystore/docs/memcached/establishing-connection).\n\nWhat's next\n-----------\n\n- [Establish a private services access connection](/memorystore/docs/memcached/establishing-connection).\n- [Create a Memcached instance](/memorystore/docs/memcached/creating-managing-instances)."]]