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(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(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(String fieldName,
Object value) |
Image |
Image.setArchiveSizeBytes(Long archiveSizeBytes)
Size of the image tar.gz archive stored in Google Cloud Storage (in bytes).
|
Image |
Image.setCreationTimestamp(String creationTimestamp)
Creation timestamp in RFC3339 text format (output only).
|
Image |
Image.setDeprecated(DeprecationStatus deprecated)
The deprecation status associated with this image.
|
Image |
Image.setDescription(String description)
Textual description of the resource; provided by the client when the resource is created.
|
Image |
Image.setId(BigInteger id)
Unique identifier for the resource; defined by the server (output only).
|
Image |
Image.setKind(String kind)
Type of the resource.
|
Image |
Image.setName(String name)
Name of the resource; provided by the client when the resource is created.
|
Image |
Image.setRawDisk(Image.RawDisk rawDisk)
The raw disk image parameters.
|
Image |
Image.setSelfLink(String selfLink)
Server defined URL for the resource (output only).
|
Image |
Image.setSourceType(String sourceType)
Must be "RAW"; provided by the client when the disk image is created.
|
Image |
Image.setStatus(String status)
Status of the image (output only).
|
Modifier and Type | Method and Description |
---|---|
List<Image> |
ImageList.getItems()
The disk image resources.
|
Modifier and Type | Method and Description |
---|---|
ImageList |
ImageList.setItems(List<Image> items)
The disk image resources.
|