Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Class and Description |
---|---|
class |
DeprecationStatus<T extends ResourceId>
The deprecation status associated to a Google Compute Engine resource.
|
static class |
DeprecationStatus.Builder<T extends ResourceId>
A builder for
DeprecationStatus objects. |
Modifier and Type | Class and Description |
---|---|
class |
AddressId
Base class for Google Compute Engine address identities.
|
class |
DiskId
Identity for a Google Compute Engine disk.
|
class |
DiskTypeId
Identity for a Google Compute Engine disk type.
|
class |
ForwardingRuleId
Base class for Google Compute Engine forwarding rule identities.
|
class |
GlobalAddressId
Identity for a Google Compute Engine global address.
|
class |
GlobalForwardingRuleId
Identity for a Google Compute Engine global forwarding rule.
|
class |
GlobalOperationId
Identity for a Google Compute Engine global operation.
|
class |
ImageId
Identity for a Google Compute Engine image.
|
class |
InstanceId
Identity for a Google Compute Engine virtual machine instance.
|
class |
LicenseId
Identity for a Google Compute Engine license.
|
class |
MachineTypeId
Identity for a Google Compute Engine machine type.
|
class |
NetworkId
Identity for a Google Compute Engine network.
|
class |
OperationId
Base class for Google Compute Engine operation identities.
|
class |
RegionAddressId
Identity for a Google Compute Engine region address.
|
class |
RegionForwardingRuleId
Identity for a Google Compute Engine region's forwarding rule.
|
class |
RegionId
A Google Compute Engine region identity.
|
class |
RegionOperationId
Identity for a Google Compute Engine region's operation.
|
class |
SnapshotId
Identity for a Google Compute Engine snapshot.
|
class |
SubnetworkId
Identity for a Google Compute Engine subnetwork.
|
class |
ZoneId
A Google Compute Engine zone identity.
|
class |
ZoneOperationId
Identity for a Google Compute Engine zone operation.
|
Modifier and Type | Method and Description |
---|---|
static <T extends ResourceId> |
DeprecationStatus.newBuilder(DeprecationStatus.Status status)
Returns the builder for a
DeprecationStatus object given the status. |
static <T extends ResourceId> |
DeprecationStatus.newBuilder(DeprecationStatus.Status status,
T replacement)
Returns the builder for a
DeprecationStatus object given the status and replacement's
identity. |
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 |
---|---|
abstract List<? extends ResourceId> |
AddressInfo.Usage.getUsers()
Returns the identities of resources currently using this address.
|
Copyright © 2019 Google LLC. All rights reserved.