public static final class Image.RawDisk
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Image.RawDisk() |
Modifier and Type | Method and Description |
---|---|
Image.RawDisk |
clone() |
java.lang.String |
getContainerType()
The format used to encode and transmit the block device, which should be TAR.
|
java.lang.String |
getSha1Checksum()
An optional SHA1 checksum of the disk image before unpackaging; provided by the client when the
disk image is created.
|
java.lang.String |
getSource()
The full Google Cloud Storage URL where the disk image is stored.
|
Image.RawDisk |
set(java.lang.String fieldName,
java.lang.Object value) |
Image.RawDisk |
setContainerType(java.lang.String containerType)
The format used to encode and transmit the block device, which should be TAR.
|
Image.RawDisk |
setSha1Checksum(java.lang.String sha1Checksum)
An optional SHA1 checksum of the disk image before unpackaging; provided by the client when the
disk image is created.
|
Image.RawDisk |
setSource(java.lang.String source)
The full Google Cloud Storage URL where the disk image is stored.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getContainerType()
null
for nonepublic Image.RawDisk setContainerType(java.lang.String containerType)
containerType
- containerType or null
for nonepublic java.lang.String getSha1Checksum()
null
for nonepublic Image.RawDisk setSha1Checksum(java.lang.String sha1Checksum)
sha1Checksum
- sha1Checksum or null
for nonepublic java.lang.String getSource()
null
for nonepublic Image.RawDisk setSource(java.lang.String source)
source
- source or null
for nonepublic Image.RawDisk set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Image.RawDisk clone()
clone
in class com.google.api.client.json.GenericJson