Relative Content

Tag Archive for javagoogle-cloud-platformgoogle-compute-engine

Creating labels for Instance in GCP

I am currently working on a POC, creating the labels for instance with respect to a particular zone. This code should create labels for the instance.Here we are using a method setLabelsAsync() for creating labels.

How to update custom tag Key in GCP compute engine

I have created a cutom tag key and associated value for a particular instance in GCP compute engine. How i can update/delete the tag key by programatically by using google compute engine sdk in java?