- accessConfigurations() - Method in class com.google.cloud.compute.NetworkInterface
-
Returns a list of access configurations for the network interface.
- accessConfigurations(List<NetworkInterface.AccessConfig>) - Method in class com.google.cloud.compute.NetworkInterface.Builder
-
Sets a list of access configurations for the network interface.
- accessConfigurations(NetworkInterface.AccessConfig...) - Method in class com.google.cloud.compute.NetworkInterface.Builder
-
Sets a list of access configurations for the network interface.
- add(String, String) - Method in class com.google.cloud.compute.Metadata.Builder
-
Adds a key/value pair to the instance metadata.
- add(String) - Method in class com.google.cloud.compute.Tags.Builder
-
Adds a tag to the list of tags.
- addAccessConfig(InstanceId, String, NetworkInterface.AccessConfig, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Adds an access configuration to an instance's network interface.
- addAccessConfig(String, NetworkInterface.AccessConfig, Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Adds an access configuration to the provided network interface for this instance.
- addAccessConfig(String, String, String, AccessConfig, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Adds an access configuration to an instance's network interface.
- addAccessConfig(String, String, String, AccessConfig, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- Address - Class in com.google.cloud.compute
-
A Google Compute Engine address.
- address(String) - Method in class com.google.cloud.compute.Address.Builder
-
- address() - Method in class com.google.cloud.compute.AddressId
-
Returns the name of the address resource.
- address() - Method in class com.google.cloud.compute.AddressInfo
-
Returns the static external IP address represented by this object.
- address(String) - Method in class com.google.cloud.compute.AddressInfo.Builder
-
Sets the actual IP address.
- Address.Builder - Class in com.google.cloud.compute
-
A builder for Address objects.
- addressId(AddressId) - Method in class com.google.cloud.compute.Address.Builder
-
- AddressId - Class in com.google.cloud.compute
-
Base class for Google Compute Engine address identities.
- addressId() - Method in class com.google.cloud.compute.AddressInfo
-
Returns the address identity.
- addressId(AddressId) - Method in class com.google.cloud.compute.AddressInfo.Builder
-
- AddressInfo - Class in com.google.cloud.compute
-
A Google Compute Engine address.
- AddressInfo.Builder - Class in com.google.cloud.compute
-
A builder for AddressInfo objects.
- AddressInfo.Builder() - Constructor for class com.google.cloud.compute.AddressInfo.Builder
-
- AddressInfo.GlobalForwardingUsage - Class in com.google.cloud.compute
-
Usage information for a Google Compute Engine global address assigned to one or more global
forwarding rules.
- AddressInfo.InstanceUsage - Class in com.google.cloud.compute
-
Usage information for a Google Compute Engine region address assigned to a virtual machine
instance.
- AddressInfo.RegionForwardingUsage - Class in com.google.cloud.compute
-
Usage information for a Google Compute Engine region address assigned to one or more region
forwarding rules.
- AddressInfo.Status - Enum in com.google.cloud.compute
-
The status of the address.
- AddressInfo.Usage - Class in com.google.cloud.compute
-
Base class for a Google Compute Engine address's usage information.
- archiveSizeBytes() - Method in class com.google.cloud.compute.ImageConfiguration
-
Returns the size of the image archive stored in Google Cloud Storage (in bytes).
- attachDisk(InstanceId, AttachedDisk.PersistentDiskConfiguration, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Attaches a persistent disk to an instance given its configuration.
- attachDisk(InstanceId, String, AttachedDisk.PersistentDiskConfiguration, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Attaches a persistent disk to an instance given the device name and its configuration.
- attachDisk(InstanceId, String, AttachedDisk.PersistentDiskConfiguration, int, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Attaches a persistent disk to an instance given the device name, its configuration and the
device index.
- attachDisk(AttachedDisk.PersistentDiskConfiguration, Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Attaches a persistent disk to this instance given its configuration.
- attachDisk(String, AttachedDisk.PersistentDiskConfiguration, Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Attaches a persistent disk to this instance given the device name and its configuration.
- attachDisk(String, AttachedDisk.PersistentDiskConfiguration, int, Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Attaches a persistent disk to this instance given the device name, its configuration and the
device index.
- attachDisk(String, String, AttachedDisk, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Attaches a disk to an instance.
- attachDisk(String, String, AttachedDisk, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- AttachedDisk - Class in com.google.cloud.compute
-
A disk attached to a Google Compute Engine instance.
- AttachedDisk.AttachedDiskConfiguration - Class in com.google.cloud.compute
-
Base class for AttachedDisk configuration.
- AttachedDisk.AttachedDiskConfiguration.InterfaceType - Enum in com.google.cloud.compute
-
Specifies the disk interface to use for attaching this disk, which is either SCSI
or NVME.
- AttachedDisk.AttachedDiskConfiguration.Type - Enum in com.google.cloud.compute
-
Specifies the type of the attached disk.
- AttachedDisk.Builder - Class in com.google.cloud.compute
-
A builder for AttachedDisk objects.
- AttachedDisk.CreateDiskConfiguration - Class in com.google.cloud.compute
-
An attached disk configuration for bootable persistent disks that must be created with the
instance they are attached to.
- AttachedDisk.CreateDiskConfiguration.Builder - Class in com.google.cloud.compute
-
A builder for CreateDiskConfiguration objects.
- AttachedDisk.PersistentDiskConfiguration - Class in com.google.cloud.compute
-
An attached disk configuration for existing persistent disks.
- AttachedDisk.PersistentDiskConfiguration.Builder - Class in com.google.cloud.compute
-
A builder for PersistentDiskConfiguration objects.
- AttachedDisk.PersistentDiskConfiguration.Mode - Enum in com.google.cloud.compute
-
Specifies the mode in which to attach the disk.
- AttachedDisk.ScratchDiskConfiguration - Class in com.google.cloud.compute
-
An attached disk configuration for scratch disks.
- AttachedDisk.ScratchDiskConfiguration.Builder - Class in com.google.cloud.compute
-
A builder for ScratchDiskConfiguration objects.
- attachedDisks(List<AttachedDisk>) - Method in class com.google.cloud.compute.Instance.Builder
-
- attachedDisks(AttachedDisk...) - Method in class com.google.cloud.compute.Instance.Builder
-
- attachedDisks() - Method in class com.google.cloud.compute.InstanceInfo
-
Returns a list of disks attached to the instance.
- attachedDisks(List<AttachedDisk>) - Method in class com.google.cloud.compute.InstanceInfo.Builder
-
Sets a list of disks to attach to the instance.
- attachedDisks(AttachedDisk...) - Method in class com.google.cloud.compute.InstanceInfo.Builder
-
Sets a list of disks to attach to the instance.
- attachedDisks(List<AttachedDisk>) - Method in class com.google.cloud.compute.InstanceInfo.BuilderImpl
-
- attachedDisks(AttachedDisk...) - Method in class com.google.cloud.compute.InstanceInfo.BuilderImpl
-
- attachedInstances() - Method in class com.google.cloud.compute.DiskInfo
-
Returns all the identities of the instances this disk is attached to.
- autoCreateSubnetworks() - Method in class com.google.cloud.compute.SubnetNetworkConfiguration
-
Returns whether the subnetworks should be automatically created.
- autoDelete() - Method in class com.google.cloud.compute.AttachedDisk.AttachedDiskConfiguration
-
Returns whether the disk should auto-delete when the instance to which it's attached is
deleted.
- autoDelete(Boolean) - Method in class com.google.cloud.compute.AttachedDisk.CreateDiskConfiguration.Builder
-
Sets whether the disk should auto-delete when the instance to which it's attached is
deleted.
- autoDelete(boolean) - Method in class com.google.cloud.compute.AttachedDisk.PersistentDiskConfiguration.Builder
-
Sets whether the disk should auto-delete when the instance to which it's attached is
deleted.
- automaticRestart() - Method in class com.google.cloud.compute.SchedulingOptions
-
Returns whether the instance should be automatically restarted if it is terminated by Compute
Engine (not terminated by a user).
- baseResourceName() - Static method in class com.google.cloud.compute.testing.RemoteComputeHelper
-
Returns a base name for testing resources generated using a random UUID.
- boot() - Method in class com.google.cloud.compute.AttachedDisk.AttachedDiskConfiguration
-
Returns whether to use the attached disk as a boot disk.
- boot(boolean) - Method in class com.google.cloud.compute.AttachedDisk.PersistentDiskConfiguration.Builder
-
Sets whether to use the attached disk as a boot disk.
- build() - Method in class com.google.cloud.compute.Address.Builder
-
- build() - Method in class com.google.cloud.compute.AddressInfo.Builder
-
Creates an AddressInfo object.
- build() - Method in class com.google.cloud.compute.AttachedDisk.Builder
-
Creates an AttachedDisk object.
- build() - Method in class com.google.cloud.compute.AttachedDisk.CreateDiskConfiguration.Builder
-
Creates a CreateDiskConfiguration object.
- build() - Method in class com.google.cloud.compute.AttachedDisk.PersistentDiskConfiguration.Builder
-
Creates a PersistentDiskConfiguration object.
- build() - Method in class com.google.cloud.compute.AttachedDisk.ScratchDiskConfiguration.Builder
-
Creates a ScratchDiskConfiguration object.
- build() - Method in class com.google.cloud.compute.ComputeOptions.Builder
-
- build() - Method in class com.google.cloud.compute.DeprecationStatus.Builder
-
Creates a DeprecationStatus object.
- build() - Method in class com.google.cloud.compute.Disk.Builder
-
- build() - Method in class com.google.cloud.compute.DiskConfiguration.Builder
-
Creates an object.
- build() - Method in class com.google.cloud.compute.DiskImageConfiguration.Builder
-
Creates a DiskImageConfiguration object.
- build() - Method in class com.google.cloud.compute.DiskInfo.Builder
-
Creates a DiskInfo object.
- build() - Method in class com.google.cloud.compute.Image.Builder
-
- build() - Method in class com.google.cloud.compute.ImageConfiguration.Builder
-
Creates a configuration object.
- build() - Method in class com.google.cloud.compute.ImageDiskConfiguration.Builder
-
Creates an ImageDiskConfiguration object.
- build() - Method in class com.google.cloud.compute.ImageInfo.Builder
-
Creates a ImageInfo object.
- build() - Method in class com.google.cloud.compute.Instance.Builder
-
- build() - Method in class com.google.cloud.compute.InstanceInfo.Builder
-
Creates an InstanceInfo object.
- build() - Method in class com.google.cloud.compute.InstanceInfo.BuilderImpl
-
- build() - Method in class com.google.cloud.compute.Metadata.Builder
-
Creates a Metadata object.
- build() - Method in class com.google.cloud.compute.Network.Builder
-
- build() - Method in class com.google.cloud.compute.NetworkInfo.Builder
-
Creates a NetworkInfo object.
- build() - Method in class com.google.cloud.compute.NetworkInterface.AccessConfig.Builder
-
Creates an AccessConfig object.
- build() - Method in class com.google.cloud.compute.NetworkInterface.Builder
-
Creates a NetworkInterface object.
- build() - Method in class com.google.cloud.compute.Snapshot.Builder
-
- build() - Method in class com.google.cloud.compute.SnapshotDiskConfiguration.Builder
-
Creates a SnapshotDiskConfiguration object.
- build() - Method in class com.google.cloud.compute.SnapshotInfo.Builder
-
Creates a SnapshotInfo object.
- build() - Method in class com.google.cloud.compute.StandardDiskConfiguration.Builder
-
Creates a StandardDiskConfiguration object.
- build() - Method in class com.google.cloud.compute.StorageImageConfiguration.Builder
-
Creates a StorageImageConfiguration object.
- build() - Method in class com.google.cloud.compute.Subnetwork.Builder
-
- build() - Method in class com.google.cloud.compute.SubnetworkInfo.Builder
-
Creates a SubnetworkInfo object.
- build() - Method in class com.google.cloud.compute.Tags.Builder
-
Creates a Tags object.
- builder(AddressId) - Static method in class com.google.cloud.compute.AddressInfo
-
Returns a builder for the AddressInfo object given it's identity.
- builder(AttachedDisk.AttachedDiskConfiguration) - Static method in class com.google.cloud.compute.AttachedDisk
-
Returns a builder for an AttachedDisk object given its configuration.
- builder(ImageId) - Static method in class com.google.cloud.compute.AttachedDisk.CreateDiskConfiguration
-
Returns a builder for a CreateDiskConfiguration object given the source image that
will be used to create the disk.
- builder(DiskId) - Static method in class com.google.cloud.compute.AttachedDisk.PersistentDiskConfiguration
-
Returns a builder for a PersistentDiskConfiguration object given the identity of the
persistent disk to attach.
- builder(DiskTypeId) - Static method in class com.google.cloud.compute.AttachedDisk.ScratchDiskConfiguration
-
Returns a builder for ScratchDiskConfiguration objects given the disk type identity.
- builder() - Static method in class com.google.cloud.compute.ComputeOptions
-
- builder(DeprecationStatus.Status) - Static method in class com.google.cloud.compute.DeprecationStatus
-
Returns the builder for a DeprecationStatus object given the status.
- builder(DeprecationStatus.Status, T) - Static method in class com.google.cloud.compute.DeprecationStatus
-
Returns the builder for a DeprecationStatus object given the status and replacement's
identity.
- builder(DiskId) - Static method in class com.google.cloud.compute.DiskImageConfiguration
-
Creates a builder for a DiskImageConfiguration given the source disk identity.
- builder(DiskId, DiskConfiguration) - Static method in class com.google.cloud.compute.DiskInfo
-
Returns a builder for a DiskInfo object given its identity and configuration.
- builder(ImageId) - Static method in class com.google.cloud.compute.ImageDiskConfiguration
-
Returns a builder for an ImageDiskConfiguration object given the image identity.
- builder(ImageId, ImageConfiguration) - Static method in class com.google.cloud.compute.ImageInfo
-
Returns a builder for an ImageInfo object given the image identity and an image
configuration.
- builder(InstanceId, MachineTypeId) - Static method in class com.google.cloud.compute.InstanceInfo
-
Returns a builder for an InstanceInfo object given the instance identity and the
machine type.
- builder() - Static method in class com.google.cloud.compute.Metadata
-
Returns a builder for a Metadata object.
- builder(NetworkId, NetworkConfiguration) - Static method in class com.google.cloud.compute.NetworkInfo
-
Returns a builder for a NetworkInfo object given the network identity and its
configuration.
- builder() - Static method in class com.google.cloud.compute.NetworkInterface.AccessConfig
-
Returns a builder for an AccessConfig object.
- builder(NetworkId) - Static method in class com.google.cloud.compute.NetworkInterface
-
Returns a builder for a NetworkInterface object given the network's identity.
- builder(String) - Static method in class com.google.cloud.compute.NetworkInterface
-
Returns a builder for a NetworkInterface object given the network's name.
- builder(SnapshotId) - Static method in class com.google.cloud.compute.SnapshotDiskConfiguration
-
Returns a builder for a SnapshotDiskConfiguration object given the snapshot identity.
- builder(SnapshotId, DiskId) - Static method in class com.google.cloud.compute.SnapshotInfo
-
Returns a builder for a SnapshotInfo object given the snapshot identity and a source
disk identity.
- builder() - Static method in class com.google.cloud.compute.StandardDiskConfiguration
-
Returns a builder for a StandardDiskConfiguration object.
- builder(String) - Static method in class com.google.cloud.compute.StorageImageConfiguration
-
Creates a StorageImageConfiguration builder given the full Google Cloud Storage URL
where the disk image is stored.
- builder(SubnetworkId, NetworkId, String) - Static method in class com.google.cloud.compute.SubnetworkInfo
-
Returns a builder for a SubnetworkInfo object given the identity of the subnetwork, the
identity of the network this subnetwork belongs to and the range of IPv4 addresses owned by
this subnetwork.
- builder(Iterable<String>) - Static method in class com.google.cloud.compute.Tags
-
Returns a builder for a Tags object given the tags to apply to the instance.
- builder(String...) - Static method in class com.google.cloud.compute.Tags
-
Returns a builder for a Tags object given the tags to apply to the instance.
- canIpForward(Boolean) - Method in class com.google.cloud.compute.Instance.Builder
-
- canIpForward(Boolean) - Method in class com.google.cloud.compute.InstanceInfo.Builder
-
Sets whether to allow this instance to send and receive packets with non-matching destination
or source IPs.
- canIpForward(Boolean) - Method in class com.google.cloud.compute.InstanceInfo.BuilderImpl
-
- canIpForward() - Method in class com.google.cloud.compute.InstanceInfo
-
Returns whether to allow this instance to send and receive packets with non-matching
destination or source IPs.
- chargesUseFee() - Method in class com.google.cloud.compute.License
-
Returns true if the customer will be charged a license fee for running software that
contains this license on an instance.
- code() - Method in class com.google.cloud.compute.Operation.OperationError
-
Returns an error type identifier for this error.
- code() - Method in class com.google.cloud.compute.Operation.OperationWarning
-
Returns a warning identifier for this warning.
- com.google.cloud.compute - package com.google.cloud.compute
-
A client to Google Cloud Compute.
- com.google.cloud.compute.spi - package com.google.cloud.compute.spi
-
- com.google.cloud.compute.testing - package com.google.cloud.compute.testing
-
A testing helper for Google Compute Engine.
- compute() - Method in class com.google.cloud.compute.Address
-
Returns the address's Compute object used to issue requests.
- Compute - Interface in com.google.cloud.compute
-
An interface for Google Cloud Compute Engine.
- compute() - Method in class com.google.cloud.compute.Disk
-
Returns the disk's Compute object used to issue requests.
- compute() - Method in class com.google.cloud.compute.Image
-
Returns the image's Compute object used to issue requests.
- compute() - Method in class com.google.cloud.compute.Instance
-
Returns the snapshot's Compute object used to issue requests.
- compute() - Method in class com.google.cloud.compute.Network
-
Returns the network's Compute object used to issue requests.
- compute() - Method in class com.google.cloud.compute.Operation
-
Returns the operation's Compute object used to issue requests.
- compute() - Method in class com.google.cloud.compute.Snapshot
-
Returns the snapshot's Compute object used to issue requests.
- compute() - Method in class com.google.cloud.compute.Subnetwork
-
Returns the subnetwork's Compute object used to issue requests.
- Compute.AddressAggregatedListOption - Class in com.google.cloud.compute
-
Class for specifying address aggregated list options.
- Compute.AddressField - Enum in com.google.cloud.compute
-
Fields of a Compute Engine Address resource.
- Compute.AddressFilter - Class in com.google.cloud.compute
-
Class for filtering address lists.
- Compute.AddressListOption - Class in com.google.cloud.compute
-
Class for specifying address list options.
- Compute.AddressOption - Class in com.google.cloud.compute
-
Class for specifying address get options.
- Compute.DiskAggregatedListOption - Class in com.google.cloud.compute
-
Class for specifying disk aggregated list options.
- Compute.DiskField - Enum in com.google.cloud.compute
-
Fields of a Compute Engine Disk resource.
- Compute.DiskFilter - Class in com.google.cloud.compute
-
Class for filtering disk lists.
- Compute.DiskListOption - Class in com.google.cloud.compute
-
Class for specifying disk list options.
- Compute.DiskOption - Class in com.google.cloud.compute
-
Class for specifying disk get options.
- Compute.DiskTypeAggregatedListOption - Class in com.google.cloud.compute
-
Class for specifying disk type aggregated list options.
- Compute.DiskTypeField - Enum in com.google.cloud.compute
-
Fields of a Compute Engine DiskType resource.
- Compute.DiskTypeFilter - Class in com.google.cloud.compute
-
Class for filtering disk type lists.
- Compute.DiskTypeListOption - Class in com.google.cloud.compute
-
Class for specifying disk type list options.
- Compute.DiskTypeOption - Class in com.google.cloud.compute
-
Class for specifying disk type get options.
- Compute.ImageField - Enum in com.google.cloud.compute
-
Fields of a Compute Engine Image resource.
- Compute.ImageFilter - Class in com.google.cloud.compute
-
Class for filtering image lists.
- Compute.ImageListOption - Class in com.google.cloud.compute
-
Class for specifying image list options.
- Compute.ImageOption - Class in com.google.cloud.compute
-
Class for specifying image get options.
- Compute.InstanceAggregatedListOption - Class in com.google.cloud.compute
-
Class for specifying instance aggregated list options.
- Compute.InstanceField - Enum in com.google.cloud.compute
-
Fields of a Compute Engine Instance resource.
- Compute.InstanceFilter - Class in com.google.cloud.compute
-
Class for filtering instance lists.
- Compute.InstanceListOption - Class in com.google.cloud.compute
-
Class for specifying instance list options.
- Compute.InstanceOption - Class in com.google.cloud.compute
-
Class for specifying instance get options.
- Compute.LicenseField - Enum in com.google.cloud.compute
-
Fields of a Compute Engine License resource.
- Compute.LicenseOption - Class in com.google.cloud.compute
-
Class for specifying license get options.
- Compute.ListFilter - Class in com.google.cloud.compute
-
Base class for list filters.
- Compute.MachineTypeAggregatedListOption - Class in com.google.cloud.compute
-
Class for specifying machine type aggregated list options.
- Compute.MachineTypeField - Enum in com.google.cloud.compute
-
Fields of a Compute Engine MachineType resource.
- Compute.MachineTypeFilter - Class in com.google.cloud.compute
-
Class for filtering machine type lists.
- Compute.MachineTypeListOption - Class in com.google.cloud.compute
-
Class for specifying machine type list options.
- Compute.MachineTypeOption - Class in com.google.cloud.compute
-
Class for specifying machine type get options.
- Compute.NetworkField - Enum in com.google.cloud.compute
-
Fields of a Compute Engine Network resource.
- Compute.NetworkFilter - Class in com.google.cloud.compute
-
Class for filtering network lists.
- Compute.NetworkListOption - Class in com.google.cloud.compute
-
Class for specifying network list options.
- Compute.NetworkOption - Class in com.google.cloud.compute
-
Class for specifying network get options.
- Compute.OperationField - Enum in com.google.cloud.compute
-
Fields of a Compute Engine Operation resource.
- Compute.OperationFilter - Class in com.google.cloud.compute
-
Class for filtering operation lists.
- Compute.OperationListOption - Class in com.google.cloud.compute
-
Class for specifying operation list options.
- Compute.OperationOption - Class in com.google.cloud.compute
-
Class for specifying operation get options.
- Compute.RegionField - Enum in com.google.cloud.compute
-
Fields of a Compute Engine Region resource.
- Compute.RegionFilter - Class in com.google.cloud.compute
-
Class for filtering region lists.
- Compute.RegionListOption - Class in com.google.cloud.compute
-
Class for specifying region list options.
- Compute.RegionOption - Class in com.google.cloud.compute
-
Class for specifying region get options.
- Compute.SnapshotField - Enum in com.google.cloud.compute
-
Fields of a Compute Engine Snapshot resource.
- Compute.SnapshotFilter - Class in com.google.cloud.compute
-
Class for filtering snapshot lists.
- Compute.SnapshotListOption - Class in com.google.cloud.compute
-
Class for specifying snapshot list options.
- Compute.SnapshotOption - Class in com.google.cloud.compute
-
Class for specifying snapshot get options.
- Compute.SubnetworkAggregatedListOption - Class in com.google.cloud.compute
-
Class for specifying subnetwork aggregated list options.
- Compute.SubnetworkField - Enum in com.google.cloud.compute
-
Fields of a Compute Engine Subnetwork resource.
- Compute.SubnetworkFilter - Class in com.google.cloud.compute
-
Class for filtering subnetwork lists.
- Compute.SubnetworkListOption - Class in com.google.cloud.compute
-
Class for specifying subnetwork list options.
- Compute.SubnetworkOption - Class in com.google.cloud.compute
-
Class for specifying subnetwork get options.
- Compute.ZoneField - Enum in com.google.cloud.compute
-
Fields of a Compute Engine Zone resource.
- Compute.ZoneFilter - Class in com.google.cloud.compute
-
Class for filtering zone lists.
- Compute.ZoneListOption - Class in com.google.cloud.compute
-
Class for specifying zone list options.
- Compute.ZoneOption - Class in com.google.cloud.compute
-
Class for specifying zone get options.
- ComputeException - Exception in com.google.cloud.compute
-
Compute Engine service exception.
- ComputeException(IOException) - Constructor for exception com.google.cloud.compute.ComputeException
-
- ComputeFactory - Interface in com.google.cloud.compute
-
An interface for Compute factories.
- ComputeOptions - Class in com.google.cloud.compute
-
- ComputeOptions.Builder - Class in com.google.cloud.compute
-
- ComputeOptions.DefaultComputeFactory - Class in com.google.cloud.compute
-
- ComputeOptions.DefaultComputeFactory() - Constructor for class com.google.cloud.compute.ComputeOptions.DefaultComputeFactory
-
- ComputeOptions.DefaultComputeRpcFactory - Class in com.google.cloud.compute
-
- ComputeOptions.DefaultComputeRpcFactory() - Constructor for class com.google.cloud.compute.ComputeOptions.DefaultComputeRpcFactory
-
- ComputeRpc - Interface in com.google.cloud.compute.spi
-
- ComputeRpc.Option - Enum in com.google.cloud.compute.spi
-
- ComputeRpc.Tuple<X,Y> - Class in com.google.cloud.compute.spi
-
- ComputeRpcFactory - Interface in com.google.cloud.compute.spi
-
An interface for Compute RPC factory.
- configuration(AttachedDisk.AttachedDiskConfiguration) - Method in class com.google.cloud.compute.AttachedDisk.Builder
-
Sets the attached disk configuration.
- configuration() - Method in class com.google.cloud.compute.AttachedDisk
-
Returns the attached disk configuration.
- configuration(DiskConfiguration) - Method in class com.google.cloud.compute.Disk.Builder
-
- configuration(DiskConfiguration) - Method in class com.google.cloud.compute.DiskInfo.Builder
-
Sets the disk configuration.
- configuration() - Method in class com.google.cloud.compute.DiskInfo
-
Returns the disk configuration.
- configuration(ImageConfiguration) - Method in class com.google.cloud.compute.Image.Builder
-
- configuration(ImageConfiguration) - Method in class com.google.cloud.compute.ImageInfo.Builder
-
Sets the image configuration.
- configuration() - Method in class com.google.cloud.compute.ImageInfo
-
Returns the image configuration.
- configuration(NetworkConfiguration) - Method in class com.google.cloud.compute.Network.Builder
-
- configuration(NetworkConfiguration) - Method in class com.google.cloud.compute.NetworkInfo.Builder
-
Sets the network configuration.
- configuration() - Method in class com.google.cloud.compute.NetworkInfo
-
Returns the network configuration.
- containerType(StorageImageConfiguration.ContainerType) - Method in class com.google.cloud.compute.StorageImageConfiguration.Builder
-
Sets the format used to encode and transmit the block device.
- containerType() - Method in class com.google.cloud.compute.StorageImageConfiguration
-
Returns the format used to encode and transmit the block device.
- cpuPlatform() - Method in class com.google.cloud.compute.InstanceInfo
-
Returns the CPU platform used by this instance.
- cpus() - Method in class com.google.cloud.compute.MachineType
-
Returns the number of virtual CPUs that are available to the instance.
- create(AddressInfo, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Creates a new address.
- create(SnapshotInfo, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Creates a new snapshot.
- create(ImageInfo, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Creates a new image.
- create(DiskInfo, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Creates a new disk.
- create(SubnetworkInfo, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
- create(NetworkInfo, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Creates a new network.
- create(InstanceInfo, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Creates a new instance.
- create(ComputeOptions) - Method in class com.google.cloud.compute.ComputeOptions.DefaultComputeFactory
-
- create(ComputeOptions) - Method in class com.google.cloud.compute.ComputeOptions.DefaultComputeRpcFactory
-
- create(String, InputStream) - Static method in class com.google.cloud.compute.testing.RemoteComputeHelper
-
Creates a RemoteComputeHelper object for the given project id and JSON key input
stream.
- create() - Static method in class com.google.cloud.compute.testing.RemoteComputeHelper
-
Creates a RemoteComputeHelper object using default project id and authentication
credentials.
- createDisk(String, Disk, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Creates a new disk.
- createDisk(String, Disk, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- createGlobalAddress(Address, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Creates a new global address.
- createGlobalAddress(Address, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- createImage(String, Compute.OperationOption...) - Method in class com.google.cloud.compute.Disk
-
Creates an image for this disk given the image's name.
- createImage(String, String, Compute.OperationOption...) - Method in class com.google.cloud.compute.Disk
-
Creates an image for this disk given the image's name and description.
- createImage(Image, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Creates a new image.
- createImage(Image, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- createInstance(String, Instance, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Creates a new instance.
- createInstance(String, Instance, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- createNetwork(Network, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Creates a new network.
- createNetwork(Network, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- createRegionAddress(String, Address, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Creates a new region address.
- createRegionAddress(String, Address, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- createSnapshot(String, Compute.OperationOption...) - Method in class com.google.cloud.compute.Disk
-
Creates a snapshot for this disk given the snapshot's name.
- createSnapshot(String, String, Compute.OperationOption...) - Method in class com.google.cloud.compute.Disk
-
Creates a snapshot for this disk given the snapshot's name and description.
- createSnapshot(String, String, String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Creates a snapshot for the specified disk.
- createSnapshot(String, String, String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- createSubnetwork(SubnetworkId, String, Compute.OperationOption...) - Method in class com.google.cloud.compute.Network
-
Creates a subnetwork for this network given its identity and the range of IPv4 addresses in
CIDR format.
- createSubnetwork(String, Subnetwork, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
- createSubnetwork(String, Subnetwork, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- creationStatus() - Method in class com.google.cloud.compute.DiskInfo
-
Returns the creation status of the disk.
- creationTimestamp() - Method in class com.google.cloud.compute.AddressInfo
-
Returns the creation timestamp in milliseconds since epoch.
- creationTimestamp() - Method in class com.google.cloud.compute.DiskInfo
-
Returns the creation timestamp in milliseconds since epoch.
- creationTimestamp() - Method in class com.google.cloud.compute.DiskType
-
Returns the creation timestamp in milliseconds since epoch.
- creationTimestamp() - Method in class com.google.cloud.compute.ImageInfo
-
Returns the creation timestamp in milliseconds since epoch.
- creationTimestamp() - Method in class com.google.cloud.compute.InstanceInfo
-
Returns the creation timestamp in milliseconds since epoch.
- creationTimestamp() - Method in class com.google.cloud.compute.MachineType
-
Returns the creation timestamp in milliseconds since epoch.
- creationTimestamp() - Method in class com.google.cloud.compute.NetworkInfo
-
Returns the creation timestamp in milliseconds since epoch.
- creationTimestamp() - Method in class com.google.cloud.compute.Region
-
Returns the creation timestamp in milliseconds since epoch.
- creationTimestamp() - Method in class com.google.cloud.compute.SnapshotInfo
-
Returns the creation timestamp in milliseconds since epoch.
- creationTimestamp() - Method in class com.google.cloud.compute.SubnetworkInfo
-
Returns the creation timestamp in milliseconds since epoch.
- creationTimestamp() - Method in class com.google.cloud.compute.Zone
-
Returns the creation timestamp in milliseconds since epoch.
- DefaultComputeRpc - Class in com.google.cloud.compute.spi
-
- DefaultComputeRpc(ComputeOptions) - Constructor for class com.google.cloud.compute.spi.DefaultComputeRpc
-
- defaultDiskSizeGb() - Method in class com.google.cloud.compute.DiskType
-
Returns the service-defined default disk size in GB.
- defaultInstance() - Static method in class com.google.cloud.compute.ComputeOptions
-
- defaultRpcFactory() - Method in class com.google.cloud.compute.ComputeOptions
-
- defaultServiceFactory() - Method in class com.google.cloud.compute.ComputeOptions
-
- delete(Compute.OperationOption...) - Method in class com.google.cloud.compute.Address
-
Deletes this address.
- delete(Compute.OperationOption...) - Method in class com.google.cloud.compute.Disk
-
Deletes this disk.
- delete(Compute.OperationOption...) - Method in class com.google.cloud.compute.Image
-
Deletes this image.
- delete(Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Deletes this instance.
- delete(Compute.OperationOption...) - Method in class com.google.cloud.compute.Network
-
Deletes this network.
- delete() - Method in class com.google.cloud.compute.Operation
-
Deletes this operation.
- delete(Compute.OperationOption...) - Method in class com.google.cloud.compute.Snapshot
-
Deletes this snapshot.
- delete(Compute.OperationOption...) - Method in class com.google.cloud.compute.Subnetwork
-
Deletes this subnetwork.
- deleteAccessConfig(InstanceId, String, String, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Deletes an access configuration from an instance's network interface.
- deleteAccessConfig(String, String, Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Deletes an access configuration from the provided network interface for this instance.
- deleteAccessConfig(String, String, String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Deletes an access configuration from an instance's network interface.
- deleteAccessConfig(String, String, String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- deleteAddress(AddressId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Deletes the requested address.
- deleted(String) - Method in class com.google.cloud.compute.DeprecationStatus.Builder
-
- deleted(long) - Method in class com.google.cloud.compute.DeprecationStatus.Builder
-
- deleted() - Method in class com.google.cloud.compute.DeprecationStatus
-
- deleteDisk(DiskId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Deletes the requested disk.
- deleteDisk(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Deletes the requested disk.
- deleteDisk(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- deletedMillis() - Method in class com.google.cloud.compute.DeprecationStatus
-
Returns the timestamp (in milliseconds since epoch) on or after which the deprecation state of
this resource will be changed to
DeprecationStatus.Status.DELETED.
- deleteGlobalAddress(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Deletes the requested global address.
- deleteGlobalAddress(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- deleteGlobalOperation(String) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Deletes the requested global operation.
- deleteGlobalOperation(String) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- deleteImage(ImageId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Deletes the requested image.
- deleteImage(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Deletes the requested image.
- deleteImage(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- deleteInstance(InstanceId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Deletes the requested instance.
- deleteInstance(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Deletes the requested instance.
- deleteInstance(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- deleteNetwork(String, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Deletes the requested network.
- deleteNetwork(NetworkId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Deletes the requested network.
- deleteNetwork(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Deletes the requested network.
- deleteNetwork(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- deleteOperation(OperationId) - Method in interface com.google.cloud.compute.Compute
-
Deletes the requested operation.
- deleteRegionAddress(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Deletes the requested region address.
- deleteRegionAddress(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- deleteRegionOperation(String, String) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Deletes the requested region operation.
- deleteRegionOperation(String, String) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- deleteSnapshot(SnapshotId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Deletes the requested snapshot.
- deleteSnapshot(String, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Deletes the requested snapshot.
- deleteSnapshot(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Deletes the requested snapshot.
- deleteSnapshot(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- deleteSubnetwork(SubnetworkId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Deletes the requested subnetwork.
- deleteSubnetwork(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Deletes the requested subnetwork.
- deleteSubnetwork(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- deleteZoneOperation(String, String) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Deletes the requested zone operation.
- deleteZoneOperation(String, String) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- deprecate(ImageId, DeprecationStatus<ImageId>, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Deprecates the requested image.
- deprecate(DeprecationStatus<ImageId>, Compute.OperationOption...) - Method in class com.google.cloud.compute.Image
-
Deprecates this image.
- deprecated(String) - Method in class com.google.cloud.compute.DeprecationStatus.Builder
-
- deprecated(long) - Method in class com.google.cloud.compute.DeprecationStatus.Builder
-
- deprecated() - Method in class com.google.cloud.compute.DeprecationStatus
-
- deprecatedMillis() - Method in class com.google.cloud.compute.DeprecationStatus
-
- deprecateImage(String, String, DeprecationStatus, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Deprecates the requested image.
- deprecateImage(String, String, DeprecationStatus, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- DeprecationStatus<T extends ResourceId> - Class in com.google.cloud.compute
-
The deprecation status associated to a Google Compute Engine resource.
- deprecationStatus() - Method in class com.google.cloud.compute.DiskType
-
Returns the deprecation status of the disk type.
- deprecationStatus() - Method in class com.google.cloud.compute.ImageInfo
-
Returns the deprecation status of the image.
- deprecationStatus() - Method in class com.google.cloud.compute.MachineType
-
Returns the deprecation status of the machine type.
- deprecationStatus() - Method in class com.google.cloud.compute.Region
-
Returns the deprecation status of the region.
- deprecationStatus() - Method in class com.google.cloud.compute.Zone
-
Returns the deprecation status of the zone.
- DeprecationStatus.Builder<T extends ResourceId> - Class in com.google.cloud.compute
-
A builder for DeprecationStatus objects.
- DeprecationStatus.Status - Enum in com.google.cloud.compute
-
The deprecation status of a Google Compute Engine resource.
- description(String) - Method in class com.google.cloud.compute.Address.Builder
-
- description(String) - Method in class com.google.cloud.compute.AddressInfo.Builder
-
Sets an optional textual description of the address.
- description() - Method in class com.google.cloud.compute.AddressInfo
-
Returns an optional textual description of the address.
- description(String) - Method in class com.google.cloud.compute.Disk.Builder
-
- description(String) - Method in class com.google.cloud.compute.DiskInfo.Builder
-
Sets an optional textual description of the resource.
- description() - Method in class com.google.cloud.compute.DiskInfo
-
Returns a textual description of the disk.
- description() - Method in class com.google.cloud.compute.DiskType
-
Returns a textual description of the disk type.
- description(String) - Method in class com.google.cloud.compute.Image.Builder
-
- description(String) - Method in class com.google.cloud.compute.ImageInfo.Builder
-
Sets an optional textual description of the image.
- description() - Method in class com.google.cloud.compute.ImageInfo
-
Returns a textual description of the image.
- description(String) - Method in class com.google.cloud.compute.Instance.Builder
-
- description(String) - Method in class com.google.cloud.compute.InstanceInfo.Builder
-
Sets an optional description of this Google Compute Engine instance.
- description(String) - Method in class com.google.cloud.compute.InstanceInfo.BuilderImpl
-
- description() - Method in class com.google.cloud.compute.InstanceInfo
-
Returns a textual description of the instance.
- description() - Method in class com.google.cloud.compute.MachineType
-
Returns an optional textual description of the machine type.
- description(String) - Method in class com.google.cloud.compute.Network.Builder
-
- description(String) - Method in class com.google.cloud.compute.NetworkInfo.Builder
-
Sets an optional textual description of the network.
- description() - Method in class com.google.cloud.compute.NetworkInfo
-
Returns a textual description of the network.
- description() - Method in class com.google.cloud.compute.Operation
-
Returns an optional textual description of the operation.
- description() - Method in class com.google.cloud.compute.Region
-
Returns an optional textual description of the region.
- description(String) - Method in class com.google.cloud.compute.Snapshot.Builder
-
- description(String) - Method in class com.google.cloud.compute.SnapshotInfo.Builder
-
Sets an optional textual description of the snapshot.
- description() - Method in class com.google.cloud.compute.SnapshotInfo
-
Returns a textual description of the snapshot.
- description(String) - Method in class com.google.cloud.compute.Subnetwork.Builder
-
- description(String) - Method in class com.google.cloud.compute.SubnetworkInfo.Builder
-
Sets an optional textual description of the subnetwork.
- description() - Method in class com.google.cloud.compute.SubnetworkInfo
-
Returns a textual description of the subnetwork.
- description() - Method in class com.google.cloud.compute.Zone
-
Returns an optional textual description of the zone.
- detachDisk(InstanceId, String, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Detaches a disk from an instance.
- detachDisk(String, Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Detaches a disk from this instance.
- detachDisk(String, String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Detaches a disk from an instance.
- detachDisk(String, String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- deviceName(String) - Method in class com.google.cloud.compute.AttachedDisk.Builder
-
Sets the unique device name of your choice that is reflected into the
/dev/disk/by-id/google-* tree of a Linux operating system running within the
instance.
- deviceName() - Method in class com.google.cloud.compute.AttachedDisk
-
Returns the unique device name of your choice that is reflected into the
/dev/disk/by-id/google-* tree of a Linux operating system running within the
instance.
- Disk - Class in com.google.cloud.compute
-
A Google Compute Engine persistent disk.
- disk() - Method in class com.google.cloud.compute.DiskId
-
Returns the name of the disk.
- Disk.Builder - Class in com.google.cloud.compute
-
A builder for Disk objects.
- DiskConfiguration - Class in com.google.cloud.compute
-
Base class for Google Compute Engine disk configurations.
- DiskConfiguration.Builder<T extends DiskConfiguration,B extends DiskConfiguration.Builder<T,B>> - Class in com.google.cloud.compute
-
Base builder for disk configurations.
- DiskConfiguration.Type - Enum in com.google.cloud.compute
-
Type of a Google Compute Engine disk configuration.
- diskId(DiskId) - Method in class com.google.cloud.compute.Disk.Builder
-
- DiskId - Class in com.google.cloud.compute
-
Identity for a Google Compute Engine disk.
- diskId(DiskId) - Method in class com.google.cloud.compute.DiskInfo.Builder
-
Sets the disk identity.
- diskId() - Method in class com.google.cloud.compute.DiskInfo
-
Returns the disk identity.
- DiskImageConfiguration - Class in com.google.cloud.compute
-
A Google Compute Engine disk image configuration.
- DiskImageConfiguration.Builder - Class in com.google.cloud.compute
-
A builder for DiskImageConfiguration objects.
- DiskInfo - Class in com.google.cloud.compute
-
A Google Compute Engine persistent disk.
- DiskInfo.Builder - Class in com.google.cloud.compute
-
Builder for DiskInfo objects.
- DiskInfo.Builder() - Constructor for class com.google.cloud.compute.DiskInfo.Builder
-
- DiskInfo.CreationStatus - Enum in com.google.cloud.compute
-
The status of disk creation.
- diskName(String) - Method in class com.google.cloud.compute.AttachedDisk.CreateDiskConfiguration.Builder
-
Sets the name to be assigned to the disk.
- diskName() - Method in class com.google.cloud.compute.AttachedDisk.CreateDiskConfiguration
-
Returns the name to be assigned to the disk.
- diskSizeGb(Long) - Method in class com.google.cloud.compute.AttachedDisk.CreateDiskConfiguration.Builder
-
Sets the size of the persistent disk, in GB.
- diskSizeGb() - Method in class com.google.cloud.compute.AttachedDisk.CreateDiskConfiguration
-
Returns the size of the persistent disk, in GB.
- diskSizeGb() - Method in class com.google.cloud.compute.ImageInfo
-
Returns the size of the image when restored onto a persistent disk (in GB).
- diskSizeGb() - Method in class com.google.cloud.compute.SnapshotInfo
-
Returns the size of the snapshot (in GB).
- diskType(DiskTypeId) - Method in class com.google.cloud.compute.AttachedDisk.CreateDiskConfiguration.Builder
-
Sets the identity of the disk type.
- diskType() - Method in class com.google.cloud.compute.AttachedDisk.CreateDiskConfiguration
-
Returns the identity of the disk type.
- diskType(DiskTypeId) - Method in class com.google.cloud.compute.AttachedDisk.ScratchDiskConfiguration.Builder
-
Sets the identity of the disk type for the scratch disk to attach.
- diskType() - Method in class com.google.cloud.compute.AttachedDisk.ScratchDiskConfiguration
-
Returns the identity of the disk type for the scratch disk to attach.
- diskType(DiskTypeId) - Method in class com.google.cloud.compute.DiskConfiguration.Builder
-
Sets the identity of the disk type.
- diskType() - Method in class com.google.cloud.compute.DiskConfiguration
-
Returns the identity of the disk type.
- DiskType - Class in com.google.cloud.compute
-
A Google Compute Engine disk type.
- diskTypeId() - Method in class com.google.cloud.compute.DiskType
-
Returns the disk type's identity.
- DiskTypeId - Class in com.google.cloud.compute
-
Identity for a Google Compute Engine disk type.
- email() - Method in class com.google.cloud.compute.ServiceAccount
-
Returns the email address of the service account.
- endTime() - Method in class com.google.cloud.compute.Operation
-
Returns the time that this operation was completed.
- equals(Object) - Method in class com.google.cloud.compute.Address
-
- equals(Object) - Method in class com.google.cloud.compute.AddressInfo
-
- equals(Object) - Method in class com.google.cloud.compute.AddressInfo.GlobalForwardingUsage
-
- equals(Object) - Method in class com.google.cloud.compute.AddressInfo.InstanceUsage
-
- equals(Object) - Method in class com.google.cloud.compute.AddressInfo.RegionForwardingUsage
-
- equals(Object) - Method in class com.google.cloud.compute.AttachedDisk.CreateDiskConfiguration
-
- equals(Object) - Method in class com.google.cloud.compute.AttachedDisk
-
- equals(Object) - Method in class com.google.cloud.compute.AttachedDisk.PersistentDiskConfiguration
-
- equals(Object) - Method in class com.google.cloud.compute.AttachedDisk.ScratchDiskConfiguration
-
- equals(Compute.AddressField, String) - Static method in class com.google.cloud.compute.Compute.AddressFilter
-
Returns an equals filter for the given field and string value.
- equals(Compute.DiskField, String) - Static method in class com.google.cloud.compute.Compute.DiskFilter
-
Returns an equals filter for the given field and string value.
- equals(Compute.DiskField, long) - Static method in class com.google.cloud.compute.Compute.DiskFilter
-
Returns an equals filter for the given field and long value.
- equals(Compute.DiskTypeField, String) - Static method in class com.google.cloud.compute.Compute.DiskTypeFilter
-
Returns an equals filter for the given field and string value.
- equals(Compute.DiskTypeField, long) - Static method in class com.google.cloud.compute.Compute.DiskTypeFilter
-
Returns an equals filter for the given field and long value.
- equals(Compute.ImageField, String) - Static method in class com.google.cloud.compute.Compute.ImageFilter
-
Returns an equals filter for the given field and string value.
- equals(Compute.ImageField, long) - Static method in class com.google.cloud.compute.Compute.ImageFilter
-
Returns an equals filter for the given field and long value.
- equals(Compute.InstanceField, String) - Static method in class com.google.cloud.compute.Compute.InstanceFilter
-
Returns an equals filter for the given field and string value.
- equals(Compute.InstanceField, boolean) - Static method in class com.google.cloud.compute.Compute.InstanceFilter
-
Returns a equals filter for the given field and boolean value.
- equals(Object) - Method in class com.google.cloud.compute.Compute.ListFilter
-
- equals(Compute.MachineTypeField, String) - Static method in class com.google.cloud.compute.Compute.MachineTypeFilter
-
Returns an equals filter for the given field and string value.
- equals(Compute.MachineTypeField, long) - Static method in class com.google.cloud.compute.Compute.MachineTypeFilter
-
Returns an equals filter for the given field and long value.
- equals(Compute.NetworkField, String) - Static method in class com.google.cloud.compute.Compute.NetworkFilter
-
Returns an equals filter for the given field and string value.
- equals(Compute.NetworkField, boolean) - Static method in class com.google.cloud.compute.Compute.NetworkFilter
-
Returns a equals filter for the given field and boolean value.
- equals(Compute.OperationField, String) - Static method in class com.google.cloud.compute.Compute.OperationFilter
-
Returns an equals filter for the given field and string value.
- equals(Compute.OperationField, long) - Static method in class com.google.cloud.compute.Compute.OperationFilter
-
Returns an equals filter for the given field and long value.
- equals(Compute.RegionField, String) - Static method in class com.google.cloud.compute.Compute.RegionFilter
-
Returns an equals filter for the given field and string value.
- equals(Compute.SnapshotField, String) - Static method in class com.google.cloud.compute.Compute.SnapshotFilter
-
Returns an equals filter for the given field and string value.
- equals(Compute.SnapshotField, long) - Static method in class com.google.cloud.compute.Compute.SnapshotFilter
-
Returns an equals filter for the given field and long value.
- equals(Compute.SubnetworkField, String) - Static method in class com.google.cloud.compute.Compute.SubnetworkFilter
-
Returns an equals filter for the given field and string value.
- equals(Compute.ZoneField, String) - Static method in class com.google.cloud.compute.Compute.ZoneFilter
-
Returns an equals filter for the given field and string value.
- equals(Object) - Method in class com.google.cloud.compute.ComputeOptions
-
- equals(Object) - Method in class com.google.cloud.compute.DeprecationStatus
-
- equals(Object) - Method in class com.google.cloud.compute.Disk
-
- equals(Object) - Method in class com.google.cloud.compute.DiskId
-
- equals(Object) - Method in class com.google.cloud.compute.DiskImageConfiguration
-
- equals(Object) - Method in class com.google.cloud.compute.DiskInfo
-
- equals(Object) - Method in class com.google.cloud.compute.DiskType
-
- equals(Object) - Method in class com.google.cloud.compute.DiskTypeId
-
- equals(Object) - Method in class com.google.cloud.compute.GlobalAddressId
-
- equals(Object) - Method in class com.google.cloud.compute.GlobalForwardingRuleId
-
- equals(Object) - Method in class com.google.cloud.compute.GlobalOperationId
-
- equals(Object) - Method in class com.google.cloud.compute.Image
-
- equals(Object) - Method in class com.google.cloud.compute.ImageDiskConfiguration
-
- equals(Object) - Method in class com.google.cloud.compute.ImageId
-
- equals(Object) - Method in class com.google.cloud.compute.ImageInfo
-
- equals(Object) - Method in class com.google.cloud.compute.Instance
-
- equals(Object) - Method in class com.google.cloud.compute.InstanceId
-
- equals(Object) - Method in class com.google.cloud.compute.InstanceInfo
-
- equals(Object) - Method in class com.google.cloud.compute.License
-
- equals(Object) - Method in class com.google.cloud.compute.LicenseId
-
- equals(Object) - Method in class com.google.cloud.compute.MachineType
-
- equals(Object) - Method in class com.google.cloud.compute.MachineTypeId
-
- equals(Object) - Method in class com.google.cloud.compute.Metadata
-
- equals(Object) - Method in class com.google.cloud.compute.Network
-
- equals(Object) - Method in class com.google.cloud.compute.NetworkId
-
- equals(Object) - Method in class com.google.cloud.compute.NetworkInfo
-
- equals(Object) - Method in class com.google.cloud.compute.NetworkInterface.AccessConfig
-
- equals(Object) - Method in class com.google.cloud.compute.NetworkInterface
-
- equals(Object) - Method in class com.google.cloud.compute.Operation
-
- equals(Object) - Method in class com.google.cloud.compute.Operation.OperationError
-
- equals(Object) - Method in class com.google.cloud.compute.Operation.OperationWarning
-
- equals(Object) - Method in class com.google.cloud.compute.Region
-
- equals(Object) - Method in class com.google.cloud.compute.Region.Quota
-
- equals(Object) - Method in class com.google.cloud.compute.RegionAddressId
-
- equals(Object) - Method in class com.google.cloud.compute.RegionForwardingRuleId
-
- equals(Object) - Method in class com.google.cloud.compute.RegionId
-
- equals(Object) - Method in class com.google.cloud.compute.RegionOperationId
-
- equals(Object) - Method in class com.google.cloud.compute.SchedulingOptions
-
- equals(Object) - Method in class com.google.cloud.compute.ServiceAccount
-
- equals(Object) - Method in class com.google.cloud.compute.Snapshot
-
- equals(Object) - Method in class com.google.cloud.compute.SnapshotDiskConfiguration
-
- equals(Object) - Method in class com.google.cloud.compute.SnapshotId
-
- equals(Object) - Method in class com.google.cloud.compute.SnapshotInfo
-
- equals(Object) - Method in class com.google.cloud.compute.StandardDiskConfiguration
-
- equals(Object) - Method in class com.google.cloud.compute.StandardNetworkConfiguration
-
- equals(Object) - Method in class com.google.cloud.compute.StorageImageConfiguration
-
- equals(Object) - Method in class com.google.cloud.compute.SubnetNetworkConfiguration
-
- equals(Object) - Method in class com.google.cloud.compute.Subnetwork
-
- equals(Object) - Method in class com.google.cloud.compute.SubnetworkId
-
- equals(Object) - Method in class com.google.cloud.compute.SubnetworkInfo
-
- equals(Object) - Method in class com.google.cloud.compute.Tags
-
- equals(Object) - Method in class com.google.cloud.compute.Zone
-
- equals(Object) - Method in class com.google.cloud.compute.ZoneId
-
- equals(Object) - Method in class com.google.cloud.compute.ZoneOperationId
-
- errors() - Method in class com.google.cloud.compute.Operation
-
Returns the errors encountered while processing this operation, if any.
- exists() - Method in class com.google.cloud.compute.Address
-
Checks if this address exists.
- exists() - Method in class com.google.cloud.compute.Disk
-
Checks if this disk exists.
- exists() - Method in class com.google.cloud.compute.Image
-
Checks if this image exists.
- exists() - Method in class com.google.cloud.compute.Instance
-
Checks if this instance exists.
- exists() - Method in class com.google.cloud.compute.Network
-
Checks if this network exists.
- exists() - Method in class com.google.cloud.compute.Operation
-
Checks if this operation exists.
- exists() - Method in class com.google.cloud.compute.Snapshot
-
Checks if this snapshot exists.
- exists() - Method in class com.google.cloud.compute.Subnetwork
-
Checks if this subnetwork exists.
- fields(Compute.AddressField...) - Static method in class com.google.cloud.compute.Compute.AddressListOption
-
Returns an option to specify the address' fields to be returned by the RPC call.
- fields(Compute.AddressField...) - Static method in class com.google.cloud.compute.Compute.AddressOption
-
Returns an option to specify the address' fields to be returned by the RPC call.
- fields(Compute.DiskField...) - Static method in class com.google.cloud.compute.Compute.DiskListOption
-
Returns an option to specify the disk's fields to be returned by the RPC call.
- fields(Compute.DiskField...) - Static method in class com.google.cloud.compute.Compute.DiskOption
-
Returns an option to specify the disk's fields to be returned by the RPC call.
- fields(Compute.DiskTypeField...) - Static method in class com.google.cloud.compute.Compute.DiskTypeListOption
-
Returns an option to specify the disk type's fields to be returned by the RPC call.
- fields(Compute.DiskTypeField...) - Static method in class com.google.cloud.compute.Compute.DiskTypeOption
-
Returns an option to specify the disk type's fields to be returned by the RPC call.
- fields(Compute.ImageField...) - Static method in class com.google.cloud.compute.Compute.ImageListOption
-
Returns an option to specify the image's fields to be returned by the RPC call.
- fields(Compute.ImageField...) - Static method in class com.google.cloud.compute.Compute.ImageOption
-
Returns an option to specify the image's fields to be returned by the RPC call.
- fields(Compute.InstanceField...) - Static method in class com.google.cloud.compute.Compute.InstanceListOption
-
Returns an option to specify the instance's fields to be returned by the RPC call.
- fields(Compute.InstanceField...) - Static method in class com.google.cloud.compute.Compute.InstanceOption
-
Returns an option to specify the instance's fields to be returned by the RPC call.
- fields(Compute.LicenseField...) - Static method in class com.google.cloud.compute.Compute.LicenseOption
-
Returns an option to specify the license's fields to be returned by the RPC call.
- fields(Compute.MachineTypeField...) - Static method in class com.google.cloud.compute.Compute.MachineTypeListOption
-
Returns an option to specify the machine type's fields to be returned by the RPC call.
- fields(Compute.MachineTypeField...) - Static method in class com.google.cloud.compute.Compute.MachineTypeOption
-
Returns an option to specify the machine type's fields to be returned by the RPC call.
- fields(Compute.NetworkField...) - Static method in class com.google.cloud.compute.Compute.NetworkListOption
-
Returns an option to specify the network's fields to be returned by the RPC call.
- fields(Compute.NetworkField...) - Static method in class com.google.cloud.compute.Compute.NetworkOption
-
Returns an option to specify the network's fields to be returned by the RPC call.
- fields(Compute.OperationField...) - Static method in class com.google.cloud.compute.Compute.OperationListOption
-
Returns an option to specify the operation's fields to be returned by the RPC call.
- fields(Compute.OperationField...) - Static method in class com.google.cloud.compute.Compute.OperationOption
-
Returns an option to specify the operation's fields to be returned by the RPC call.
- fields(Compute.RegionField...) - Static method in class com.google.cloud.compute.Compute.RegionListOption
-
Returns an option to specify the region's fields to be returned by the RPC call.
- fields(Compute.RegionField...) - Static method in class com.google.cloud.compute.Compute.RegionOption
-
Returns an option to specify the region's fields to be returned by the RPC call.
- fields(Compute.SnapshotField...) - Static method in class com.google.cloud.compute.Compute.SnapshotListOption
-
Returns an option to specify the snapshot's fields to be returned by the RPC call.
- fields(Compute.SnapshotField...) - Static method in class com.google.cloud.compute.Compute.SnapshotOption
-
Returns an option to specify the snapshot's fields to be returned by the RPC call.
- fields(Compute.SubnetworkField...) - Static method in class com.google.cloud.compute.Compute.SubnetworkListOption
-
Returns an option to specify the subnetwork's fields to be returned by the RPC call.
- fields(Compute.SubnetworkField...) - Static method in class com.google.cloud.compute.Compute.SubnetworkOption
-
Returns an option to specify the subnetwork's fields to be returned by the RPC call.
- fields(Compute.ZoneField...) - Static method in class com.google.cloud.compute.Compute.ZoneListOption
-
Returns an option to specify the zone's fields to be returned by the RPC call.
- fields(Compute.ZoneField...) - Static method in class com.google.cloud.compute.Compute.ZoneOption
-
Returns an option to specify the zone's fields to be returned by the RPC call.
- filter(Compute.AddressFilter) - Static method in class com.google.cloud.compute.Compute.AddressAggregatedListOption
-
Returns an option to specify a filter on the addresses being listed.
- filter(Compute.AddressFilter) - Static method in class com.google.cloud.compute.Compute.AddressListOption
-
Returns an option to specify a filter on the addresses being listed.
- filter(Compute.DiskFilter) - Static method in class com.google.cloud.compute.Compute.DiskAggregatedListOption
-
Returns an option to specify a filter on the disks being listed.
- filter(Compute.DiskFilter) - Static method in class com.google.cloud.compute.Compute.DiskListOption
-
Returns an option to specify a filter on the disks being listed.
- filter(Compute.DiskTypeFilter) - Static method in class com.google.cloud.compute.Compute.DiskTypeAggregatedListOption
-
Returns an option to specify a filter on the disk types being listed.
- filter(Compute.DiskTypeFilter) - Static method in class com.google.cloud.compute.Compute.DiskTypeListOption
-
Returns an option to specify a filter on the disk types being listed.
- filter(Compute.ImageFilter) - Static method in class com.google.cloud.compute.Compute.ImageListOption
-
Returns an option to specify a filter on the images being listed.
- filter(Compute.InstanceFilter) - Static method in class com.google.cloud.compute.Compute.InstanceAggregatedListOption
-
Returns an option to specify a filter on the instances being listed.
- filter(Compute.InstanceFilter) - Static method in class com.google.cloud.compute.Compute.InstanceListOption
-
Returns an option to specify a filter on the instances being listed.
- filter(Compute.MachineTypeFilter) - Static method in class com.google.cloud.compute.Compute.MachineTypeAggregatedListOption
-
Returns an option to specify a filter on the machine types being listed.
- filter(Compute.MachineTypeFilter) - Static method in class com.google.cloud.compute.Compute.MachineTypeListOption
-
Returns an option to specify a filter on the machine types being listed.
- filter(Compute.NetworkFilter) - Static method in class com.google.cloud.compute.Compute.NetworkListOption
-
Returns an option to specify a filter on the networks being listed.
- filter(Compute.OperationFilter) - Static method in class com.google.cloud.compute.Compute.OperationListOption
-
Returns an option to specify a filter on the operations being listed.
- filter(Compute.RegionFilter) - Static method in class com.google.cloud.compute.Compute.RegionListOption
-
Returns an option to specify a filter on the regions being listed.
- filter(Compute.SnapshotFilter) - Static method in class com.google.cloud.compute.Compute.SnapshotListOption
-
Returns an option to specify a filter on the snapshots being listed.
- filter(Compute.SubnetworkFilter) - Static method in class com.google.cloud.compute.Compute.SubnetworkAggregatedListOption
-
Returns an option to specify a filter on the subnetworks being listed.
- filter(Compute.SubnetworkFilter) - Static method in class com.google.cloud.compute.Compute.SubnetworkListOption
-
Returns an option to specify a filter on the subnetworks being listed.
- filter(Compute.ZoneFilter) - Static method in class com.google.cloud.compute.Compute.ZoneListOption
-
Returns an option to specify a filter on the zones being listed.
- fingerprint(String) - Method in class com.google.cloud.compute.Metadata.Builder
-
Sets the fingerprint for the metadata.
- fingerprint() - Method in class com.google.cloud.compute.Metadata
-
Returns the fingerprint for the metadata.
- fingerprint(String) - Method in class com.google.cloud.compute.Tags.Builder
-
Sets the fingerprint for the tags.
- fingerprint() - Method in class com.google.cloud.compute.Tags
-
Returns the fingerprint for the tags.
- ForwardingRuleId - Class in com.google.cloud.compute
-
Base class for Google Compute Engine forwarding rule identities.
- forwardingRules() - Method in class com.google.cloud.compute.AddressInfo.GlobalForwardingUsage
-
Returns a list of identities of global forwarding rules that are currently using the address.
- forwardingRules() - Method in class com.google.cloud.compute.AddressInfo.RegionForwardingUsage
-
Returns a list of identities of region forwarding rules that are currently using the address.
- gatewayAddress() - Method in class com.google.cloud.compute.StandardNetworkConfiguration
-
Returns the gateway IPv4 address for this networks.
- gatewayAddress() - Method in class com.google.cloud.compute.SubnetworkInfo
-
Returns the gateway IPv4 address for this subnetwork, selected by the service.
- generatedId() - Method in class com.google.cloud.compute.AddressInfo
-
Returns the service-generated unique identifier for the address.
- generatedId() - Method in class com.google.cloud.compute.DiskInfo
-
Returns the service-generated unique identifier for the disk.
- generatedId() - Method in class com.google.cloud.compute.DiskType
-
Returns the service-generated unique identifier for the disk type.
- generatedId() - Method in class com.google.cloud.compute.ImageInfo
-
Returns the service-generated unique identifier for the image.
- generatedId() - Method in class com.google.cloud.compute.InstanceInfo
-
Returns the service-generated unique identifier for the instance.
- generatedId() - Method in class com.google.cloud.compute.MachineType
-
Returns the service-generated unique identifier for the machine type.
- generatedId() - Method in class com.google.cloud.compute.NetworkInfo
-
Returns the service-generated unique identifier for the network.
- generatedId() - Method in class com.google.cloud.compute.Operation
-
Returns the service-generated unique identifier for the operation.
- generatedId() - Method in class com.google.cloud.compute.Region
-
Returns the service-generated unique identifier for the region.
- generatedId() - Method in class com.google.cloud.compute.SnapshotInfo
-
Returns the service-generated unique identifier for the snapshot.
- generatedId() - Method in class com.google.cloud.compute.SubnetworkInfo
-
Returns the service-generated unique identifier for the subnetwork.
- generatedId() - Method in class com.google.cloud.compute.Zone
-
Returns the service-generated unique identifier for the zone.
- getAddress(AddressId, Compute.AddressOption...) - Method in interface com.google.cloud.compute.Compute
-
Returns the requested address or null if not found.
- getDisk(DiskId, Compute.DiskOption...) - Method in interface com.google.cloud.compute.Compute
-
Returns the requested disk or null if not found.
- getDisk(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the requested disk or null if not found.
- getDisk(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- getDiskType(DiskTypeId, Compute.DiskTypeOption...) - Method in interface com.google.cloud.compute.Compute
-
Returns the requested disk type or null if not found.
- getDiskType(String, String, Compute.DiskTypeOption...) - Method in interface com.google.cloud.compute.Compute
-
Returns the requested disk type or null if not found.
- getDiskType(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the requested disk type or null if not found.
- getDiskType(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- getGlobalAddress(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the requested global address or null if not found.
- getGlobalAddress(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- getGlobalOperation(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the requested global operation or null if not found.
- getGlobalOperation(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- getImage(ImageId, Compute.ImageOption...) - Method in interface com.google.cloud.compute.Compute
-
Returns the requested image or null if not found.
- getImage(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the requested image or null if not found.
- getImage(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- getInstance(InstanceId, Compute.InstanceOption...) - Method in interface com.google.cloud.compute.Compute
-
Returns the requested instance or null if not found.
- getInstance(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the requested instance or null if not found.
- getInstance(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- getLicense(String, Compute.LicenseOption...) - Method in interface com.google.cloud.compute.Compute
-
Returns the requested license or null if not found.
- getLicense(LicenseId, Compute.LicenseOption...) - Method in interface com.google.cloud.compute.Compute
-
Returns the requested license or null if not found.
- getLicense(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the requested license or null if not found.
- getLicense(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- getMachineType(MachineTypeId, Compute.MachineTypeOption...) - Method in interface com.google.cloud.compute.Compute
-
Returns the requested machine type or null if not found.
- getMachineType(String, String, Compute.MachineTypeOption...) - Method in interface com.google.cloud.compute.Compute
-
Returns the requested machine type or null if not found.
- getMachineType(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the requested machine type or null if not found.
- getMachineType(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- getNetwork(String, Compute.NetworkOption...) - Method in interface com.google.cloud.compute.Compute
-
Returns the requested network or null if not found.
- getNetwork(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the requested network or null if not found.
- getNetwork(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- getOperation(OperationId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Returns the requested operation or null if not found.
- getRegion(String, Compute.RegionOption...) - Method in interface com.google.cloud.compute.Compute
-
Returns the requested region or null if not found.
- getRegion(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the requested region or null if not found.
- getRegion(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- getRegionAddress(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the requested region address or null if not found.
- getRegionAddress(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- getRegionOperation(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the requested region operation or null if not found.
- getRegionOperation(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- getSerialPortOutput(InstanceId, int) - Method in interface com.google.cloud.compute.Compute
-
Returns the serial port output for the provided instance and port number.
- getSerialPortOutput(InstanceId) - Method in interface com.google.cloud.compute.Compute
-
Returns the default serial port output for the provided instance.
- getSerialPortOutput(int) - Method in class com.google.cloud.compute.Instance
-
Returns the serial port output for this instance and port number.
- getSerialPortOutput() - Method in class com.google.cloud.compute.Instance
-
Returns the default serial port output for this instance.
- getSerialPortOutput(String, String, Integer, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the serial port output for the provided instance and port number.
- getSerialPortOutput(String, String, Integer, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- getSnapshot(String, Compute.SnapshotOption...) - Method in interface com.google.cloud.compute.Compute
-
Returns the requested snapshot or null if not found.
- getSnapshot(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the requested snapshot or null if not found.
- getSnapshot(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- getSubnetwork(SubnetworkId, Compute.SubnetworkOption...) - Method in interface com.google.cloud.compute.Compute
-
Returns the requested subnetwork or null if not found.
- getSubnetwork(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the requested subnetwork or null if not found.
- getSubnetwork(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- getZone(String, Compute.ZoneOption...) - Method in interface com.google.cloud.compute.Compute
-
Returns the requested zone or null if not found.
- getZone(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the requested zone or null if not found.
- getZone(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- getZoneOperation(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Returns the requested zone operation or null if not found.
- getZoneOperation(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- GlobalAddressId - Class in com.google.cloud.compute
-
Identity for a Google Compute Engine global address.
- GlobalForwardingRuleId - Class in com.google.cloud.compute
-
Identity for a Google Compute Engine global forwarding rule.
- GlobalOperationId - Class in com.google.cloud.compute
-
Identity for a Google Compute Engine global operation.
- Image - Class in com.google.cloud.compute
-
A Google Compute Engine Image.
- image() - Method in class com.google.cloud.compute.ImageId
-
Returns the name of the image.
- Image.Builder - Class in com.google.cloud.compute
-
A builder for Image objects.
- ImageConfiguration - Class in com.google.cloud.compute
-
Base class for Google Compute Engine image configuration.
- ImageConfiguration.Builder<T extends ImageConfiguration,B extends ImageConfiguration.Builder<T,B>> - Class in com.google.cloud.compute
-
Base builder for image configurations.
- ImageConfiguration.SourceType - Enum in com.google.cloud.compute
-
Image source type.
- ImageConfiguration.Type - Enum in com.google.cloud.compute
-
Type of a Google Compute Engine image.
- ImageDiskConfiguration - Class in com.google.cloud.compute
-
A Google Compute Engine disk configuration to create a disk from a Google Compute Engine image.
- ImageDiskConfiguration.Builder - Class in com.google.cloud.compute
-
A builder for ImageDiskConfiguration objects.
- imageId(ImageId) - Method in class com.google.cloud.compute.Image.Builder
-
- ImageId - Class in com.google.cloud.compute
-
Identity for a Google Compute Engine image.
- imageId(ImageId) - Method in class com.google.cloud.compute.ImageInfo.Builder
-
Sets the image identity.
- imageId() - Method in class com.google.cloud.compute.ImageInfo
-
Returns the image identity.
- ImageInfo - Class in com.google.cloud.compute
-
A Google Compute Engine Image.
- ImageInfo.Builder - Class in com.google.cloud.compute
-
A builder for ImageInfo objects.
- ImageInfo.Builder() - Constructor for class com.google.cloud.compute.ImageInfo.Builder
-
- ImageInfo.Status - Enum in com.google.cloud.compute
-
The status of a Google Compute Engine Image.
- index(Integer) - Method in class com.google.cloud.compute.AttachedDisk.Builder
-
Sets a zero-based index to this disk, where 0 is reserved for the boot disk.
- index() - Method in class com.google.cloud.compute.AttachedDisk
-
Returns a zero-based index to this disk, where 0 is reserved for the boot disk.
- insertTime() - Method in class com.google.cloud.compute.Operation
-
Returns the time that this operation was requested.
- instance() - Method in class com.google.cloud.compute.AddressInfo.InstanceUsage
-
Returns the identity of the instance using the address.
- Instance - Class in com.google.cloud.compute
-
A Google Compute Engine VM Instance.
- instance() - Method in class com.google.cloud.compute.InstanceId
-
Returns the name of the instance.
- Instance.Builder - Class in com.google.cloud.compute
-
A builder for Instance objects.
- instanceId(InstanceId) - Method in class com.google.cloud.compute.Instance.Builder
-
- InstanceId - Class in com.google.cloud.compute
-
Identity for a Google Compute Engine virtual machine instance.
- instanceId(InstanceId) - Method in class com.google.cloud.compute.InstanceInfo.Builder
-
Sets the identity of the virtual machine instance.
- instanceId(InstanceId) - Method in class com.google.cloud.compute.InstanceInfo.BuilderImpl
-
- instanceId() - Method in class com.google.cloud.compute.InstanceInfo
-
Returns the instance identity.
- InstanceInfo - Class in com.google.cloud.compute
-
A Google Compute Engine VM Instance.
- InstanceInfo.Builder - Class in com.google.cloud.compute
-
A builder for InstanceInfo objects.
- InstanceInfo.Builder() - Constructor for class com.google.cloud.compute.InstanceInfo.Builder
-
- InstanceInfo.BuilderImpl - Class in com.google.cloud.compute
-
- InstanceInfo.Status - Enum in com.google.cloud.compute
-
The status of the instance.
- interfaceType() - Method in class com.google.cloud.compute.AttachedDisk.AttachedDiskConfiguration
-
Returns the interface to use to attach the disk.
- interfaceType(AttachedDisk.AttachedDiskConfiguration.InterfaceType) - Method in class com.google.cloud.compute.AttachedDisk.ScratchDiskConfiguration.Builder
-
Sets the interface type.
- ipRange() - Method in class com.google.cloud.compute.StandardNetworkConfiguration
-
Returns the range of internal IPv4 addresses that are legal on this network.
- ipRange(String) - Method in class com.google.cloud.compute.Subnetwork.Builder
-
- ipRange(String) - Method in class com.google.cloud.compute.SubnetworkInfo.Builder
-
Sets the range of internal IPv4 addresses that are owned by this subnetwork.
- ipRange() - Method in class com.google.cloud.compute.SubnetworkInfo
-
Returns the range of internal IPv4 addresses that are owned by this subnetwork.
- isDone() - Method in class com.google.cloud.compute.Operation
-
Checks if this operation has completed its execution, either failing or succeeding.
- isPreemptible() - Method in class com.google.cloud.compute.SchedulingOptions
-
Returns true if the instance is preemptible, false otherwhise.
- lastAttachTimestamp() - Method in class com.google.cloud.compute.DiskInfo
-
Returns the last attach timestamp in milliseconds since epoch.
- lastDetachTimestamp() - Method in class com.google.cloud.compute.DiskInfo
-
Returns the last detach timestamp in milliseconds since epoch.
- License - Class in com.google.cloud.compute
-
A Google Compute Engine License.
- license() - Method in class com.google.cloud.compute.LicenseId
-
Returns the name of the license.
- licenseId() - Method in class com.google.cloud.compute.License
-
Returns the identity of the license.
- LicenseId - Class in com.google.cloud.compute
-
Identity for a Google Compute Engine license.
- licenses() - Method in class com.google.cloud.compute.AttachedDisk
-
Returns a list of publicly accessible licenses for the attached disk.
- licenses() - Method in class com.google.cloud.compute.DiskInfo
-
Returns all applicable publicly visible licenses for the disk.
- licenses() - Method in class com.google.cloud.compute.ImageInfo
-
Returns all applicable publicly visible licenses.
- licenses() - Method in class com.google.cloud.compute.SnapshotInfo
-
Returns all applicable publicly visible licenses.
- limit() - Method in class com.google.cloud.compute.Region.Quota
-
Returns the quota limit for this metric.
- listAddresses(Compute.AddressAggregatedListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists both global and region addresses.
- listAddresses(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists all addresses.
- listAddresses(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listDisks(String, Compute.DiskListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists disks for the provided zone.
- listDisks(Compute.DiskAggregatedListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists disks for all zones.
- listDisks(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists the disks for the provided zone.
- listDisks(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists disks for all zones.
- listDisks(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listDisks(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listDiskTypes(String, Compute.DiskTypeListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists the disk types in the provided zone.
- listDiskTypes(Compute.DiskTypeAggregatedListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists the disk types in all zones.
- listDiskTypes(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists the disk types in the provided zone.
- listDiskTypes(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists disk types.
- listDiskTypes(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listDiskTypes(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listGlobalAddresses(Compute.AddressListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists the global addresses.
- listGlobalAddresses(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists the global addresses.
- listGlobalAddresses(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listGlobalOperations(Compute.OperationListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists the global operations.
- listGlobalOperations(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists the global operations.
- listGlobalOperations(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listImages(String, Compute.ImageListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists images in the provided project that are available to the current user.
- listImages(Compute.ImageListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists images in the current project.
- listImages(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists images in the provided project that are available to the current user.
- listImages(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listInstances(String, Compute.InstanceListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists instances for the provided zone.
- listInstances(Compute.InstanceAggregatedListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists instances for all zones.
- listInstances(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists instances for the provided zone.
- listInstances(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists instances.
- listInstances(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listInstances(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listMachineTypes(String, Compute.MachineTypeListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists the machine types in the provided zone.
- listMachineTypes(Compute.MachineTypeAggregatedListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists the machine types in all zones.
- listMachineTypes(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists the machine types in the provided zone.
- listMachineTypes(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists machine types.
- listMachineTypes(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listMachineTypes(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listNetworks(Compute.NetworkListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists networks.
- listNetworks(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists networks.
- listNetworks(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listRegionAddresses(String, Compute.AddressListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists the region addresses for the provided region.
- listRegionAddresses(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists the regions addresses for the provided region.
- listRegionAddresses(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listRegionOperations(String, Compute.OperationListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists the operations for the provided region.
- listRegionOperations(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists the region operations for the provided region.
- listRegionOperations(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listRegions(Compute.RegionListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists the regions.
- listRegions(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists the regions.
- listRegions(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listSnapshots(Compute.SnapshotListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists snapshots.
- listSnapshots(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists snapshots.
- listSnapshots(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listSubnetworks(String, Compute.SubnetworkListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists subnetworks for the provided region.
- listSubnetworks(Compute.SubnetworkAggregatedListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists subnetworks for all regions.
- listSubnetworks(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists subnetworks for the provided region.
- listSubnetworks(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists subnetworks.
- listSubnetworks(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listSubnetworks(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listZoneOperations(String, Compute.OperationListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists the operations for the provided zone.
- listZoneOperations(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists the zone operations for the provided zone.
- listZoneOperations(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- listZones(Compute.ZoneListOption...) - Method in interface com.google.cloud.compute.Compute
-
Lists the zones.
- listZones(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Lists the zones.
- listZones(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- location() - Method in class com.google.cloud.compute.Operation.OperationError
-
Returns the field in the request which caused the error.
- name(String) - Method in class com.google.cloud.compute.NetworkInterface.AccessConfig.Builder
-
Sets the name of the access configuration.
- name() - Method in class com.google.cloud.compute.NetworkInterface.AccessConfig
-
Returns the name of the access configuration.
- name() - Method in class com.google.cloud.compute.NetworkInterface
-
Returns the name of the network interface, generated by the service.
- natIp(String) - Method in class com.google.cloud.compute.NetworkInterface.AccessConfig.Builder
-
Sets an external IP address associated with this instance.
- natIp() - Method in class com.google.cloud.compute.NetworkInterface.AccessConfig
-
Returns an external IP address associated with this instance.
- Network - Class in com.google.cloud.compute
-
A Google Compute Engine Network.
- network() - Method in class com.google.cloud.compute.NetworkId
-
Returns the name of the network.
- network(NetworkId) - Method in class com.google.cloud.compute.NetworkInterface.Builder
-
Sets the identity of the network this interface applies to.
- network() - Method in class com.google.cloud.compute.NetworkInterface
-
Returns the identity of the network this interface applies to.
- network(NetworkId) - Method in class com.google.cloud.compute.Subnetwork.Builder
-
- network(NetworkId) - Method in class com.google.cloud.compute.SubnetworkInfo.Builder
-
Sets the identity of the network to which this subnetwork belongs.
- network() - Method in class com.google.cloud.compute.SubnetworkInfo
-
Returns the identity of the network to which this subnetwork belongs.
- Network.Builder - Class in com.google.cloud.compute
-
A builder for Network objects.
- NetworkConfiguration - Class in com.google.cloud.compute
-
Base class for Google Compute Engine network configuration.
- NetworkConfiguration.Type - Enum in com.google.cloud.compute
-
Type of a Google Compute Engine disk configuration.
- networkId(NetworkId) - Method in class com.google.cloud.compute.Network.Builder
-
- NetworkId - Class in com.google.cloud.compute
-
Identity for a Google Compute Engine network.
- networkId(NetworkId) - Method in class com.google.cloud.compute.NetworkInfo.Builder
-
Sets the identity of the network.
- networkId() - Method in class com.google.cloud.compute.NetworkInfo
-
Returns the network identity.
- NetworkInfo - Class in com.google.cloud.compute
-
A Google Compute Engine Network.
- NetworkInfo.Builder - Class in com.google.cloud.compute
-
A builder for NetworkInfo objects.
- NetworkInfo.Builder() - Constructor for class com.google.cloud.compute.NetworkInfo.Builder
-
- NetworkInterface - Class in com.google.cloud.compute
-
A network interface for a Google Compute Engine instance.
- NetworkInterface.AccessConfig - Class in com.google.cloud.compute
-
Access configuration for a Google Compute Engine instance's network interface.
- NetworkInterface.AccessConfig.Builder - Class in com.google.cloud.compute
-
- NetworkInterface.AccessConfig.Type - Enum in com.google.cloud.compute
-
The type of network access configuration.
- NetworkInterface.Builder - Class in com.google.cloud.compute
-
- networkInterfaces(List<NetworkInterface>) - Method in class com.google.cloud.compute.Instance.Builder
-
- networkInterfaces(NetworkInterface...) - Method in class com.google.cloud.compute.Instance.Builder
-
- networkInterfaces(List<NetworkInterface>) - Method in class com.google.cloud.compute.InstanceInfo.Builder
-
Sets a list of network interfaces.
- networkInterfaces(NetworkInterface...) - Method in class com.google.cloud.compute.InstanceInfo.Builder
-
Sets a list of network interfaces.
- networkInterfaces(List<NetworkInterface>) - Method in class com.google.cloud.compute.InstanceInfo.BuilderImpl
-
- networkInterfaces(NetworkInterface...) - Method in class com.google.cloud.compute.InstanceInfo.BuilderImpl
-
- networkInterfaces() - Method in class com.google.cloud.compute.InstanceInfo
-
Returns a list of network interfaces.
- networkIp() - Method in class com.google.cloud.compute.NetworkInterface
-
An optional IPv4 internal network address assigned by the service to the instance for this
network interface.
- notEquals(Compute.AddressField, String) - Static method in class com.google.cloud.compute.Compute.AddressFilter
-
Returns a not-equals filter for the given field and string value.
- notEquals(Compute.DiskField, String) - Static method in class com.google.cloud.compute.Compute.DiskFilter
-
Returns a not-equals filter for the given field and string value.
- notEquals(Compute.DiskField, long) - Static method in class com.google.cloud.compute.Compute.DiskFilter
-
Returns a not-equals filter for the given field and long value.
- notEquals(Compute.DiskTypeField, String) - Static method in class com.google.cloud.compute.Compute.DiskTypeFilter
-
Returns a not-equals filter for the given field and string value.
- notEquals(Compute.DiskTypeField, long) - Static method in class com.google.cloud.compute.Compute.DiskTypeFilter
-
Returns a not-equals filter for the given field and long value.
- notEquals(Compute.ImageField, String) - Static method in class com.google.cloud.compute.Compute.ImageFilter
-
Returns a not-equals filter for the given field and string value.
- notEquals(Compute.ImageField, long) - Static method in class com.google.cloud.compute.Compute.ImageFilter
-
Returns a not-equals filter for the given field and long value.
- notEquals(Compute.InstanceField, String) - Static method in class com.google.cloud.compute.Compute.InstanceFilter
-
Returns a not-equals filter for the given field and string value.
- notEquals(Compute.InstanceField, boolean) - Static method in class com.google.cloud.compute.Compute.InstanceFilter
-
Returns a not-equals filter for the given field and boolean value.
- notEquals(Compute.MachineTypeField, String) - Static method in class com.google.cloud.compute.Compute.MachineTypeFilter
-
Returns a not-equals filter for the given field and string value.
- notEquals(Compute.MachineTypeField, long) - Static method in class com.google.cloud.compute.Compute.MachineTypeFilter
-
Returns a not-equals filter for the given field and long value.
- notEquals(Compute.NetworkField, String) - Static method in class com.google.cloud.compute.Compute.NetworkFilter
-
Returns a not-equals filter for the given field and string value.
- notEquals(Compute.NetworkField, boolean) - Static method in class com.google.cloud.compute.Compute.NetworkFilter
-
Returns a not-equals filter for the given field and boolean value.
- notEquals(Compute.OperationField, String) - Static method in class com.google.cloud.compute.Compute.OperationFilter
-
Returns a not-equals filter for the given field and string value.
- notEquals(Compute.OperationField, long) - Static method in class com.google.cloud.compute.Compute.OperationFilter
-
Returns a not-equals filter for the given field and long value.
- notEquals(Compute.RegionField, String) - Static method in class com.google.cloud.compute.Compute.RegionFilter
-
Returns a not-equals filter for the given field and string value.
- notEquals(Compute.SnapshotField, String) - Static method in class com.google.cloud.compute.Compute.SnapshotFilter
-
Returns a not-equals filter for the given field and string value.
- notEquals(Compute.SnapshotField, long) - Static method in class com.google.cloud.compute.Compute.SnapshotFilter
-
Returns a not-equals filter for the given field and long value.
- notEquals(Compute.SubnetworkField, String) - Static method in class com.google.cloud.compute.Compute.SubnetworkFilter
-
Returns a not-equals filter for the given field and string value.
- notEquals(Compute.ZoneField, String) - Static method in class com.google.cloud.compute.Compute.ZoneFilter
-
Returns a not-equals filter for the given field and string value.
- obsolete(String) - Method in class com.google.cloud.compute.DeprecationStatus.Builder
-
- obsolete(long) - Method in class com.google.cloud.compute.DeprecationStatus.Builder
-
- obsolete() - Method in class com.google.cloud.compute.DeprecationStatus
-
- obsoleteMillis() - Method in class com.google.cloud.compute.DeprecationStatus
-
- of(AddressId) - Static method in class com.google.cloud.compute.AddressInfo
-
Returns an AddressInfo object for the provided identity.
- of(String) - Static method in class com.google.cloud.compute.AddressInfo
-
Returns an AddressInfo object for the provided name.
- of(RegionId, String) - Static method in class com.google.cloud.compute.AddressInfo
-
Returns an AddressInfo object for the provided region identity and name.
- of(String, String) - Static method in class com.google.cloud.compute.AddressInfo
-
Returns an AddressInfo object for the provided region and address names.
- of(ImageId) - Static method in class com.google.cloud.compute.AttachedDisk.CreateDiskConfiguration
-
Returns a CreateDiskConfiguration object given the source image that will be used to
create the disk.
- of(AttachedDisk.AttachedDiskConfiguration) - Static method in class com.google.cloud.compute.AttachedDisk
-
Returns an AttachedDisk object given its configuration.
- of(String, AttachedDisk.AttachedDiskConfiguration) - Static method in class com.google.cloud.compute.AttachedDisk
-
Returns an AttachedDisk object given the device name and its configuration.
- of(DiskId) - Static method in class com.google.cloud.compute.AttachedDisk.PersistentDiskConfiguration
-
Returns a PersistentDiskConfiguration object given the identity of the persistent
disk to attach.
- of(DiskTypeId) - Static method in class com.google.cloud.compute.AttachedDisk.ScratchDiskConfiguration
-
Returns a ScratchDiskConfiguration object given the disk type identity.
- of(DeprecationStatus.Status, T) - Static method in class com.google.cloud.compute.DeprecationStatus
-
Returns a DeprecationStatus object given the status and replacement's identity.
- of(ZoneId, String) - Static method in class com.google.cloud.compute.DiskId
-
Returns a disk identity given the zone identity and the disk name.
- of(String, String) - Static method in class com.google.cloud.compute.DiskId
-
Returns a disk identity given the zone and disk names.
- of(String, String, String) - Static method in class com.google.cloud.compute.DiskId
-
Returns a disk identity given project, zone and disks names.
- of(DiskId) - Static method in class com.google.cloud.compute.DiskImageConfiguration
-
Creates a DiskImageConfiguration object given the source disk identity.
- of(DiskId, DiskConfiguration) - Static method in class com.google.cloud.compute.DiskInfo
-
Returns a DiskInfo object given its identity and configuration.
- of(ZoneId, String) - Static method in class com.google.cloud.compute.DiskTypeId
-
Returns a disk type identity given the zone identity and the disk type name.
- of(String, String) - Static method in class com.google.cloud.compute.DiskTypeId
-
Returns a disk type identity given the zone and disk type names.
- of(String, String, String) - Static method in class com.google.cloud.compute.DiskTypeId
-
Returns a disk type identity given project disk, zone and disk type names.
- of(String) - Static method in class com.google.cloud.compute.GlobalAddressId
-
Returns an address identity given the address name.
- of(String, String) - Static method in class com.google.cloud.compute.GlobalAddressId
-
Returns an address identity given project and address names.
- of(String) - Static method in class com.google.cloud.compute.GlobalForwardingRuleId
-
Returns a forwarding rule identity given the rule name.
- of(String, String) - Static method in class com.google.cloud.compute.GlobalForwardingRuleId
-
Returns a forwarding rule identity given the project rule names.
- of(String) - Static method in class com.google.cloud.compute.GlobalOperationId
-
Returns a global operation identity given the operation name.
- of(String, String) - Static method in class com.google.cloud.compute.GlobalOperationId
-
Returns a global operation identity given project and operation names.
- of(ImageId) - Static method in class com.google.cloud.compute.ImageDiskConfiguration
-
Returns an ImageDiskConfiguration object given the image identity.
- of(String) - Static method in class com.google.cloud.compute.ImageId
-
Returns an image identity given the image name.
- of(String, String) - Static method in class com.google.cloud.compute.ImageId
-
Returns an image identity given project and image names.
- of(ImageId, ImageConfiguration) - Static method in class com.google.cloud.compute.ImageInfo
-
Returns an ImageInfo object given the image identity and an image configuration.
- of(ZoneId, String) - Static method in class com.google.cloud.compute.InstanceId
-
Returns an instance identity given the zone identity and the instance name.
- of(String, String) - Static method in class com.google.cloud.compute.InstanceId
-
Returns an instance identity given the zone and instance names.
- of(String, String, String) - Static method in class com.google.cloud.compute.InstanceId
-
Returns an instance identity given project, zone and instance names.
- of(InstanceId, MachineTypeId, AttachedDisk, NetworkInterface) - Static method in class com.google.cloud.compute.InstanceInfo
-
Returns an InstanceInfo object given the instance identity, the machine type, a disk
to attach to the instance and a network interface.
- of(String) - Static method in class com.google.cloud.compute.LicenseId
-
Returns a license identity given the license name.
- of(String, String) - Static method in class com.google.cloud.compute.LicenseId
-
Returns a license identity given project and license names.
- of(String, String) - Static method in class com.google.cloud.compute.MachineTypeId
-
Returns a machine type identity given the zone and type names.
- of(String, String, String) - Static method in class com.google.cloud.compute.MachineTypeId
-
Returns a machine type identity given project, zone and type names.
- of(Map<String, String>) - Static method in class com.google.cloud.compute.Metadata
-
Returns a Metadata object given the the metadata as a map.
- of(String, String) - Static method in class com.google.cloud.compute.NetworkId
-
Returns a new network identity given project and network names.
- of(String) - Static method in class com.google.cloud.compute.NetworkId
-
Returns a new network identity given network name.
- of(NetworkId, NetworkConfiguration) - Static method in class com.google.cloud.compute.NetworkInfo
-
Returns a NetworkInfo object given the network identity.
- of(String) - Static method in class com.google.cloud.compute.NetworkInterface.AccessConfig
-
Returns an AccessConfig object given the static external IP address.
- of() - Static method in class com.google.cloud.compute.NetworkInterface.AccessConfig
-
Returns an AccessConfig object.
- of(NetworkId) - Static method in class com.google.cloud.compute.NetworkInterface
-
Returns a NetworkInterface object given the network's identity.
- of(String) - Static method in class com.google.cloud.compute.NetworkInterface
-
Returns a NetworkInterface object given the network's name.
- of(RegionId, String) - Static method in class com.google.cloud.compute.RegionAddressId
-
Returns a region address identity given the region identity and the address name.
- of(String, String) - Static method in class com.google.cloud.compute.RegionAddressId
-
Returns a region address identity given the region and address names.
- of(String, String, String) - Static method in class com.google.cloud.compute.RegionAddressId
-
Returns a region address identity given project, region and address names.
- of(RegionId, String) - Static method in class com.google.cloud.compute.RegionForwardingRuleId
-
Returns a region forwarding rule identity given the region identity and the rule name.
- of(String, String) - Static method in class com.google.cloud.compute.RegionForwardingRuleId
-
Returns a region forwarding rule identity given the region and rule names.
- of(String, String, String) - Static method in class com.google.cloud.compute.RegionForwardingRuleId
-
Returns a region forwarding rule identity given project, region and rule names.
- of(String, String) - Static method in class com.google.cloud.compute.RegionId
-
Returns a new region identity given project and region names.
- of(String) - Static method in class com.google.cloud.compute.RegionId
-
Returns a new region identity given region name.
- of(RegionId, String) - Static method in class com.google.cloud.compute.RegionOperationId
-
Returns a region operation identity given the region identity and the operation name.
- of(String, String) - Static method in class com.google.cloud.compute.RegionOperationId
-
Returns a region operation identity given the region and operation names.
- of(String, String, String) - Static method in class com.google.cloud.compute.RegionOperationId
-
Returns a region operation identity given project, region and operation names.
- of(String, List<String>) - Static method in class com.google.cloud.compute.ServiceAccount
-
Returns a ServiceAccount object for the provided email and scopes.
- of(String, String...) - Static method in class com.google.cloud.compute.ServiceAccount
-
Returns a ServiceAccount object for the provided email and scopes.
- of(SnapshotId) - Static method in class com.google.cloud.compute.SnapshotDiskConfiguration
-
Returns a SnapshotDiskConfiguration object given the snapshot identity.
- of(String) - Static method in class com.google.cloud.compute.SnapshotId
-
Returns a snapshot identity given the snapshot name.
- of(String, String) - Static method in class com.google.cloud.compute.SnapshotId
-
Returns a snapshot identity given project and snapshot names.
- of(SnapshotId, DiskId) - Static method in class com.google.cloud.compute.SnapshotInfo
-
Returns a SnapshotInfo object given the snapshot identity and a source disk identity.
- of(X, Y) - Static method in class com.google.cloud.compute.spi.ComputeRpc.Tuple
-
- of(DiskTypeId) - Static method in class com.google.cloud.compute.StandardDiskConfiguration
-
Returns a StandardDiskConfiguration object given the disk type.
- of(long) - Static method in class com.google.cloud.compute.StandardDiskConfiguration
-
Returns a StandardDiskConfiguration object given the disk size in GB.
- of(DiskTypeId, long) - Static method in class com.google.cloud.compute.StandardDiskConfiguration
-
Returns a StandardDiskConfiguration object given the disk type and size in GB.
- of(String) - Static method in class com.google.cloud.compute.StandardNetworkConfiguration
-
Returns a StandardNetworkConfiguration object given the range of internal addresses
that are legal on this network.
- of(String) - Static method in class com.google.cloud.compute.StorageImageConfiguration
-
Creates a StorageImageConfiguration object given the full Google Cloud Storage URL
where the disk image is stored.
- of(boolean) - Static method in class com.google.cloud.compute.SubnetNetworkConfiguration
-
Returns a SubnetNetworkConfiguration object.
- of(RegionId, String) - Static method in class com.google.cloud.compute.SubnetworkId
-
Returns a subnetwork identity given the region identity and the subnetwork name.
- of(String, String) - Static method in class com.google.cloud.compute.SubnetworkId
-
Returns a subnetwork identity given the region and subnetwork names.
- of(String, String, String) - Static method in class com.google.cloud.compute.SubnetworkId
-
Returns a subnetwork identity given project, region and subnetwork names.
- of(SubnetworkId, NetworkId, String) - Static method in class com.google.cloud.compute.SubnetworkInfo
-
Returns a SubnetworkInfo object given the identity of the subnetwork, the identity of
the network this subnetwork belongs to and the range of IPv4 addresses owned by this
subnetwork.
- of(Iterable<String>) - Static method in class com.google.cloud.compute.Tags
-
Returns a Tags object given the tags to apply to the instance.
- of(String...) - Static method in class com.google.cloud.compute.Tags
-
Returns a Tags object given the tags to apply to the instance.
- of(String, String) - Static method in class com.google.cloud.compute.ZoneId
-
Returns a new zone identity given project and zone names.
- of(String) - Static method in class com.google.cloud.compute.ZoneId
-
Returns a new zone identity given zone name.
- of(ZoneId, String) - Static method in class com.google.cloud.compute.ZoneOperationId
-
Returns a zone operation identity given the zone identity and the operation name.
- of(String, String) - Static method in class com.google.cloud.compute.ZoneOperationId
-
Returns a zone operation identity given the zone and operation names.
- of(String, String, String) - Static method in class com.google.cloud.compute.ZoneOperationId
-
Returns a zone operation identity given project, zone and operation names.
- Operation - Class in com.google.cloud.compute
-
Google Compute Engine operations.
- operation() - Method in class com.google.cloud.compute.OperationId
-
Returns the name of the operation resource.
- Operation.OperationError - Class in com.google.cloud.compute
-
An error that can occur during the processing of a Google Compute Engine operation.
- Operation.OperationWarning - Class in com.google.cloud.compute
-
A warning message that is generated during the processing of a Google Compute Engine operation.
- Operation.Status - Enum in com.google.cloud.compute
-
Status of an operation.
- operationId() - Method in class com.google.cloud.compute.Operation
-
Returns the operation's identity.
- OperationId - Class in com.google.cloud.compute
-
Base class for Google Compute Engine operation identities.
- operationType() - Method in class com.google.cloud.compute.Operation
-
Returns the type of operation.
- options() - Method in class com.google.cloud.compute.testing.RemoteComputeHelper
-
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.AddressAggregatedListOption
-
Returns an option to specify the maximum number of addresses returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.AddressListOption
-
Returns an option to specify the maximum number of addresses returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.DiskAggregatedListOption
-
Returns an option to specify the maximum number of disks returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.DiskListOption
-
Returns an option to specify the maximum number of disks returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.DiskTypeAggregatedListOption
-
Returns an option to specify the maximum number of disk types returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.DiskTypeListOption
-
Returns an option to specify the maximum number of disk types returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.ImageListOption
-
Returns an option to specify the maximum number of images returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.InstanceAggregatedListOption
-
Returns an option to specify the maximum number of instances returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.InstanceListOption
-
Returns an option to specify the maximum number of instances returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.MachineTypeAggregatedListOption
-
Returns an option to specify the maximum number of machine types returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.MachineTypeListOption
-
Returns an option to specify the maximum number of machine types returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.NetworkListOption
-
Returns an option to specify the maximum number of networks returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.OperationListOption
-
Returns an option to specify the maximum number of operations returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.RegionListOption
-
Returns an option to specify the maximum number of regions returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.SnapshotListOption
-
Returns an option to specify the maximum number of snapshots returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.SubnetworkAggregatedListOption
-
Returns an option to specify the maximum number of subnetworks returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.SubnetworkListOption
-
Returns an option to specify the maximum number of subnetworks returned per page.
- pageSize(long) - Static method in class com.google.cloud.compute.Compute.ZoneListOption
-
Returns an option to specify the maximum number of zones returned per page.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.AddressAggregatedListOption
-
Returns an option to specify the page token from which to start listing addresses.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.AddressListOption
-
Returns an option to specify the page token from which to start listing addresses.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.DiskAggregatedListOption
-
Returns an option to specify the page token from which to start listing disks.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.DiskListOption
-
Returns an option to specify the page token from which to start listing disks.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.DiskTypeAggregatedListOption
-
Returns an option to specify the page token from which to start listing disk types.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.DiskTypeListOption
-
Returns an option to specify the page token from which to start listing disk types.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.ImageListOption
-
Returns an option to specify the page token from which to start listing images.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.InstanceAggregatedListOption
-
Returns an option to specify the page token from which to start listing instances.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.InstanceListOption
-
Returns an option to specify the page token from which to start listing instances.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.MachineTypeAggregatedListOption
-
Returns an option to specify the page token from which to start listing machine types.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.MachineTypeListOption
-
Returns an option to specify the page token from which to start listing machine types.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.NetworkListOption
-
Returns an option to specify the page token from which to start listing networks.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.OperationListOption
-
Returns an option to specify the page token from which to start listing operations.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.RegionListOption
-
Returns an option to specify the page token from which to start listing regions.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.SnapshotListOption
-
Returns an option to specify the page token from which to start listing snapshots.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.SubnetworkAggregatedListOption
-
Returns an option to specify the page token from which to start listing subnetworks.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.SubnetworkListOption
-
Returns an option to specify the page token from which to start listing subnetworks.
- pageToken(String) - Static method in class com.google.cloud.compute.Compute.ZoneListOption
-
Returns an option to specify the page token from which to start listing zones.
- preemptible() - Static method in class com.google.cloud.compute.SchedulingOptions
-
Returns a SchedulingOptions object for a preemptible instance.
- progress() - Method in class com.google.cloud.compute.Operation
-
Returns an optional progress indicator that ranges from 0 to 100.
- project() - Method in class com.google.cloud.compute.ResourceId
-
Returns the name of the project.
- Region - Class in com.google.cloud.compute
-
A Google Compute Engine region.
- region() - Method in class com.google.cloud.compute.RegionAddressId
-
Returns the name of the region this address belongs to.
- region() - Method in class com.google.cloud.compute.RegionForwardingRuleId
-
Returns the name of the region this forwarding rule belongs to.
- region() - Method in class com.google.cloud.compute.RegionId
-
Returns the name of the region.
- region() - Method in class com.google.cloud.compute.RegionOperationId
-
Returns the name of the region this operation belongs to.
- region() - Method in class com.google.cloud.compute.SubnetworkId
-
Returns the name of the region this subnetwork belongs to.
- region() - Method in class com.google.cloud.compute.Zone
-
Returns the identity of the region that hosts the zone.
- Region.Quota - Class in com.google.cloud.compute
-
A quota assigned to this region.
- Region.Status - Enum in com.google.cloud.compute
-
Status of the region.
- RegionAddressId - Class in com.google.cloud.compute
-
Identity for a Google Compute Engine region address.
- RegionForwardingRuleId - Class in com.google.cloud.compute
-
Identity for a Google Compute Engine region's forwarding rule.
- regionId() - Method in class com.google.cloud.compute.Region
-
Returns the region's identity.
- regionId() - Method in class com.google.cloud.compute.RegionAddressId
-
Returns the identity of the region this address belongs to.
- regionId() - Method in class com.google.cloud.compute.RegionForwardingRuleId
-
Returns the identity of the region this forwarding rule belongs to.
- RegionId - Class in com.google.cloud.compute
-
A Google Compute Engine region identity.
- regionId() - Method in class com.google.cloud.compute.RegionOperationId
-
Returns the identity of the region this operation belongs to.
- regionId() - Method in class com.google.cloud.compute.SubnetworkId
-
Returns the identity of the region this subnetwork belongs to.
- RegionOperationId - Class in com.google.cloud.compute
-
Identity for a Google Compute Engine region's operation.
- reload(Compute.AddressOption...) - Method in class com.google.cloud.compute.Address
-
Fetches the current address' latest information.
- reload(Compute.DiskOption...) - Method in class com.google.cloud.compute.Disk
-
Fetches current disk's latest information.
- reload(Compute.ImageOption...) - Method in class com.google.cloud.compute.Image
-
Fetches current image' latest information.
- reload(Compute.InstanceOption...) - Method in class com.google.cloud.compute.Instance
-
Fetches current instance's latest information.
- reload(Compute.NetworkOption...) - Method in class com.google.cloud.compute.Network
-
Fetches current network' latest information.
- reload(Compute.OperationOption...) - Method in class com.google.cloud.compute.Operation
-
Fetches current operation's latest information.
- reload(Compute.SnapshotOption...) - Method in class com.google.cloud.compute.Snapshot
-
Fetches current snapshot's latest information.
- reload(Compute.SubnetworkOption...) - Method in class com.google.cloud.compute.Subnetwork
-
Fetches current subnetwork' latest information.
- RemoteComputeHelper - Class in com.google.cloud.compute.testing
-
Utility to create a remote Compute configuration for testing.
- RemoteComputeHelper.ComputeHelperException - Exception in com.google.cloud.compute.testing
-
- RemoteComputeHelper.ComputeHelperException(String, Throwable) - Constructor for exception com.google.cloud.compute.testing.RemoteComputeHelper.ComputeHelperException
-
- replacement(T) - Method in class com.google.cloud.compute.DeprecationStatus.Builder
-
Sets the identity of the suggested replacement for a deprecated resource.
- replacement() - Method in class com.google.cloud.compute.DeprecationStatus
-
Returns the identity of the suggested replacement for a deprecated resource.
- reset(InstanceId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Resets the provided instance.
- reset(Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Resets this instance.
- reset(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Resets the provided instance.
- reset(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- resize(DiskId, long, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Resizes the disk to the requested size.
- resize(long, Compute.OperationOption...) - Method in class com.google.cloud.compute.Disk
-
Resizes this disk to the requested size.
- resizeDisk(String, String, long, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Resizes the disk to the requested size.
- resizeDisk(String, String, long, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- ResourceId - Class in com.google.cloud.compute
-
Base class for Google Compute Engine resource identities.
- retryableErrors() - Method in exception com.google.cloud.compute.ComputeException
-
- rule() - Method in class com.google.cloud.compute.ForwardingRuleId
-
Returns the name of the forwarding rule.
- schedulingOptions(SchedulingOptions) - Method in class com.google.cloud.compute.Instance.Builder
-
- schedulingOptions(SchedulingOptions) - Method in class com.google.cloud.compute.InstanceInfo.Builder
-
Sets the scheduling options for the instance.
- schedulingOptions(SchedulingOptions) - Method in class com.google.cloud.compute.InstanceInfo.BuilderImpl
-
- schedulingOptions() - Method in class com.google.cloud.compute.InstanceInfo
-
Returns the scheduling options for the instance.
- SchedulingOptions - Class in com.google.cloud.compute
-
A Google Compute Engine instance scheduling options.
- SchedulingOptions.Maintenance - Enum in com.google.cloud.compute
-
Defines the maintenance behavior for this instance.
- scopes() - Method in class com.google.cloud.compute.ComputeOptions
-
- scopes() - Method in class com.google.cloud.compute.ServiceAccount
-
Returns the list of scopes to be made available for this service account.
- scratchDisksSizeGb() - Method in class com.google.cloud.compute.MachineType
-
Returns the size of all extended scratch disks assigned to the instance, defined in GB.
- selector() - Method in enum com.google.cloud.compute.Compute.AddressField
-
- selector() - Method in enum com.google.cloud.compute.Compute.DiskField
-
- selector() - Method in enum com.google.cloud.compute.Compute.DiskTypeField
-
- selector() - Method in enum com.google.cloud.compute.Compute.ImageField
-
- selector() - Method in enum com.google.cloud.compute.Compute.InstanceField
-
- selector() - Method in enum com.google.cloud.compute.Compute.LicenseField
-
- selector() - Method in enum com.google.cloud.compute.Compute.MachineTypeField
-
- selector() - Method in enum com.google.cloud.compute.Compute.NetworkField
-
- selector() - Method in enum com.google.cloud.compute.Compute.OperationField
-
- selector() - Method in enum com.google.cloud.compute.Compute.RegionField
-
- selector() - Method in enum com.google.cloud.compute.Compute.SnapshotField
-
- selector() - Method in enum com.google.cloud.compute.Compute.SubnetworkField
-
- selector() - Method in enum com.google.cloud.compute.Compute.ZoneField
-
- self() - Method in class com.google.cloud.compute.DiskConfiguration.Builder
-
- selfLink() - Method in class com.google.cloud.compute.DiskId
-
- selfLink() - Method in class com.google.cloud.compute.DiskTypeId
-
- selfLink() - Method in class com.google.cloud.compute.GlobalAddressId
-
- selfLink() - Method in class com.google.cloud.compute.GlobalForwardingRuleId
-
- selfLink() - Method in class com.google.cloud.compute.GlobalOperationId
-
- selfLink() - Method in class com.google.cloud.compute.ImageId
-
- selfLink() - Method in class com.google.cloud.compute.InstanceId
-
- selfLink() - Method in class com.google.cloud.compute.LicenseId
-
- selfLink() - Method in class com.google.cloud.compute.MachineTypeId
-
- selfLink() - Method in class com.google.cloud.compute.NetworkId
-
- selfLink() - Method in class com.google.cloud.compute.RegionAddressId
-
- selfLink() - Method in class com.google.cloud.compute.RegionForwardingRuleId
-
- selfLink() - Method in class com.google.cloud.compute.RegionId
-
- selfLink() - Method in class com.google.cloud.compute.RegionOperationId
-
- selfLink() - Method in class com.google.cloud.compute.ResourceId
-
Returns a fully qualified URL to the entity.
- selfLink() - Method in class com.google.cloud.compute.SnapshotId
-
- selfLink() - Method in class com.google.cloud.compute.SubnetworkId
-
- selfLink() - Method in class com.google.cloud.compute.ZoneId
-
- selfLink() - Method in class com.google.cloud.compute.ZoneOperationId
-
- ServiceAccount - Class in com.google.cloud.compute
-
A service account, with its specified scopes, authorized for this instance.
- serviceAccounts(List<ServiceAccount>) - Method in class com.google.cloud.compute.Instance.Builder
-
- serviceAccounts(List<ServiceAccount>) - Method in class com.google.cloud.compute.InstanceInfo.Builder
-
Sets a list of service accounts, with their specified scopes, authorized for this instance.
- serviceAccounts(List<ServiceAccount>) - Method in class com.google.cloud.compute.InstanceInfo.BuilderImpl
-
- serviceAccounts() - Method in class com.google.cloud.compute.InstanceInfo
-
Returns a list of service accounts, with their specified scopes, authorized for this instance.
- setDiskAutoDelete(InstanceId, String, boolean, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Sets the auto-delete flag for a disk attached to the provided instance.
- setDiskAutoDelete(String, boolean, Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Sets the auto-delete flag for a disk attached to this instance.
- setDiskAutoDelete(String, String, String, boolean, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Sets the auto-delete flag for a disk attached to the provided instance.
- setDiskAutoDelete(String, String, String, boolean, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- setMachineType(InstanceId, MachineTypeId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Sets the machine type for the provided instance.
- setMachineType(MachineTypeId, Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Sets the machine type for this instance.
- setMachineType(String, String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Sets the machine type for the provided instance.
- setMachineType(String, String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- setMetadata(InstanceId, Metadata, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Sets the metadata for the provided instance.
- setMetadata(Metadata, Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Sets the metadata for this instance.
- setMetadata(Map<String, String>, Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Sets the metadata for this instance, fingerprint value is taken from this instance's
tags().fingerprint().
- setMetadata(String, String, Metadata, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Sets the metadata for the provided instance.
- setMetadata(String, String, Metadata, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- setScheduling(String, String, Scheduling, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Sets the scheduling options for the provided instance.
- setScheduling(String, String, Scheduling, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- setSchedulingOptions(InstanceId, SchedulingOptions, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Sets the scheduling options for the provided instance.
- setSchedulingOptions(SchedulingOptions, Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Sets the scheduling options for this instance.
- setTags(InstanceId, Tags, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Sets the tags for the provided instance.
- setTags(Tags, Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Sets the tags for this instance.
- setTags(Iterable<String>, Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Sets the tags for this instance, fingerprint value is taken from this instance's
tags().fingerprint().
- setTags(String, String, Tags, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Sets the tags for the provided instance.
- setTags(String, String, Tags, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- sha1(String) - Method in class com.google.cloud.compute.StorageImageConfiguration.Builder
-
Sets the SHA1 checksum of the disk image before unpackaging.
- sha1() - Method in class com.google.cloud.compute.StorageImageConfiguration
-
Returns the SHA1 checksum of the disk image before unpackaging.
- sizeGb(Long) - Method in class com.google.cloud.compute.DiskConfiguration.Builder
-
Sets the size of the persistent disk, in GB.
- sizeGb() - Method in class com.google.cloud.compute.DiskConfiguration
-
Returns the size of the persistent disk, in GB.
- sizeGb(Long) - Method in class com.google.cloud.compute.ImageDiskConfiguration.Builder
-
Sets the size of the persistent disk, in GB.
- sizeGb(Long) - Method in class com.google.cloud.compute.SnapshotDiskConfiguration.Builder
-
Sets the size of the persistent disk, in GB.
- sizeGb(Long) - Method in class com.google.cloud.compute.StandardDiskConfiguration.Builder
-
Sets the size of the persistent disk, in GB.
- Snapshot - Class in com.google.cloud.compute
-
A Google Compute Engine snapshot.
- snapshot() - Method in class com.google.cloud.compute.SnapshotId
-
Returns the name of the snapshot.
- Snapshot.Builder - Class in com.google.cloud.compute
-
A builder for Snapshot objects.
- SnapshotDiskConfiguration - Class in com.google.cloud.compute
-
A Google Compute Engine disk configuration to create a disk from a Google Compute Engine
snapshot.
- SnapshotDiskConfiguration.Builder - Class in com.google.cloud.compute
-
A builder for SnapshotDiskConfiguration objects.
- snapshotId(SnapshotId) - Method in class com.google.cloud.compute.Snapshot.Builder
-
- SnapshotId - Class in com.google.cloud.compute
-
Identity for a Google Compute Engine snapshot.
- snapshotId(SnapshotId) - Method in class com.google.cloud.compute.SnapshotInfo.Builder
-
Sets the snapshot identity.
- snapshotId() - Method in class com.google.cloud.compute.SnapshotInfo
-
Returns the snapshot identity.
- SnapshotInfo - Class in com.google.cloud.compute
-
A Google Compute Engine snapshot.
- SnapshotInfo.Builder - Class in com.google.cloud.compute
-
A builder for SnapshotInfo objects.
- SnapshotInfo.Builder() - Constructor for class com.google.cloud.compute.SnapshotInfo.Builder
-
- SnapshotInfo.Status - Enum in com.google.cloud.compute
-
The status of a Google Compute Engine snapshot.
- SnapshotInfo.StorageBytesStatus - Enum in com.google.cloud.compute
-
An indicator of whether
SnapshotInfo.storageBytes() is in a stable state or it is being
adjusted as a result of shared storage reallocation.
- source(String) - Method in class com.google.cloud.compute.StorageImageConfiguration.Builder
-
Sets the full Google Cloud Storage URL where the disk image is stored (e.g.
- source() - Method in class com.google.cloud.compute.StorageImageConfiguration
-
Returns the full Google Cloud Storage URL where the disk image is stored (e.g.
- sourceDisk(DiskId) - Method in class com.google.cloud.compute.AttachedDisk.PersistentDiskConfiguration.Builder
-
Sets the identity of the persistent disk to be attached.
- sourceDisk() - Method in class com.google.cloud.compute.AttachedDisk.PersistentDiskConfiguration
-
Returns the identity of the persistent disk to be attached.
- sourceDisk(DiskId) - Method in class com.google.cloud.compute.DiskImageConfiguration.Builder
-
Sets the identity of the source disk used to create the image.
- sourceDisk() - Method in class com.google.cloud.compute.DiskImageConfiguration
-
Returns the identity of the source disk used to create this image.
- sourceDisk(DiskId) - Method in class com.google.cloud.compute.Snapshot.Builder
-
- sourceDisk(DiskId) - Method in class com.google.cloud.compute.SnapshotInfo.Builder
-
Sets the identity of the source disk used to create the snapshot.
- sourceDisk() - Method in class com.google.cloud.compute.SnapshotInfo
-
Returns the identity of the source disk used to create this snapshot.
- sourceDiskId() - Method in class com.google.cloud.compute.DiskImageConfiguration
-
Returns the service-generated unique id of the disk used to create this image.
- sourceDiskId() - Method in class com.google.cloud.compute.SnapshotInfo
-
Returns the service-generated unique id of the disk used to create this snapshot.
- sourceImage(ImageId) - Method in class com.google.cloud.compute.AttachedDisk.CreateDiskConfiguration.Builder
-
Sets the identity of the source image used to create the disk.
- sourceImage() - Method in class com.google.cloud.compute.AttachedDisk.CreateDiskConfiguration
-
Returns the identity of the source image used to create the disk.
- sourceImage(ImageId) - Method in class com.google.cloud.compute.ImageDiskConfiguration.Builder
-
Sets the identity of the source image used to create the disk.
- sourceImage() - Method in class com.google.cloud.compute.ImageDiskConfiguration
-
Returns the identity of the source image used to create the disk.
- sourceImageId() - Method in class com.google.cloud.compute.ImageDiskConfiguration
-
Returns the service-generated unique id of the image used to create this disk.
- sourceSnapshot(SnapshotId) - Method in class com.google.cloud.compute.SnapshotDiskConfiguration.Builder
-
Sets the identity of the source snapshot used to create the disk.
- sourceSnapshot() - Method in class com.google.cloud.compute.SnapshotDiskConfiguration
-
Returns the identity of the source snapshot used to create the disk.
- sourceSnapshotId() - Method in class com.google.cloud.compute.SnapshotDiskConfiguration
-
Returns the service-generated unique id of the snapshot used to create this disk.
- sourceType() - Method in class com.google.cloud.compute.ImageConfiguration
-
Returns the source type of the disk.
- standard(boolean, SchedulingOptions.Maintenance) - Static method in class com.google.cloud.compute.SchedulingOptions
-
Returns a SchedulingOptions object for a standard instance.
- StandardDiskConfiguration - Class in com.google.cloud.compute
-
A Google Compute Engine standard persistent disk configuration.
- StandardDiskConfiguration.Builder - Class in com.google.cloud.compute
-
A builder for StandardDiskConfiguration objects.
- StandardNetworkConfiguration - Class in com.google.cloud.compute
-
A Google Compute Engine standard network configuration.
- start(InstanceId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Starts the provided instance.
- start(Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Starts this instance.
- start(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Starts the provided instance.
- start(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- startTime() - Method in class com.google.cloud.compute.Operation
-
Returns the time that this operation was started by the service.
- status() - Method in class com.google.cloud.compute.AddressInfo
-
Returns the status of the address.
- status(DeprecationStatus.Status) - Method in class com.google.cloud.compute.DeprecationStatus.Builder
-
Sets the status of the deprecated resource.
- status() - Method in class com.google.cloud.compute.DeprecationStatus
-
Returns the deprecation state of this resource.
- status() - Method in class com.google.cloud.compute.ImageInfo
-
Returns the status of the image.
- status() - Method in class com.google.cloud.compute.InstanceInfo
-
Returns the status of the instance.
- status() - Method in class com.google.cloud.compute.Operation
-
Returns the status of the operation.
- status() - Method in class com.google.cloud.compute.Region
-
Returns the status of the status.
- status() - Method in class com.google.cloud.compute.SnapshotInfo
-
Returns the status of the snapshot.
- status() - Method in class com.google.cloud.compute.Zone
-
Returns the status of the zone.
- statusMessage() - Method in class com.google.cloud.compute.InstanceInfo
-
Returns an optional, human-readable explanation of the status.
- statusMessage() - Method in class com.google.cloud.compute.Operation
-
Returns an optional textual description of the current status of the operation.
- stop(InstanceId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.Compute
-
Stops the provided instance.
- stop(Compute.OperationOption...) - Method in class com.google.cloud.compute.Instance
-
Stops this instance.
- stop(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.spi.ComputeRpc
-
Stops the provided instance.
- stop(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.spi.DefaultComputeRpc
-
- storageBytes() - Method in class com.google.cloud.compute.SnapshotInfo
-
Returns the size of the the storage used by the snapshot.
- storageBytesStatus() - Method in class com.google.cloud.compute.SnapshotInfo
-
- StorageImageConfiguration - Class in com.google.cloud.compute
-
A Google Compute Engine image configuration used to create images from a Google Cloud Storage
URL where the disk image is stored.
- StorageImageConfiguration.Builder - Class in com.google.cloud.compute
-
A builder for StorageImageConfiguration objects.
- StorageImageConfiguration.ContainerType - Enum in com.google.cloud.compute
-
The format used to encode and transmit the block device.
- SubnetNetworkConfiguration - Class in com.google.cloud.compute
-
A Google Compute Engine configuration for networks that support subnetworks, up to one per
region, each with its own address range.
- subnetwork(SubnetworkId) - Method in class com.google.cloud.compute.NetworkInterface.Builder
-
Sets the identity of the subnetwork this interface applies to.
- subnetwork() - Method in class com.google.cloud.compute.NetworkInterface
-
Returns the identity of the subnetwork this interface applies to.
- Subnetwork - Class in com.google.cloud.compute
-
A Google Compute Engine Subnetwork.
- subnetwork() - Method in class com.google.cloud.compute.SubnetworkId
-
Returns the name of the subnetwork.
- Subnetwork.Builder - Class in com.google.cloud.compute
-
A builder for Subnetwork objects.
- subnetworkId(SubnetworkId) - Method in class com.google.cloud.compute.Subnetwork.Builder
-
- SubnetworkId - Class in com.google.cloud.compute
-
Identity for a Google Compute Engine subnetwork.
- subnetworkId(SubnetworkId) - Method in class com.google.cloud.compute.SubnetworkInfo.Builder
-
Sets the identity of the subnework.
- subnetworkId() - Method in class com.google.cloud.compute.SubnetworkInfo
-
Returns the subnetwork identity.
- SubnetworkInfo - Class in com.google.cloud.compute
-
A Google Compute Engine subnetwork.
- SubnetworkInfo.Builder - Class in com.google.cloud.compute
-
A builder for SubnetworkInfo objects.
- SubnetworkInfo.Builder() - Constructor for class com.google.cloud.compute.SubnetworkInfo.Builder
-
- subnetworks() - Method in class com.google.cloud.compute.SubnetNetworkConfiguration
-
Returns the identities of all networks in this network.
- tags(Tags) - Method in class com.google.cloud.compute.Instance.Builder
-
- tags(Tags) - Method in class com.google.cloud.compute.InstanceInfo.Builder
-
Sets the tags to apply to this instance.
- tags(Tags) - Method in class com.google.cloud.compute.InstanceInfo.BuilderImpl
-
- tags() - Method in class com.google.cloud.compute.InstanceInfo
-
Returns the tags of this instance.
- Tags - Class in com.google.cloud.compute
-
A list of tags for a Google Compute Engine Instance; with associated fingerprint.
- Tags.Builder - Class in com.google.cloud.compute
-
A builder for Tags objects.
- targetId() - Method in class com.google.cloud.compute.Operation
-
Returns the unique service-defined target ID, which identifies the resource that the operation
is modifying.
- targetLink() - Method in class com.google.cloud.compute.Operation
-
Returns the URL of the resource that the operation is modifying.
- toBuilder() - Method in class com.google.cloud.compute.Address
-
- toBuilder() - Method in class com.google.cloud.compute.AddressInfo
-
Returns a builder for the AddressInfo object.
- toBuilder() - Method in class com.google.cloud.compute.AttachedDisk.CreateDiskConfiguration
-
Returns a builder for the current configuration.
- toBuilder() - Method in class com.google.cloud.compute.AttachedDisk.PersistentDiskConfiguration
-
Returns a builder for the current configuration.
- toBuilder() - Method in class com.google.cloud.compute.AttachedDisk.ScratchDiskConfiguration
-
Returns a builder for the current configuration.
- toBuilder() - Method in class com.google.cloud.compute.AttachedDisk
-
Returns a builder for the current attached disk.
- toBuilder() - Method in class com.google.cloud.compute.ComputeOptions
-
- toBuilder() - Method in class com.google.cloud.compute.DeprecationStatus
-
Returns a builder for the DeprecationStatus object.
- toBuilder() - Method in class com.google.cloud.compute.Disk
-
- toBuilder() - Method in class com.google.cloud.compute.DiskConfiguration
-
Returns a builder for the object.
- toBuilder() - Method in class com.google.cloud.compute.DiskImageConfiguration
-
- toBuilder() - Method in class com.google.cloud.compute.DiskInfo
-
Returns a builder for the object.
- toBuilder() - Method in class com.google.cloud.compute.Image
-
- toBuilder() - Method in class com.google.cloud.compute.ImageConfiguration
-
Returns a builder for the object.
- toBuilder() - Method in class com.google.cloud.compute.ImageDiskConfiguration
-
- toBuilder() - Method in class com.google.cloud.compute.ImageInfo
-
Returns a builder for the current image.
- toBuilder() - Method in class com.google.cloud.compute.Instance
-
- toBuilder() - Method in class com.google.cloud.compute.InstanceInfo
-
Returns a builder for the current instance.
- toBuilder() - Method in class com.google.cloud.compute.Metadata
-
Returns a builder for the current instance metadata.
- toBuilder() - Method in class com.google.cloud.compute.Network
-
- toBuilder() - Method in class com.google.cloud.compute.NetworkInfo
-
Returns a builder for the current network.
- toBuilder() - Method in class com.google.cloud.compute.NetworkInterface.AccessConfig
-
Returns a builder for the current access configuration.
- toBuilder() - Method in class com.google.cloud.compute.NetworkInterface
-
Returns a builder for the current network interface.
- toBuilder() - Method in class com.google.cloud.compute.Snapshot
-
- toBuilder() - Method in class com.google.cloud.compute.SnapshotDiskConfiguration
-
- toBuilder() - Method in class com.google.cloud.compute.SnapshotInfo
-
Returns a builder for the current snapshot.
- toBuilder() - Method in class com.google.cloud.compute.StandardDiskConfiguration
-
- toBuilder() - Method in class com.google.cloud.compute.StorageImageConfiguration
-
- toBuilder() - Method in class com.google.cloud.compute.Subnetwork
-
- toBuilder() - Method in class com.google.cloud.compute.SubnetworkInfo
-
Returns a builder for the current subnetwork.
- toBuilder() - Method in class com.google.cloud.compute.Tags
-
Returns a builder for the current instance tags.
- toString() - Method in class com.google.cloud.compute.AddressInfo.GlobalForwardingUsage
-
- toString() - Method in class com.google.cloud.compute.AddressInfo.InstanceUsage
-
- toString() - Method in class com.google.cloud.compute.AddressInfo.RegionForwardingUsage
-
- toString() - Method in class com.google.cloud.compute.AddressInfo
-
- toString() - Method in class com.google.cloud.compute.AttachedDisk.AttachedDiskConfiguration
-
- toString() - Method in class com.google.cloud.compute.AttachedDisk
-
- toString() - Method in class com.google.cloud.compute.Compute.ListFilter
-
- toString() - Method in class com.google.cloud.compute.DeprecationStatus
-
- toString() - Method in class com.google.cloud.compute.DiskConfiguration
-
- toString() - Method in class com.google.cloud.compute.DiskInfo
-
- toString() - Method in class com.google.cloud.compute.DiskType
-
- toString() - Method in class com.google.cloud.compute.ImageConfiguration
-
- toString() - Method in class com.google.cloud.compute.ImageInfo
-
- toString() - Method in class com.google.cloud.compute.InstanceInfo
-
- toString() - Method in class com.google.cloud.compute.License
-
- toString() - Method in class com.google.cloud.compute.MachineType
-
- toString() - Method in class com.google.cloud.compute.Metadata
-
- toString() - Method in class com.google.cloud.compute.NetworkConfiguration
-
- toString() - Method in class com.google.cloud.compute.NetworkInfo
-
- toString() - Method in class com.google.cloud.compute.NetworkInterface.AccessConfig
-
- toString() - Method in class com.google.cloud.compute.NetworkInterface
-
- toString() - Method in class com.google.cloud.compute.Operation.OperationError
-
- toString() - Method in class com.google.cloud.compute.Operation.OperationWarning
-
- toString() - Method in class com.google.cloud.compute.Operation
-
- toString() - Method in class com.google.cloud.compute.Region.Quota
-
- toString() - Method in class com.google.cloud.compute.Region
-
- toString() - Method in class com.google.cloud.compute.ResourceId
-
- toString() - Method in class com.google.cloud.compute.SchedulingOptions
-
- toString() - Method in class com.google.cloud.compute.ServiceAccount
-
- toString() - Method in class com.google.cloud.compute.SnapshotInfo
-
- toString() - Method in class com.google.cloud.compute.SubnetworkInfo
-
- toString() - Method in class com.google.cloud.compute.Tags
-
- toString() - Method in class com.google.cloud.compute.Zone
-
- translate(Exception) - Static method in exception com.google.cloud.compute.testing.RemoteComputeHelper.ComputeHelperException
-
- type() - Method in class com.google.cloud.compute.AddressId
-
Returns the type of this address identity.
- type() - Method in class com.google.cloud.compute.AttachedDisk.AttachedDiskConfiguration
-
Returns the type of the attached disk.
- type() - Method in class com.google.cloud.compute.DiskConfiguration
-
Returns the disk configuration's type.
- type() - Method in class com.google.cloud.compute.DiskTypeId
-
Returns the name of the disk type.
- type() - Method in class com.google.cloud.compute.ForwardingRuleId
-
Returns the type of this forwarding rule identity.
- type() - Method in class com.google.cloud.compute.GlobalAddressId
-
- type() - Method in class com.google.cloud.compute.GlobalForwardingRuleId
-
- type() - Method in class com.google.cloud.compute.GlobalOperationId
-
- type() - Method in class com.google.cloud.compute.ImageConfiguration
-
Returns the image's type.
- type() - Method in class com.google.cloud.compute.MachineTypeId
-
Returns the name of the machine type.
- type() - Method in class com.google.cloud.compute.NetworkConfiguration
-
Returns the network's type.
- type(NetworkInterface.AccessConfig.Type) - Method in class com.google.cloud.compute.NetworkInterface.AccessConfig.Builder
-
Sets the type of the access configuration.
- type() - Method in class com.google.cloud.compute.NetworkInterface.AccessConfig
-
Returns the type of network access configuration.
- type() - Method in class com.google.cloud.compute.OperationId
-
Returns the type of this operation identity.
- type() - Method in class com.google.cloud.compute.RegionAddressId
-
- type() - Method in class com.google.cloud.compute.RegionForwardingRuleId
-
- type() - Method in class com.google.cloud.compute.RegionOperationId
-
- type() - Method in class com.google.cloud.compute.ZoneOperationId
-
- validDiskSize() - Method in class com.google.cloud.compute.DiskType
-
Returns an optional textual description of the valid disk size, such as "10GB-10TB".
- value() - Method in enum com.google.cloud.compute.spi.ComputeRpc.Option
-
- valueOf(String) - Static method in enum com.google.cloud.compute.AddressInfo.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.AttachedDisk.AttachedDiskConfiguration.InterfaceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.AttachedDisk.AttachedDiskConfiguration.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.AttachedDisk.PersistentDiskConfiguration.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.Compute.AddressField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.Compute.DiskField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.Compute.DiskTypeField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.Compute.ImageField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.Compute.InstanceField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.Compute.LicenseField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.Compute.MachineTypeField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.Compute.NetworkField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.Compute.OperationField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.Compute.RegionField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.Compute.SnapshotField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.Compute.SubnetworkField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.Compute.ZoneField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.DeprecationStatus.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.DiskConfiguration.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.DiskInfo.CreationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.ImageConfiguration.SourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.ImageConfiguration.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.ImageInfo.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.InstanceInfo.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.NetworkConfiguration.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.NetworkInterface.AccessConfig.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.Operation.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.Region.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.SchedulingOptions.Maintenance
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.SnapshotInfo.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.SnapshotInfo.StorageBytesStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.spi.ComputeRpc.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.StorageImageConfiguration.ContainerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.compute.Zone.Status
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.google.cloud.compute.AddressInfo.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.AttachedDisk.AttachedDiskConfiguration.InterfaceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.AttachedDisk.AttachedDiskConfiguration.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.AttachedDisk.PersistentDiskConfiguration.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.Compute.AddressField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.Compute.DiskField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.Compute.DiskTypeField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.Compute.ImageField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.Compute.InstanceField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.Compute.LicenseField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.Compute.MachineTypeField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.Compute.NetworkField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.Compute.OperationField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.Compute.RegionField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.Compute.SnapshotField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.Compute.SubnetworkField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.Compute.ZoneField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.DeprecationStatus.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.DiskConfiguration.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.DiskInfo.CreationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.ImageConfiguration.SourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.ImageConfiguration.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.ImageInfo.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.InstanceInfo.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(Map<String, String>) - Method in class com.google.cloud.compute.Metadata.Builder
-
Sets the metadata for the instance as key/value pairs.
- values() - Method in class com.google.cloud.compute.Metadata
-
Returns instance's metadata as key/value pairs.
- values() - Static method in enum com.google.cloud.compute.NetworkConfiguration.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.NetworkInterface.AccessConfig.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.Operation.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.Region.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.SchedulingOptions.Maintenance
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.SnapshotInfo.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.SnapshotInfo.StorageBytesStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.spi.ComputeRpc.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.compute.StorageImageConfiguration.ContainerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(Iterable<String>) - Method in class com.google.cloud.compute.Tags.Builder
-
Sets a list of tags to apply to an instance.
- values(String...) - Method in class com.google.cloud.compute.Tags.Builder
-
Sets a list of tags to apply to an instance.
- values() - Method in class com.google.cloud.compute.Tags
-
Returns a list of tags to apply to an instance.
- values() - Static method in enum com.google.cloud.compute.Zone.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.