AlloyDB v1 API - Namespace Google.Cloud.AlloyDb.V1 (1.0.0)

Classes

AlloyDBAdmin

Service describing handlers for resources

AlloyDBAdmin.AlloyDBAdminBase

Base class for server-side implementations of AlloyDBAdmin

AlloyDBAdmin.AlloyDBAdminClient

Client for AlloyDBAdmin

AlloyDBAdminClient

AlloyDBAdmin client wrapper, for convenient use.

AlloyDBAdminClientBuilder

Builder class for AlloyDBAdminClient to provide simple configuration of credentials, endpoint etc.

AlloyDBAdminClientImpl

AlloyDBAdmin client wrapper implementation, for convenient use.

AlloyDBAdminSettings

Settings for AlloyDBAdminClient instances.

AutomatedBackupPolicy

Message describing the user-specified automated backup policy.

All fields in the automated backup policy are optional. Defaults for each field are provided if they are not set.

AutomatedBackupPolicy.Types

Container for nested types declared in the AutomatedBackupPolicy message type.

AutomatedBackupPolicy.Types.QuantityBasedRetention

A quantity based policy specifies that a certain number of the most recent successful backups should be retained.

AutomatedBackupPolicy.Types.TimeBasedRetention

A time based retention policy specifies that all backups within a certain time period should be retained.

AutomatedBackupPolicy.Types.WeeklySchedule

A weekly schedule starts a backup at prescribed start times within a day, for the specified days of the week.

The weekly schedule message is flexible and can be used to create many types of schedules. For example, to have a daily backup that starts at 22:00, configure the start_times field to have one element "22:00" and the days_of_week field to have all seven days of the week.

Backup

Message describing Backup object

Backup.Types

Container for nested types declared in the Backup message type.

BackupName

Resource name for the Backup resource.

BackupSource

Message describing a BackupSource.

Message for metadata that is specific to BatchCreateInstances API.

BatchCreateInstancesRequest

Message for creating a batch of instances under the specified cluster.

BatchCreateInstancesResponse

Message for creating batches of instances in a cluster.

BatchCreateInstanceStatus

Message for current status of an instance in the BatchCreateInstances operation. For example, lets say a BatchCreateInstances workflow has 4 instances, Instance1 through Instance4. Lets also assume that 2 instances succeeded but the third failed to create and the 4th was never picked up for creation because of failure of the previous one. Then, resulting states would look something like:

  1. Instance1 = ROLLED_BACK
  2. Instance2 = ROLLED_BACK
  3. Instance3 = FAILED
  4. Instance4 = FAILED However, while the operation is running, the instance might be in other states including PENDING_CREATE, ACTIVE, DELETING and CREATING. The states / do not get further updated once the operation is done.

BatchCreateInstanceStatus.Types

Container for nested types declared in the BatchCreateInstanceStatus message type.

Cluster

A cluster is a collection of regional AlloyDB resources. It can include a primary instance and one or more read pool instances. All cluster resources share a storage layer, which scales as needed.

Cluster.Types

Container for nested types declared in the Cluster message type.

Cluster.Types.PrimaryConfig

Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY.

Cluster.Types.SecondaryConfig

Configuration information for the secondary cluster. This should be set if and only if the cluster is of type SECONDARY.

ClusterName

Resource name for the Cluster resource.

CreateBackupRequest

Message for creating a Backup

CreateClusterRequest

Message for creating a Cluster

CreateInstanceRequest

Message for creating a Instance

CreateInstanceRequests

See usage below for notes.

CryptoKeyVersionName

Resource name for the CryptoKeyVersion resource.

DeleteBackupRequest

Message for deleting a Backup

DeleteClusterRequest

Message for deleting a Cluster

DeleteInstanceRequest

Message for deleting a Instance

EncryptionConfig

EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).

EncryptionInfo

EncryptionInfo describes the encryption information of a cluster or a backup.

EncryptionInfo.Types

Container for nested types declared in the EncryptionInfo message type.

FailoverInstanceRequest

Message for triggering failover on an Instance

GetBackupRequest

Message for getting a Backup

GetClusterRequest

Message for getting a Cluster

GetInstanceRequest

Message for getting a Instance

Instance

An Instance is a computing unit that an end customer can connect to. It's the main unit of computing resources in AlloyDB.

Instance.Types

Container for nested types declared in the Instance message type.

Instance.Types.MachineConfig

MachineConfig describes the configuration of a machine.

Instance.Types.Node

Details of a single node in the instance. Nodes in an AlloyDB instance are ephemereal, they can change during update, failover, autohealing and resize operations.

Instance.Types.QueryInsightsInstanceConfig

