Class: Google::Cloud::OracleDatabase::V1::AutonomousDatabaseBackupProperties

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb

Overview

Properties of the Autonomous Database Backup resource.

Defined Under Namespace

Modules: State, Type

Instance Attribute Summary collapse

Instance Attribute Details

#available_till_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Timestamp until when the backup will be available.

Returns:



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#compartment_id::String (readonly)

Returns Output only. The OCID of the compartment.

Returns:

  • (::String)

    Output only. The OCID of the compartment.



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#database_size_tb::Float (readonly)

Returns Output only. The quantity of data in the database, in terabytes.

Returns:

  • (::Float)

    Output only. The quantity of data in the database, in terabytes.



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#db_version::String (readonly)

Returns Output only. A valid Oracle Database version for Autonomous Database.

Returns:

  • (::String)

    Output only. A valid Oracle Database version for Autonomous Database.



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#end_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The date and time the backup completed.

Returns:



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#is_automatic_backup::Boolean (readonly)

Returns Output only. Indicates if the backup is automatic or user initiated.

Returns:

  • (::Boolean)

    Output only. Indicates if the backup is automatic or user initiated.



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#is_long_term_backup::Boolean (readonly)

Returns Output only. Indicates if the backup is long term backup.

Returns:

  • (::Boolean)

    Output only. Indicates if the backup is long term backup.



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#is_restorable::Boolean (readonly)

Returns Output only. Indicates if the backup can be used to restore the Autonomous Database.

Returns:

  • (::Boolean)

    Output only. Indicates if the backup can be used to restore the Autonomous Database.



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#key_store_id::String

Returns Optional. The OCID of the key store of Oracle Vault.

Returns:

  • (::String)

    Optional. The OCID of the key store of Oracle Vault.



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#key_store_wallet::String

Returns Optional. The wallet name for Oracle Key Vault.

Returns:

  • (::String)

    Optional. The wallet name for Oracle Key Vault.



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#kms_key_id::String

Returns Optional. The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.

Returns:

  • (::String)

    Optional. The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#kms_key_version_id::String

Returns Optional. The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.

Returns:

  • (::String)

    Optional. The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#lifecycle_details::String (readonly)

Returns Output only. Additional information about the current lifecycle state.

Returns:

  • (::String)

    Output only. Additional information about the current lifecycle state.



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#lifecycle_state::Google::Cloud::OracleDatabase::V1::AutonomousDatabaseBackupProperties::State (readonly)

Returns Output only. The lifecycle state of the backup.

Returns:



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#ocid::String (readonly)

Returns Output only. OCID of the Autonomous Database backup. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle.

Returns:



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#retention_period_days::Integer

Returns Optional. Retention period in days for the backup.

Returns:

  • (::Integer)

    Optional. Retention period in days for the backup.



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#size_tb::Float (readonly)

Returns Output only. The backup size in terabytes.

Returns:

  • (::Float)

    Output only. The backup size in terabytes.



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#start_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The date and time the backup started.

Returns:



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#type::Google::Cloud::OracleDatabase::V1::AutonomousDatabaseBackupProperties::Type (readonly)

Returns Output only. The type of the backup.

Returns:



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end

#vault_id::String

Returns Optional. The OCID of the vault.

Returns:

  • (::String)

    Optional. The OCID of the vault.



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_backup.rb', line 129

class AutonomousDatabaseBackupProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # // The various lifecycle states of the Autonomous Database Backup.
  module State
    # Default unspecified value.
    STATE_UNSPECIFIED = 0

    # Indicates that the resource is in creating state.
    CREATING = 1

    # Indicates that the resource is in active state.
    ACTIVE = 2

    # Indicates that the resource is in deleting state.
    DELETING = 3

    # Indicates that the resource is in deleted state.
    DELETED = 4

    # Indicates that the resource is in failed state.
    FAILED = 6

    # Indicates that the resource is in updating state.
    UPDATING = 7
  end

  # The type of the backup.
  module Type
    # Default unspecified value.
    TYPE_UNSPECIFIED = 0

    # Incremental backups.
    INCREMENTAL = 1

    # Full backups.
    FULL = 2

    # Long term backups.
    LONG_TERM = 3
  end
end