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

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

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






InstanceSelectionResult (Cloud Dataproc API v1-rev20241025-2.0.0)












com.google.api.services.dataproc.model

Class InstanceSelectionResult

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


    public final class InstanceSelectionResult
    extends com.google.api.client.json.GenericJson
    Defines a mapping from machine types to the number of VMs that are created with each machine type.

    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

      • InstanceSelectionResult

        public InstanceSelectionResult()
    • Method Detail

      • getMachineType

        public String getMachineType()
        Output only. Full machine-type names, e.g. "n1-standard-16".
        Returns:
        value or null for none
      • setMachineType

        public InstanceSelectionResult setMachineType(String machineType)
        Output only. Full machine-type names, e.g. "n1-standard-16".
        Parameters:
        machineType - machineType or null for none
      • getVmCount

        public Integer getVmCount()
        Output only. Number of VM provisioned with the machine_type.
        Returns:
        value or null for none
      • setVmCount

        public InstanceSelectionResult setVmCount(Integer vmCount)
        Output only. Number of VM provisioned with the machine_type.
        Parameters:
        vmCount - vmCount or null for none
      • clone

        public InstanceSelectionResult 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