Package com.cloudera.cdp.de.model
Class CreateBackupRequest
java.lang.Object
com.cloudera.cdp.de.model.CreateBackupRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.658-07:00")
public class CreateBackupRequest
extends Object
Request object for Create Backup command.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for backupPath.Getter for backupVcContentOptions.Getter for description.getForce()
Getter for force.Getter for includeVc.Getter for serviceId.Getter for timeout.int
hashCode()
void
setBackupPath
(String backupPath) Setter for backupPath.void
setBackupVcContentOptions
(BackupContentOptions backupVcContentOptions) Setter for backupVcContentOptions.void
setDescription
(String description) Setter for description.void
Setter for force.void
setIncludeVc
(Boolean includeVc) Setter for includeVc.void
setServiceId
(String serviceId) Setter for serviceId.void
setTimeout
(Integer timeout) Setter for timeout.toString()
-
Constructor Details
-
CreateBackupRequest
public CreateBackupRequest()
-
-
Method Details
-
getServiceId
Getter for serviceId. Service ID of the service to backup. -
setServiceId
Setter for serviceId. Service ID of the service to backup. -
getDescription
Getter for description. Backup description. -
setDescription
Setter for description. Backup description. -
getBackupPath
Getter for backupPath. Backup file relative path. The path should not include file name, and be relative to the service backup location. The service backup location can be found in the service description obtained via the 'describe-service' command. -
setBackupPath
Setter for backupPath. Backup file relative path. The path should not include file name, and be relative to the service backup location. The service backup location can be found in the service description obtained via the 'describe-service' command. -
getIncludeVc
Getter for includeVc. Whether to backup service virtual clusters. By default, virtual clusters are backed up. -
setIncludeVc
Setter for includeVc. Whether to backup service virtual clusters. By default, virtual clusters are backed up. -
getTimeout
Getter for timeout. Backup operation timeout in seconds. -
setTimeout
Setter for timeout. Backup operation timeout in seconds. -
getBackupVcContentOptions
Getter for backupVcContentOptions. Backup virtual cluster content options. -
setBackupVcContentOptions
Setter for backupVcContentOptions. Backup virtual cluster content options. -
getForce
Getter for force. Whether to ignore validation errors and proceed with the backup forcefully. By default, the backup operation is not forced. -
setForce
Setter for force. Whether to ignore validation errors and proceed with the backup forcefully. By default, the backup operation is not forced. -
equals
-
hashCode
public int hashCode() -
toString
-