Class: Google::Cloud::OracleDatabase::V1::AutonomousDatabaseBackup
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::AutonomousDatabaseBackup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb
Overview
Details of the Autonomous Database Backup resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseBackup/
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#autonomous_database ⇒ ::String
Required.
-
#display_name ⇒ ::String
Optional.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#name ⇒ ::String
Identifier.
-
#properties ⇒ ::Google::Cloud::OracleDatabase::V1::AutonomousDatabaseBackupProperties
Optional.
Instance Attribute Details
#autonomous_database ⇒ ::String
Returns Required. The name of the Autonomous Database resource for which the backup is being created. Format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 46 class AutonomousDatabaseBackup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#display_name ⇒ ::String
Returns Optional. User friendly name for the Backup. The name does not have to be unique.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 46 class AutonomousDatabaseBackup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. labels or tags associated with the resource.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 46 class AutonomousDatabaseBackup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns Identifier. The name of the Autonomous Database Backup resource with the format: projects/{project}/locations/{region}/autonomousDatabaseBackups/{autonomous_database_backup}.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 46 class AutonomousDatabaseBackup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#properties ⇒ ::Google::Cloud::OracleDatabase::V1::AutonomousDatabaseBackupProperties
Returns Optional. Various properties of the backup.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 46 class AutonomousDatabaseBackup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |