All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.InstancePropertiesPatch.html Maven / Gradle / Ivy







InstancePropertiesPatch (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute.model

Class InstancePropertiesPatch

    • Constructor Detail

      • InstancePropertiesPatch

        public InstancePropertiesPatch()
    • Method Detail

      • getLabels

        public Map<String,String> getLabels()
        The label key-value pairs that you want to patch onto the instance.
        Returns:
        value or null for none
      • setLabels

        public InstancePropertiesPatch setLabels(Map<String,String> labels)
        The label key-value pairs that you want to patch onto the instance.
        Parameters:
        labels - labels or null for none
      • getMetadata

        public Map<String,String> getMetadata()
        The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
        Returns:
        value or null for none
      • setMetadata

        public InstancePropertiesPatch setMetadata(Map<String,String> metadata)
        The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
        Parameters:
        metadata - metadata or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy