GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Image.RawDisk() |
Modifier and Type | Method and Description |
---|---|
Image.RawDisk |
clone() |
String |
getContainerType()
The format used to encode and transmit the block device.
|
String |
getSha1Checksum()
An optional SHA1 checksum of the disk image before unpackaging; provided by the client when the
disk image is created.
|
String |
getSource()
The full Google Cloud Storage URL where the disk image is stored; provided by the client when
the disk image is created.
|
Image.RawDisk |
set(String fieldName,
Object value) |
Image.RawDisk |
setContainerType(String containerType)
The format used to encode and transmit the block device.
|
Image.RawDisk |
setSha1Checksum(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(String source)
The full Google Cloud Storage URL where the disk image is stored; provided by the client when
the disk image is created.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getContainerType()
null
for nonepublic Image.RawDisk setContainerType(String containerType)
containerType
- containerType or null
for nonepublic String getSha1Checksum()
null
for nonepublic Image.RawDisk setSha1Checksum(String sha1Checksum)
sha1Checksum
- sha1Checksum or null
for nonepublic String getSource()
null
for nonepublic Image.RawDisk setSource(String source)
source
- source or null
for nonepublic Image.RawDisk set(String fieldName, Object value)
set
in class GenericJson
public Image.RawDisk clone()
clone
in class GenericJson