Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Method and Description |
---|---|
DeprecationStatus<T> |
DeprecationStatus.Builder.build()
Creates a
DeprecationStatus object. |
DeprecationStatus<RegionId> |
Region.getDeprecationStatus()
Returns the deprecation status of the region.
|
DeprecationStatus<DiskTypeId> |
DiskType.getDeprecationStatus()
Returns the deprecation status of the disk type.
|
DeprecationStatus<ImageId> |
ImageInfo.getDeprecationStatus()
Returns the deprecation status of the image.
|
DeprecationStatus<MachineTypeId> |
MachineType.getDeprecationStatus()
Returns the deprecation status of the machine type.
|
DeprecationStatus<ZoneId> |
Zone.getDeprecationStatus()
Returns the deprecation status of the zone.
|
static <T extends ResourceId> |
DeprecationStatus.of(DeprecationStatus.Status status,
T replacement)
Returns a
DeprecationStatus object given the status and replacement's identity. |
Modifier and Type | Method and Description |
---|---|
Operation |
Image.deprecate(DeprecationStatus<ImageId> deprecationStatus,
Compute.OperationOption... options)
Deprecates this image.
|
Operation |
Compute.deprecate(ImageId image,
DeprecationStatus<ImageId> deprecationStatus,
Compute.OperationOption... options)
Deprecates the requested image.
|
Copyright © 2019 Google LLC. All rights reserved.