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

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

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






Image.RawDisk (Compute Engine API alpha-rev20200526-1.30.9)












com.google.api.services.compute.model

Class Image.RawDisk

    • Constructor Detail

      • RawDisk

        public RawDisk()
    • Method Detail

      • getContainerType

        public String getContainerType()
        The format used to encode and transmit the block device, which should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created.
        Returns:
        value or null for none
      • setContainerType

        public Image.RawDisk setContainerType(String containerType)
        The format used to encode and transmit the block device, which should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created.
        Parameters:
        containerType - containerType or null for none
      • getSha1Checksum

        public String getSha1Checksum()
        [Deprecated] This field is deprecated. An optional SHA1 checksum of the disk image before unpackaging provided by the client when the disk image is created.
        Returns:
        value or null for none
      • setSha1Checksum

        public Image.RawDisk setSha1Checksum(String sha1Checksum)
        [Deprecated] This field is deprecated. An optional SHA1 checksum of the disk image before unpackaging provided by the client when the disk image is created.
        Parameters:
        sha1Checksum - sha1Checksum or null for none
      • getSource

        public String getSource()
        The full Google Cloud Storage URL where the disk image is stored. You must provide either this property or the sourceDisk property but not both.
        Returns:
        value or null for none
      • setSource

        public Image.RawDisk setSource(String source)
        The full Google Cloud Storage URL where the disk image is stored. You must provide either this property or the sourceDisk property but not both.
        Parameters:
        source - source or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy