skip to Main Content

Google Cloud Platform – Create instance with IPv4 – Debian

I've using Google Cloud API and I've created instance but without IPv4. I need instance with IPv4. Can anyone help me to config AccessConfig? <?php require_once 'vendor/autoload.php'; use GoogleCloudComputeV1InstancesClient; use GoogleCloudComputeV1AttachedDisk; use GoogleCloudComputeV1AttachedDiskInitializeParams; use GoogleCloudComputeV1Instance; use GoogleCloudComputeV1NetworkInterface; use GoogleCloudComputeV1Operation; use…

VIEW QUESTION
Back To Top
Search