Class BackupStorageGcpDetails
java.lang.Object
com.cloudera.cdp.environments.model.BackupStorageGcpDetails
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class BackupStorageGcpDetails
extends Object
GCP-specific backup storage configuration information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for serviceAccountEmail.Getter for storageLocationBase.int
hashCode()
void
setServiceAccountEmail
(String serviceAccountEmail) Setter for serviceAccountEmail.void
setStorageLocationBase
(String storageLocationBase) Setter for storageLocationBase.toString()
-
Constructor Details
-
BackupStorageGcpDetails
public BackupStorageGcpDetails()
-
-
Method Details
-
getStorageLocationBase
Getter for storageLocationBase. The storage location to use. This should be a gs:// url. -
setStorageLocationBase
Setter for storageLocationBase. The storage location to use. This should be a gs:// url. -
getServiceAccountEmail
Getter for serviceAccountEmail. Email ID of the service account associated with the backup instances. -
setServiceAccountEmail
Setter for serviceAccountEmail. Email ID of the service account associated with the backup instances. -
equals
-
hashCode
public int hashCode() -
toString
-