QueryInsights Instance specific configuration.

Instance.Types.ReadPoolConfig

Configuration for a read pool instance.

InstanceName

Resource name for the Instance resource.

ListBackupsRequest

Message for requesting list of Backups

ListBackupsResponse

Message for response to listing Backups

ListClustersRequest

Message for requesting list of Clusters

ListClustersResponse

Message for response to listing Clusters

ListInstancesRequest

Message for requesting list of Instances

ListInstancesResponse

Message for response to listing Instances

ListSupportedDatabaseFlagsRequest

Message for listing the information about the supported Database flags.

ListSupportedDatabaseFlagsResponse

Message for response to listing SupportedDatabaseFlags.

MigrationSource

Subset of the source instance configuration that is available when reading the cluster resource.

MigrationSource.Types

Container for nested types declared in the MigrationSource message type.

NetworkName

Resource name for the Network resource.

Represents the metadata of the long-running operation.

RestartInstanceRequest

RestoreClusterRequest

Message for restoring a Cluster from a backup or another cluster at a given point in time.

SslConfig

SSL configuration for an AlloyDB Cluster.

SslConfig.Types

Container for nested types declared in the SslConfig message type.

SupportedDatabaseFlag

SupportedDatabaseFlag gives general information about a database flag, like type and allowed values. This is a static value that is defined on the server side, and it cannot be modified by callers. To set the Database flags on a particular Instance, a caller should modify the Instance.database_flags field.

SupportedDatabaseFlag.Types

Container for nested types declared in the SupportedDatabaseFlag message type.

SupportedDatabaseFlag.Types.IntegerRestrictions

Restrictions on INTEGER type values.

SupportedDatabaseFlag.Types.StringRestrictions

Restrictions on STRING type values

SupportedDatabaseFlagName

Resource name for the SupportedDatabaseFlag resource.

UpdateBackupRequest

Message for updating a Backup

UpdateClusterRequest

Message for updating a Cluster

UpdateInstanceRequest

Message for updating a Instance

UserPassword

The username/password for a database user. Used for specifying initial users at cluster creation time.

Enums

AutomatedBackupPolicy.RetentionOneofCase

Enum of possible cases for the "retention" oneof.

AutomatedBackupPolicy.ScheduleOneofCase

Enum of possible cases for the "schedule" oneof.

Backup.Types.State

Backup State

Backup.Types.Type

Backup Type

BackupName.ResourceNameType

The possible contents of BackupName .

BatchCreateInstanceStatus.Types.State

State contains all valid instance states for the BatchCreateInstances operation. This is mainly used for status reporting through the LRO metadata.

Cluster.SourceOneofCase

Enum of possible cases for the "source" oneof.

Cluster.Types.ClusterType

Type of Cluster

Cluster.Types.State

Cluster State

ClusterName.ResourceNameType

The possible contents of ClusterName .

CryptoKeyVersionName.ResourceNameType

The possible contents of CryptoKeyVersionName .

DatabaseVersion

The supported database engine versions.

EncryptionInfo.Types.Type

Possible encryption types.

Instance.Types.AvailabilityType

The Availability type of an instance. Potential values:

  • ZONAL: The instance serves data from only one zone. Outages in that zone affect instance availability.
  • REGIONAL: The instance can serve data from more than one zone in a region (it is highly available).

Instance.Types.InstanceType

Type of an Instance

Instance.Types.State

Instance State

InstanceName.ResourceNameType

The possible contents of InstanceName .

InstanceView

View on Instance. Pass this enum to rpcs that returns an Instance message to control which subsets of fields to get.

MigrationSource.Types.MigrationSourceType

Denote the type of migration source that created this cluster.

NetworkName.ResourceNameType

The possible contents of NetworkName .

OperationMetadata.RequestSpecificOneofCase

Enum of possible cases for the "request_specific" oneof.

RestoreClusterRequest.SourceOneofCase

Enum of possible cases for the "source" oneof.

SslConfig.Types.CaSource

Certificate Authority (CA) source for SSL/TLS certificates.

SslConfig.Types.SslMode

SSL mode options.

SupportedDatabaseFlag.RestrictionsOneofCase

Enum of possible cases for the "restrictions" oneof.

SupportedDatabaseFlag.Types.ValueType

ValueType describes the semantic type of the value that the flag accepts. Regardless of the ValueType, the Instance.database_flags field accepts the stringified version of the value, i.e. "20" or "3.14".

SupportedDatabaseFlagName.ResourceNameType

The possible contents of SupportedDatabaseFlagName .

Design a Mobile Site
View Site in Mobile | Classic
Share by: