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







RegionInstanceGroupManagersSetTargetPoolsRequest (Compute Engine API v1-rev20200104-1.30.8)












com.google.api.services.compute.model

Class RegionInstanceGroupManagersSetTargetPoolsRequest

    • 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–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy