Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SqlInstancesDeleteRequest.
Instance delete request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enable_final_backup
def enable_final_backup() -> ::Boolean- (::Boolean) — Flag to opt-in for final backup. By default, it is turned off.
#enable_final_backup=
def enable_final_backup=(value) -> ::Boolean- value (::Boolean) — Flag to opt-in for final backup. By default, it is turned off.
- (::Boolean) — Flag to opt-in for final backup. By default, it is turned off.
#final_backup_description
def final_backup_description() -> ::String- (::String) — Optional. The description of the final backup.
#final_backup_description=
def final_backup_description=(value) -> ::String- value (::String) — Optional. The description of the final backup.
- (::String) — Optional. The description of the final backup.
#final_backup_expiry_time
def final_backup_expiry_time() -> ::Google::Protobuf::Timestamp-
(::Google::Protobuf::Timestamp) — Optional. Final Backup expiration time.
Timestamp in UTC of when this resource is considered expired.
Note: The following fields are mutually exclusive:
final_backup_expiry_time,final_backup_ttl_days. If a field in that set is populated, all other fields in the set will automatically be cleared.
#final_backup_expiry_time=
def final_backup_expiry_time=(value) -> ::Google::Protobuf::Timestamp-
value (::Google::Protobuf::Timestamp) — Optional. Final Backup expiration time.
Timestamp in UTC of when this resource is considered expired.
Note: The following fields are mutually exclusive:
final_backup_expiry_time,final_backup_ttl_days. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Protobuf::Timestamp) — Optional. Final Backup expiration time.
Timestamp in UTC of when this resource is considered expired.
Note: The following fields are mutually exclusive:
final_backup_expiry_time,final_backup_ttl_days. If a field in that set is populated, all other fields in the set will automatically be cleared.
#final_backup_ttl_days
def final_backup_ttl_days() -> ::Integer-
(::Integer) — Optional. Retention period of the final backup.
Note: The following fields are mutually exclusive:
final_backup_ttl_days,final_backup_expiry_time. If a field in that set is populated, all other fields in the set will automatically be cleared.
#final_backup_ttl_days=
def final_backup_ttl_days=(value) -> ::Integer-
value (::Integer) — Optional. Retention period of the final backup.
Note: The following fields are mutually exclusive:
final_backup_ttl_days,final_backup_expiry_time. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Integer) — Optional. Retention period of the final backup.
Note: The following fields are mutually exclusive:
final_backup_ttl_days,final_backup_expiry_time. If a field in that set is populated, all other fields in the set will automatically be cleared.
#instance
def instance() -> ::String- (::String) — Cloud SQL instance ID. This does not include the project ID.
#instance=
def instance=(value) -> ::String- value (::String) — Cloud SQL instance ID. This does not include the project ID.
- (::String) — Cloud SQL instance ID. This does not include the project ID.
#project
def project() -> ::String- (::String) — Project ID of the project that contains the instance to be deleted.
#project=
def project=(value) -> ::String- value (::String) — Project ID of the project that contains the instance to be deleted.
- (::String) — Project ID of the project that contains the instance to be deleted.