Properties of a Cluster.
Package
@google-cloud/redis-clusterProperties
authorizationMode
authorizationMode?: (google.cloud.redis.cluster.v1beta1.AuthorizationMode|keyof typeof google.cloud.redis.cluster.v1beta1.AuthorizationMode|null);Cluster authorizationMode
automatedBackupConfig
automatedBackupConfig?: (google.cloud.redis.cluster.v1beta1.IAutomatedBackupConfig|null);Cluster automatedBackupConfig
backupCollection
backupCollection?: (string|null);Cluster backupCollection
clusterEndpoints
clusterEndpoints?: (google.cloud.redis.cluster.v1beta1.IClusterEndpoint[]|null);Cluster clusterEndpoints
createTime
createTime?: (google.protobuf.ITimestamp|null);Cluster createTime
crossClusterReplicationConfig
crossClusterReplicationConfig?: (google.cloud.redis.cluster.v1beta1.ICrossClusterReplicationConfig|null);Cluster crossClusterReplicationConfig
deletionProtectionEnabled
deletionProtectionEnabled?: (boolean|null);Cluster deletionProtectionEnabled
discoveryEndpoints
discoveryEndpoints?: (google.cloud.redis.cluster.v1beta1.IDiscoveryEndpoint[]|null);Cluster discoveryEndpoints
encryptionInfo
encryptionInfo?: (google.cloud.redis.cluster.v1beta1.IEncryptionInfo|null);Cluster encryptionInfo
gcsSource
gcsSource?: (google.cloud.redis.cluster.v1beta1.Cluster.IGcsBackupSource|null);Cluster gcsSource
kmsKey
kmsKey?: (string|null);Cluster kmsKey
maintenancePolicy
maintenancePolicy?: (google.cloud.redis.cluster.v1beta1.IClusterMaintenancePolicy|null);Cluster maintenancePolicy
maintenanceSchedule
maintenanceSchedule?: (google.cloud.redis.cluster.v1beta1.IClusterMaintenanceSchedule|null);Cluster maintenanceSchedule
managedBackupSource
managedBackupSource?: (google.cloud.redis.cluster.v1beta1.Cluster.IManagedBackupSource|null);Cluster managedBackupSource
name
name?: (string|null);Cluster name
nodeType
nodeType?: (google.cloud.redis.cluster.v1beta1.NodeType|keyof typeof google.cloud.redis.cluster.v1beta1.NodeType|null);Cluster nodeType
persistenceConfig
persistenceConfig?: (google.cloud.redis.cluster.v1beta1.IClusterPersistenceConfig|null);Cluster persistenceConfig
preciseSizeGb
preciseSizeGb?: (number|null);Cluster preciseSizeGb
pscConfigs
pscConfigs?: (google.cloud.redis.cluster.v1beta1.IPscConfig[]|null);Cluster pscConfigs
pscConnections
pscConnections?: (google.cloud.redis.cluster.v1beta1.IPscConnection[]|null);Cluster pscConnections
pscServiceAttachments
pscServiceAttachments?: (google.cloud.redis.cluster.v1beta1.IPscServiceAttachment[]|null);Cluster pscServiceAttachments
redisConfigs
redisConfigs?: ({ [k: string]: string }|null);Cluster redisConfigs
replicaCount
replicaCount?: (number|null);Cluster replicaCount
shardCount
shardCount?: (number|null);Cluster shardCount
sizeGb
sizeGb?: (number|null);Cluster sizeGb
state
state?: (google.cloud.redis.cluster.v1beta1.Cluster.State|keyof typeof google.cloud.redis.cluster.v1beta1.Cluster.State|null);Cluster state
stateInfo
stateInfo?: (google.cloud.redis.cluster.v1beta1.Cluster.IStateInfo|null);Cluster stateInfo
transitEncryptionMode
transitEncryptionMode?: (google.cloud.redis.cluster.v1beta1.TransitEncryptionMode|keyof typeof google.cloud.redis.cluster.v1beta1.TransitEncryptionMode|null);Cluster transitEncryptionMode
uid
uid?: (string|null);Cluster uid
zoneDistributionConfig
zoneDistributionConfig?: (google.cloud.redis.cluster.v1beta1.IZoneDistributionConfig|null);Cluster zoneDistributionConfig