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

target.apidocs.com.google.api.services.dataflow.model.Disk.html Maven / Gradle / Ivy

There is a newer version: v1b4-rev7-1.20.0
Show newest version






Disk (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class Disk

    • Constructor Detail

      • Disk

        public Disk()
    • Method Detail

      • getDiskType

        public String getDiskType()
        Disk storage type, as defined by Google Compute Engine. This must be a disk type appropriate to the project and zone in which the workers will run. If unknown or unspecified, the service will attempt to choose a reasonable default. For example, the standard persistent disk type is a resource name typically ending in "pd-standard". If SSD persistent disks are available, the resource name typically ends with "pd-ssd". The actual valid values are defined the Google Compute Engine API, not by the Cloud Dataflow API; consult the Google Compute Engine documentation for more information about determining the set of available disk types for a particular project and zone. Google Compute Engine Disk types are local to a particular project in a particular zone, and so the resource name will typically look something like this: compute.googleapis.com/projects/project-id/zones/zone/diskTypes/pd-standard
        Returns:
        value or null for none
      • setDiskType

        public Disk setDiskType(String diskType)
        Disk storage type, as defined by Google Compute Engine. This must be a disk type appropriate to the project and zone in which the workers will run. If unknown or unspecified, the service will attempt to choose a reasonable default. For example, the standard persistent disk type is a resource name typically ending in "pd-standard". If SSD persistent disks are available, the resource name typically ends with "pd-ssd". The actual valid values are defined the Google Compute Engine API, not by the Cloud Dataflow API; consult the Google Compute Engine documentation for more information about determining the set of available disk types for a particular project and zone. Google Compute Engine Disk types are local to a particular project in a particular zone, and so the resource name will typically look something like this: compute.googleapis.com/projects/project-id/zones/zone/diskTypes/pd-standard
        Parameters:
        diskType - diskType or null for none
      • getMountPoint

        public String getMountPoint()
        Directory in a VM where disk is mounted.
        Returns:
        value or null for none
      • setMountPoint

        public Disk setMountPoint(String mountPoint)
        Directory in a VM where disk is mounted.
        Parameters:
        mountPoint - mountPoint or null for none
      • getSizeGb

        public Integer getSizeGb()
        Size of disk in GB. If zero or unspecified, the service will attempt to choose a reasonable default.
        Returns:
        value or null for none
      • setSizeGb

        public Disk setSizeGb(Integer sizeGb)
        Size of disk in GB. If zero or unspecified, the service will attempt to choose a reasonable default.
        Parameters:
        sizeGb - sizeGb or null for none
      • set

        public Disk set(String fieldName,
                        Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

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

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy