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

target.apidocs.com.google.api.services.dataproc.model.NodeGroupAffinity.html Maven / Gradle / Ivy

The newest version!






NodeGroupAffinity (Cloud Dataproc API v1-rev20241025-2.0.0)












com.google.api.services.dataproc.model

Class NodeGroupAffinity

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


    public final class NodeGroupAffinity
    extends com.google.api.client.json.GenericJson
    Node Group Affinity for clusters using sole-tenant node groups. The Dataproc NodeGroupAffinity resource is not related to the Dataproc NodeGroup resource.

    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 Cloud Dataproc API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • NodeGroupAffinity

        public NodeGroupAffinity()
    • Method Detail

      • getNodeGroupUri

        public String getNodeGroupUri()
        Required. The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be created on.A full URL, partial URI, or node group name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node- group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 node-group-1
        Returns:
        value or null for none
      • setNodeGroupUri

        public NodeGroupAffinity setNodeGroupUri(String nodeGroupUri)
        Required. The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be created on.A full URL, partial URI, or node group name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node- group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 node-group-1
        Parameters:
        nodeGroupUri - nodeGroupUri or null for none
      • clone

        public NodeGroupAffinity clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy