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

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

There is a newer version: v1-rev20250320-2.0.0
Show newest version






RegionInstanceGroupManagersSetTargetPoolsRequest (Compute Engine API v1-rev20250107-2.0.0)












com.google.api.services.compute.model

Class RegionInstanceGroupManagersSetTargetPoolsRequest

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class RegionInstanceGroupManagersSetTargetPoolsRequest
    extends com.google.api.client.json.GenericJson
    Model definition for RegionInstanceGroupManagersSetTargetPoolsRequest.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • RegionInstanceGroupManagersSetTargetPoolsRequest

        public RegionInstanceGroupManagersSetTargetPoolsRequest()
    • Method Detail

      • getFingerprint

        public String getFingerprint()
        Fingerprint of the target pools information, which is a hash of the contents. This field is used for optimistic locking when you update the target pool entries. This field is optional.
        Returns:
        value or null for none
        See Also:
        decodeFingerprint()
      • decodeFingerprint

        public byte[] decodeFingerprint()
        Fingerprint of the target pools information, which is a hash of the contents. This field is used for optimistic locking when you update the target pool entries. This field is optional.
        Returns:
        Base64 decoded value or null for none
        Since:
        1.14
        See Also:
        getFingerprint()
      • setFingerprint

        public RegionInstanceGroupManagersSetTargetPoolsRequest setFingerprint(String fingerprint)
        Fingerprint of the target pools information, which is a hash of the contents. This field is used for optimistic locking when you update the target pool entries. This field is optional.
        Parameters:
        fingerprint - fingerprint or null for none
        See Also:
        #encodeFingerprint()
      • encodeFingerprint

        public RegionInstanceGroupManagersSetTargetPoolsRequest encodeFingerprint(byte[] fingerprint)
        Fingerprint of the target pools information, which is a hash of the contents. This field is used for optimistic locking when you update the target pool entries. This field is optional.
        Since:
        1.14
        See Also:

        The value is encoded Base64 or {@code null} for none.

      • getTargetPools

        public List<String> getTargetPools()
        The URL of all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
        Returns:
        value or null for none
      • setTargetPools

        public RegionInstanceGroupManagersSetTargetPoolsRequest setTargetPools(List<String> targetPools)
        The URL of all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
        Parameters:
        targetPools - targetPools or null for none

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy