- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
ancestors
Type: UNORDERED_LIST_STRING
automated_backup_policy
Type: STRUCT
Provider name: automatedBackupPolicy
Description: The automated backup policy for this cluster. If no policy is provided then the default policy will be used. If backups are supported for the cluster, the default policy takes one backup a day, has a backup window of 1 hour, and retains backups for 14 days. For more information on the defaults, consult the documentation for the message type.
backup_window
STRING
backupWindow
enabled
BOOLEAN
enabled
encryption_config
STRUCT
encryptionConfig
kms_key_name
STRING
kmsKeyName
location
STRING
location
quantity_based_retention
STRUCT
quantityBasedRetention
count
INT32
count
time_based_retention
STRUCT
timeBasedRetention
retention_period
STRING
retentionPeriod
weekly_schedule
STRUCT
weeklySchedule
days_of_week
UNORDERED_LIST_STRING
daysOfWeek
start_times
UNORDERED_LIST_STRUCT
startTimes
hours
INT32
hours
minutes
INT32
minutes
nanos
INT32
nanos
seconds
INT32
seconds
backup_source
Type: STRUCT
Provider name: backupSource
Description: Output only. Cluster created from backup.
backup_name
STRING
backupName
backup_uid
STRING
backupUid
cluster_type
Type: STRING
Provider name: clusterType
Description: Output only. The type of the cluster. This is an output-only field and it’s populated at the Cluster creation time or the Cluster promotion time. The cluster type is determined by which RPC was used to create the cluster (i.e. CreateCluster
vs. CreateSecondaryCluster
Possible values:
CLUSTER_TYPE_UNSPECIFIED
- The type of the cluster is unknown.PRIMARY
- Primary cluster that support read and write operations.SECONDARY
- Secondary cluster that is replicating from another region. This only supports read.continuous_backup_config
Type: STRUCT
Provider name: continuousBackupConfig
Description: Optional. Continuous backup configuration for this cluster.
enabled
BOOLEAN
enabled
encryption_config
STRUCT
encryptionConfig
kms_key_name
STRING
kmsKeyName
recovery_window_days
INT32
recoveryWindowDays
continuous_backup_info
Type: STRUCT
Provider name: continuousBackupInfo
Description: Output only. Continuous backup properties for this cluster.
earliest_restorable_time
TIMESTAMP
earliestRestorableTime
enabled_time
TIMESTAMP
enabledTime
encryption_info
STRUCT
encryptionInfo
encryption_type
STRING
encryptionType
TYPE_UNSPECIFIED
- Encryption type not specified. Defaults to GOOGLE_DEFAULT_ENCRYPTION.GOOGLE_DEFAULT_ENCRYPTION
- The data is encrypted at rest with a key that is fully managed by Google. No key version will be populated. This is the default state.CUSTOMER_MANAGED_ENCRYPTION
- The data is encrypted at rest with a key that is managed by the customer. KMS key versions will be populated.kms_key_versions
UNORDERED_LIST_STRING
kmsKeyVersions
schedule
UNORDERED_LIST_STRING
schedule
create_time
Type: TIMESTAMP
Provider name: createTime
Description: Output only. Create time stamp
database_version
Type: STRING
Provider name: databaseVersion
Description: Optional. The database engine major version. This is an optional field and it is populated at the Cluster creation time. If a database version is not supplied at cluster creation time, then a default database version will be used.
Possible values:
DATABASE_VERSION_UNSPECIFIED
- This is an unknown database version.POSTGRES_13
- DEPRECATED - The database version is Postgres 13.POSTGRES_14
- The database version is Postgres 14.POSTGRES_15
- The database version is Postgres 15.POSTGRES_16
- The database version is Postgres 16.delete_time
Type: TIMESTAMP
Provider name: deleteTime
Description: Output only. Delete time stamp
encryption_config
Type: STRUCT
Provider name: encryptionConfig
Description: Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.
kms_key_name
STRING
kmsKeyName
encryption_info
Type: STRUCT
Provider name: encryptionInfo
Description: Output only. The encryption information for the cluster.
encryption_type
STRING
encryptionType
TYPE_UNSPECIFIED
- Encryption type not specified. Defaults to GOOGLE_DEFAULT_ENCRYPTION.GOOGLE_DEFAULT_ENCRYPTION
- The data is encrypted at rest with a key that is fully managed by Google. No key version will be populated. This is the default state.CUSTOMER_MANAGED_ENCRYPTION
- The data is encrypted at rest with a key that is managed by the customer. KMS key versions will be populated.kms_key_versions
UNORDERED_LIST_STRING
kmsKeyVersions
etag
Type: STRING
Provider name: etag
Description: For Resource freshness validation (https://google.aip.dev/154)
gcp_display_name
Type: STRING
Provider name: displayName
Description: User-settable and human-readable display name for the Cluster.
initial_user
Type: STRUCT
Provider name: initialUser
Description: Input only. Initial user to setup during cluster creation. Required. If used in RestoreCluster
this is ignored.
password
STRING
password
user
STRING
user
labels
Type: UNORDERED_LIST_STRING
maintenance_schedule
Type: STRUCT
Provider name: maintenanceSchedule
Description: Output only. The maintenance schedule for the cluster, generated for a specific rollout if a maintenance window is set.
start_time
TIMESTAMP
startTime
maintenance_update_policy
Type: STRUCT
Provider name: maintenanceUpdatePolicy
Description: Optional. The maintenance update policy determines when to allow or deny updates.
maintenance_windows
UNORDERED_LIST_STRUCT
maintenanceWindows
day
STRING
day
DAY_OF_WEEK_UNSPECIFIED
- The day of the week is unspecified.MONDAY
- MondayTUESDAY
- TuesdayWEDNESDAY
- WednesdayTHURSDAY
- ThursdayFRIDAY
- FridaySATURDAY
- SaturdaySUNDAY
- Sundaystart_time
STRUCT
startTime
hours
INT32
hours
minutes
INT32
minutes
nanos
INT32
nanos
seconds
INT32
seconds
migration_source
Type: STRUCT
Provider name: migrationSource
Description: Output only. Cluster created via DMS migration.
host_port
STRING
hostPort
reference_id
STRING
referenceId
source_type
STRING
sourceType
MIGRATION_SOURCE_TYPE_UNSPECIFIED
- Migration source is unknown.DMS
- DMS source means the cluster was created via DMS migration job.name
Type: STRING
Provider name: name
Description: Output only. The name of the cluster resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id} where the cluster ID segment should satisfy the regex expression [a-z0-9-]+
. For more details see https://google.aip.dev/122. The prefix of the cluster resource name is the name of the parent resource: * projects/{project}/locations/{region}
network
Type: STRING
Provider name: network
Description: Required. The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: projects/{project}/global/networks/{network_id}
. This is required to create a cluster. Deprecated, use network_config.network instead.
network_config
Type: STRUCT
Provider name: networkConfig
allocated_ip_range
STRING
allocatedIpRange
[a-z]([-a-z0-9]*[a-z0-9])?
. Field name is intended to be consistent with Cloud SQL.network
STRING
network
projects/{project_number}/global/networks/{network_id}
. This is required to create a cluster.organization_id
Type: STRING
parent
Type: STRING
primary_config
Type: STRUCT
Provider name: primaryConfig
Description: Output only. Cross Region replication config specific to PRIMARY cluster.
secondary_cluster_names
UNORDERED_LIST_STRING
secondaryClusterNames
project_id
Type: STRING
project_number
Type: STRING
psc_config
Type: STRUCT
Provider name: pscConfig
Description: Optional. The configuration for Private Service Connect (PSC) for the cluster.
psc_enabled
BOOLEAN
pscEnabled
reconciling
Type: BOOLEAN
Provider name: reconciling
Description: Output only. Reconciling (https://google.aip.dev/128#reconciliation). Set to true if the current state of Cluster does not match the user’s intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.
resource_name
Type: STRING
satisfies_pzs
Type: BOOLEAN
Provider name: satisfiesPzs
Description: Output only. Reserved for future use.
secondary_config
Type: STRUCT
Provider name: secondaryConfig
Description: Cross Region replication config specific to SECONDARY cluster.
primary_cluster_name
STRING
primaryClusterName
ssl_config
Type: STRUCT
Provider name: sslConfig
Description: SSL configuration for this AlloyDB cluster.
ca_source
STRING
caSource
CA_SOURCE_UNSPECIFIED
- Certificate Authority (CA) source not specified. Defaults to CA_SOURCE_MANAGED.CA_SOURCE_MANAGED
- Certificate Authority (CA) managed by the AlloyDB Cluster.ssl_mode
STRING
sslMode
SSL_MODE_UNSPECIFIED
- SSL mode is not specified. Defaults to ENCRYPTED_ONLY.SSL_MODE_ALLOW
- SSL connections are optional. CA verification not enforced.SSL_MODE_REQUIRE
- SSL connections are required. CA verification not enforced. Clients may use locally self-signed certificates (default psql client behavior).SSL_MODE_VERIFY_CA
- SSL connections are required. CA verification enforced. Clients must have certificates signed by a Cluster CA, for example, using GenerateClientCertificate.ALLOW_UNENCRYPTED_AND_ENCRYPTED
- SSL connections are optional. CA verification not enforced.ENCRYPTED_ONLY
- SSL connections are required. CA verification not enforced.state
Type: STRING
Provider name: state
Description: Output only. The current serving state of the cluster.
Possible values:
STATE_UNSPECIFIED
- The state of the cluster is unknown.READY
- The cluster is active and running.STOPPED
- The cluster is stopped. All instances in the cluster are stopped. Customers can start a stopped cluster at any point and all their instances will come back to life with same names and IP resources. In this state, customer pays for storage. Associated backups could also be present in a stopped cluster.EMPTY
- The cluster is empty and has no associated resources. All instances, associated storage and backups have been deleted.CREATING
- The cluster is being created.DELETING
- The cluster is being deleted.FAILED
- The creation of the cluster failed.BOOTSTRAPPING
- The cluster is bootstrapping with data from some other source. Direct mutations to the cluster (e.g. adding read pool) are not allowed.MAINTENANCE
- The cluster is under maintenance. AlloyDB regularly performs maintenance and upgrades on customer clusters. Updates on the cluster are not allowed while the cluster is in this state.PROMOTING
- The cluster is being promoted.subscription_type
Type: STRING
Provider name: subscriptionType
Description: Optional. Subscription type of the cluster.
Possible values:
SUBSCRIPTION_TYPE_UNSPECIFIED
- This is an unknown subscription type. By default, the subscription type is STANDARD.STANDARD
- Standard subscription.TRIAL
- Trial subscription.tags
Type: UNORDERED_LIST_STRING
trial_metadata
Type: STRUCT
Provider name: trialMetadata
Description: Output only. Metadata for free trial clusters
end_time
TIMESTAMP
endTime
grace_end_time
TIMESTAMP
graceEndTime
start_time
TIMESTAMP
startTime
upgrade_time
TIMESTAMP
upgradeTime
uid
Type: STRING
Provider name: uid
Description: Output only. The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
update_time
Type: TIMESTAMP
Provider name: updateTime
Description: Output only. Update time stamp