Class: Google::Cloud::BackupDR::V1::CloudSqlInstanceBackupPlanAssociationProperties
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::CloudSqlInstanceBackupPlanAssociationProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb
Overview
Cloud SQL instance's BPA properties.
Instance Attribute Summary collapse
-
#instance_create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#instance_create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the instance was created.
124 125 126 127 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb', line 124 class CloudSqlInstanceBackupPlanAssociationProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |