Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.Images.Insert |
Compute.Images.insert(java.lang.String project,
Image content)
Creates an image resource in the specified project using the data included in the request.
|
Constructor and Description |
---|
Compute.Images.Insert(java.lang.String project,
Image content)
Creates an image resource in the specified project using the data included in the request.
|
Modifier and Type | Method and Description |
---|---|
Image |
Image.clone() |
Image |
Image.set(java.lang.String fieldName,
java.lang.Object value) |
Image |
Image.setArchiveSizeBytes(java.lang.Long archiveSizeBytes)
Size of the image tar.gz archive stored in Google Cloud Storage (in bytes).
|
Image |
Image.setCreationTimestamp(java.lang.String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Image |
Image.setDeprecated(DeprecationStatus deprecated)
The deprecation status associated with this image.
|
Image |
Image.setDescription(java.lang.String description)
Textual description of the resource; provided by the client when the resource is created.
|
Image |
Image.setDiskSizeGb(java.lang.Long diskSizeGb)
Size of the image when restored onto a persistent disk (in GB).
|
Image |
Image.setId(java.math.BigInteger id)
[Output Only] Unique identifier for the resource; defined by the server.
|
Image |
Image.setKind(java.lang.String kind)
[Output Only] Type of the resource.
|
Image |
Image.setLicenses(java.util.List<java.lang.String> licenses)
Any applicable publicly visible licenses.
|
Image |
Image.setName(java.lang.String name)
Name of the resource; provided by the client when the resource is created.
|
Image |
Image.setRawDisk(Image.RawDisk rawDisk)
The parameters of the raw disk image.
|
Image |
Image.setSelfLink(java.lang.String selfLink)
[Output Only] Server defined URL for the resource.
|
Image |
Image.setSourceDisk(java.lang.String sourceDisk)
URL of the The source disk used to create this image.
|
Image |
Image.setSourceDiskId(java.lang.String sourceDiskId)
The ID value of the disk used to create this image.
|
Image |
Image.setSourceType(java.lang.String sourceType)
The type of the image used to create this disk.
|
Image |
Image.setStatus(java.lang.String status)
[Output Only] The status of the image.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Image> |
ImageList.getItems()
A list of Image resources.
|
Modifier and Type | Method and Description |
---|---|
ImageList |
ImageList.setItems(java.util.List<Image> items)
A list of Image resources.
|