Summary of entries of Classes for google-cloud-redis-cluster.
Classes
CloudRedisClusterAsyncClient
Configures and manages Cloud Memorystore for Redis clusters
Google Cloud Memorystore for Redis Cluster
The redis.googleapis.com
service implements the Google Cloud
Memorystore for Redis API and defines the following resource model
for managing Redis clusters:
- The service works with a collection of cloud projects, named:
/projects/*
- Each project has a collection of available locations, named:
/locations/*
- Each location has a collection of Redis clusters, named:
/clusters/*
- As such, Redis clusters are resources of the form:
/projects/{project_id}/locations/{location_id}/clusters/{instance_id}
Note that location_id must be a GCP region
; for example:
projects/redpepper-1290/locations/us-central1/clusters/my-redis
CloudRedisClusterClient
Configures and manages Cloud Memorystore for Redis clusters
Google Cloud Memorystore for Redis Cluster
The redis.googleapis.com
service implements the Google Cloud
Memorystore for Redis API and defines the following resource model
for managing Redis clusters:
- The service works with a collection of cloud projects, named:
/projects/*
- Each project has a collection of available locations, named:
/locations/*
- Each location has a collection of Redis clusters, named:
/clusters/*
- As such, Redis clusters are resources of the form:
/projects/{project_id}/locations/{location_id}/clusters/{instance_id}
Note that location_id must be a GCP region
; for example:
projects/redpepper-1290/locations/us-central1/clusters/my-redis
ListBackupCollectionsAsyncPager
A pager for iterating through list_backup_collections
requests.
This class thinly wraps an initial
ListBackupCollectionsResponse object, and
provides an __aiter__
method to iterate through its
backup_collections
field.
If there are more pages, the __aiter__
method will make additional
ListBackupCollections
requests and continue to iterate
through the backup_collections
field on the
corresponding responses.
All the usual ListBackupCollectionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListBackupCollectionsPager
A pager for iterating through list_backup_collections
requests.
This class thinly wraps an initial
ListBackupCollectionsResponse object, and
provides an __iter__
method to iterate through its
backup_collections
field.
If there are more pages, the __iter__
method will make additional
ListBackupCollections
requests and continue to iterate
through the backup_collections
field on the
corresponding responses.
All the usual ListBackupCollectionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListBackupsAsyncPager
A pager for iterating through list_backups
requests.
This class thinly wraps an initial
ListBackupsResponse object, and
provides an __aiter__
method to iterate through its
backups
field.
If there are more pages, the __aiter__
method will make additional
ListBackups
requests and continue to iterate
through the backups
field on the
corresponding responses.
All the usual ListBackupsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListBackupsPager
A pager for iterating through list_backups
requests.
This class thinly wraps an initial
ListBackupsResponse object, and
provides an __iter__
method to iterate through its
backups
field.
If there are more pages, the __iter__
method will make additional
ListBackups
requests and continue to iterate
through the backups
field on the
corresponding responses.
All the usual ListBackupsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListClustersAsyncPager
A pager for iterating through list_clusters
requests.
This class thinly wraps an initial
ListClustersResponse object, and
provides an __aiter__
method to iterate through its
clusters
field.
If there are more pages, the __aiter__
method will make additional
ListClusters
requests and continue to iterate
through the clusters
field on the
corresponding responses.
All the usual ListClustersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListClustersPager
A pager for iterating through list_clusters
requests.
This class thinly wraps an initial
ListClustersResponse object, and
provides an __iter__
method to iterate through its
clusters
field.
If there are more pages, the __iter__
method will make additional
ListClusters
requests and continue to iterate
through the clusters
field on the
corresponding responses.
All the usual ListClustersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
AuthorizationMode
Available authorization mode of a Redis cluster.
AutomatedBackupConfig
The automated backup config for a cluster.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
AutomatedBackupMode
The automated backup mode.
FixedFrequencySchedule
This schedule allows the backup to be triggered at a fixed frequency (currently only daily is supported).
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Backup
Backup of a cluster.
BackupType
Type of the backup.
State
State of the backup.
BackupClusterRequest
Request for [BackupCluster].
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
BackupCollection
BackupCollection of a cluster.
BackupFile
Backup is consisted of multiple backup files.
CertificateAuthority
Redis cluster certificate authority
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
ManagedCertificateAuthority
CertChain
Cluster
A cluster instance.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
GcsBackupSource
Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters.
ManagedBackupSource
Backups that generated and managed by memorystore.
RedisConfigsEntry
The abstract base class for a message.
State
Represents the different states of a Redis cluster.
StateInfo
Represents additional information about the state of the cluster.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
UpdateInfo
Represents information about an updating cluster.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
ClusterEndpoint
ClusterEndpoint consists of PSC connections that are created as a group in each VPC network for accessing the cluster. In each group, there shall be one connection for each service attachment in the cluster.
ClusterMaintenancePolicy
Maintenance policy per cluster.
ClusterMaintenanceSchedule
Upcoming maitenance schedule.
ClusterPersistenceConfig
Configuration of the persistence functionality.
AOFConfig
Configuration of the AOF based persistence.
AppendFsync
Available fsync modes.
PersistenceMode
Available persistence modes.
RDBConfig
Configuration of the RDB based persistence.
SnapshotPeriod
Available snapshot periods.
ClusterWeeklyMaintenanceWindow
Time window specified for weekly operations.
ConnectionDetail
Detailed information of each PSC connection.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
ConnectionType
Type of a PSC connection, for cluster access purpose.
CreateClusterRequest
Request for CreateCluster][CloudRedis.CreateCluster]
.
CrossClusterReplicationConfig
Cross cluster replication config.
ClusterRole
The role of the cluster in cross cluster replication.
Membership
An output only view of all the member clusters participating in the cross cluster replication.
RemoteCluster
Details of the remote cluster associated with this cluster in a cross cluster replication setup.
DeleteBackupRequest
Request for [DeleteBackup].
DeleteClusterRequest
Request for DeleteCluster][CloudRedis.DeleteCluster]
.
DiscoveryEndpoint
Endpoints on each network, for Redis clients to connect to the cluster.
EncryptionInfo
EncryptionInfo describes the encryption information of a cluster or a backup.
KmsKeyState
The state of the KMS key perceived by the system. Refer to the public documentation for the impact of each state.
Type
Possible encryption types.
ExportBackupRequest
Request for [ExportBackup].
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
GetBackupCollectionRequest
Request for [GetBackupCollection].
GetBackupRequest
Request for [GetBackup].
GetClusterCertificateAuthorityRequest
Request for
GetClusterCertificateAuthorityRequest][CloudRedis.GetClusterCertificateAuthorityRequest]
.
GetClusterRequest
Request for GetCluster][CloudRedis.GetCluster]
.
ListBackupCollectionsRequest
Request for [ListBackupCollections]
ListBackupCollectionsResponse
Response for [ListBackupCollections].
ListBackupsRequest
Request for [ListBackups].
ListBackupsResponse
Response for [ListBackups].
ListClustersRequest
Request for ListClusters][CloudRedis.ListClusters]
.
ListClustersResponse
Response for ListClusters][CloudRedis.ListClusters]
.
NodeType
NodeType of a redis cluster node,
OperationMetadata
Pre-defined metadata fields.
PscAutoConnection
Details of consumer resources in a PSC connection that is created through Service Connectivity Automation.
PscConfig
PscConnection
Details of consumer resources in a PSC connection.
PscConnectionStatus
Status of the PSC connection.
PscServiceAttachment
Configuration of a service attachment of the cluster, for creating PSC connections.
RescheduleClusterMaintenanceRequest
Request for rescheduling a cluster maintenance.
RescheduleType
Reschedule options.
TransitEncryptionMode
Available mode of in-transit encryption.
UpdateClusterRequest
Request for UpdateCluster][CloudRedis.UpdateCluster]
.
ZoneDistributionConfig
Zone distribution config for allocation of cluster resources.
ZoneDistributionMode
Defines various modes of zone distribution.
CloudRedisClusterAsyncClient
Configures and manages Cloud Memorystore for Redis clusters
Google Cloud Memorystore for Redis Cluster
The redis.googleapis.com
service implements the Google Cloud
Memorystore for Redis API and defines the following resource model
for managing Redis clusters:
- The service works with a collection of cloud projects, named:
/projects/*
- Each project has a collection of available locations, named:
/locations/*
- Each location has a collection of Redis clusters, named:
/clusters/*
- As such, Redis clusters are resources of the form:
/projects/{project_id}/locations/{location_id}/clusters/{instance_id}
Note that location_id must be a GCP region
; for example:
projects/redpepper-1290/locations/us-central1/clusters/my-redis
CloudRedisClusterClient
Configures and manages Cloud Memorystore for Redis clusters
Google Cloud Memorystore for Redis Cluster
The redis.googleapis.com
service implements the Google Cloud
Memorystore for Redis API and defines the following resource model
for managing Redis clusters:
- The service works with a collection of cloud projects, named:
/projects/*
- Each project has a collection of available locations, named:
/locations/*
- Each location has a collection of Redis clusters, named:
/clusters/*
- As such, Redis clusters are resources of the form:
/projects/{project_id}/locations/{location_id}/clusters/{instance_id}
Note that location_id must be a GCP region
; for example:
projects/redpepper-1290/locations/us-central1/clusters/my-redis
ListBackupCollectionsAsyncPager
A pager for iterating through list_backup_collections
requests.
This class thinly wraps an initial
ListBackupCollectionsResponse object, and
provides an __aiter__
method to iterate through its
backup_collections
field.
If there are more pages, the __aiter__
method will make additional
ListBackupCollections
requests and continue to iterate
through the backup_collections
field on the
corresponding responses.
All the usual ListBackupCollectionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListBackupCollectionsPager
A pager for iterating through list_backup_collections
requests.
This class thinly wraps an initial
ListBackupCollectionsResponse object, and
provides an __iter__
method to iterate through its
backup_collections
field.
If there are more pages, the __iter__
method will make additional
ListBackupCollections
requests and continue to iterate
through the backup_collections
field on the
corresponding responses.
All the usual ListBackupCollectionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListBackupsAsyncPager
A pager for iterating through list_backups
requests.
This class thinly wraps an initial
ListBackupsResponse object, and
provides an __aiter__
method to iterate through its
backups
field.
If there are more pages, the __aiter__
method will make additional
ListBackups
requests and continue to iterate
through the backups
field on the
corresponding responses.
All the usual ListBackupsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListBackupsPager
A pager for iterating through list_backups
requests.
This class thinly wraps an initial
ListBackupsResponse object, and
provides an __iter__
method to iterate through its
backups
field.
If there are more pages, the __iter__
method will make additional
ListBackups
requests and continue to iterate
through the backups
field on the
corresponding responses.
All the usual ListBackupsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListClustersAsyncPager
A pager for iterating through list_clusters
requests.
This class thinly wraps an initial
ListClustersResponse object, and
provides an __aiter__
method to iterate through its
clusters
field.
If there are more pages, the __aiter__
method will make additional
ListClusters
requests and continue to iterate
through the clusters
field on the
corresponding responses.
All the usual ListClustersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListClustersPager
A pager for iterating through list_clusters
requests.
This class thinly wraps an initial
ListClustersResponse object, and
provides an __iter__
method to iterate through its
clusters
field.
If there are more pages, the __iter__
method will make additional
ListClusters
requests and continue to iterate
through the clusters
field on the
corresponding responses.
All the usual ListClustersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
AuthorizationMode
Available authorization mode of a Redis cluster.
AutomatedBackupConfig
The automated backup config for a cluster.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
AutomatedBackupMode
The automated backup mode.
FixedFrequencySchedule
This schedule allows the backup to be triggered at a fixed frequency (currently only daily is supported).
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Backup
Backup of a cluster.
BackupType
Type of the backup.
State
State of the backup.
BackupClusterRequest
Request for [BackupCluster].
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
BackupCollection
BackupCollection of a cluster.
BackupFile
Backup is consisted of multiple backup files.
CertificateAuthority
Redis cluster certificate authority
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
ManagedCertificateAuthority
CertChain
Cluster
A cluster instance.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
GcsBackupSource
Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters.
ManagedBackupSource
Backups that generated and managed by memorystore.
RedisConfigsEntry
The abstract base class for a message.
State
Represents the different states of a Redis cluster.
StateInfo
Represents additional information about the state of the cluster.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
UpdateInfo
Represents information about an updating cluster.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
ClusterEndpoint
ClusterEndpoint consists of PSC connections that are created as a group in each VPC network for accessing the cluster. In each group, there shall be one connection for each service attachment in the cluster.
ClusterMaintenancePolicy
Maintenance policy per cluster.
ClusterMaintenanceSchedule
Upcoming maitenance schedule.
ClusterPersistenceConfig
Configuration of the persistence functionality.
AOFConfig
Configuration of the AOF based persistence.
AppendFsync
Available fsync modes.
PersistenceMode
Available persistence modes.
RDBConfig
Configuration of the RDB based persistence.
SnapshotPeriod
Available snapshot periods.
ClusterWeeklyMaintenanceWindow
Time window specified for weekly operations.
ConnectionDetail
Detailed information of each PSC connection.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
ConnectionType
Type of a PSC connection, for cluster access purpose.
CreateClusterRequest
Request for CreateCluster][CloudRedis.CreateCluster]
.
CrossClusterReplicationConfig
Cross cluster replication config.
ClusterRole
The role of the cluster in cross cluster replication.
Membership
An output only view of all the member clusters participating in the cross cluster replication.
RemoteCluster
Details of the remote cluster associated with this cluster in a cross cluster replication setup.
DeleteBackupRequest
Request for [DeleteBackup].
DeleteClusterRequest
Request for DeleteCluster][CloudRedis.DeleteCluster]
.
DiscoveryEndpoint
Endpoints on each network, for Redis clients to connect to the cluster.
EncryptionInfo
EncryptionInfo describes the encryption information of a cluster or a backup.
KmsKeyState
The state of the KMS key perceived by the system. Refer to the public documentation for the impact of each state.
Type
Possible encryption types.
ExportBackupRequest
Request for [ExportBackup].
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
GetBackupCollectionRequest
Request for [GetBackupCollection].
GetBackupRequest
Request for [GetBackup].
GetClusterCertificateAuthorityRequest
Request for
GetClusterCertificateAuthorityRequest][CloudRedis.GetClusterCertificateAuthorityRequest]
.
GetClusterRequest
Request for GetCluster][CloudRedis.GetCluster]
.
ListBackupCollectionsRequest
Request for [ListBackupCollections]
ListBackupCollectionsResponse
Response for [ListBackupCollections].
ListBackupsRequest
Request for [ListBackups].
ListBackupsResponse
Response for [ListBackups].
ListClustersRequest
Request for ListClusters][CloudRedis.ListClusters]
.
ListClustersResponse
Response for ListClusters][CloudRedis.ListClusters]
.
NodeType
NodeType of a redis cluster node,
OperationMetadata
Pre-defined metadata fields.
PscAutoConnection
Details of consumer resources in a PSC connection that is created through Service Connectivity Automation.
PscConfig
PscConnection
Details of consumer resources in a PSC connection.
PscConnectionStatus
Status of the PSC connection.
PscServiceAttachment
Configuration of a service attachment of the cluster, for creating PSC connections.
RescheduleClusterMaintenanceRequest
Request for rescheduling a cluster maintenance.
RescheduleType
Reschedule options.
TransitEncryptionMode
Available mode of in-transit encryption.
UpdateClusterRequest
Request for UpdateCluster][CloudRedis.UpdateCluster]
.
ZoneDistributionConfig
Zone distribution config for allocation of cluster resources.
ZoneDistributionMode
Defines various modes of zone distribution.
Modules
pagers
API documentation for redis_cluster_v1.services.cloud_redis_cluster.pagers
module.
pagers
API documentation for redis_cluster_v1beta1.services.cloud_redis_cluster.pagers
module.