Class BackupStorageGcpDetails


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class BackupStorageGcpDetails
    extends Object
    GCP-specific backup storage configuration information.
    • Constructor Detail

      • BackupStorageGcpDetails

        public BackupStorageGcpDetails()
    • Method Detail

      • getStorageLocationBase

        public String getStorageLocationBase()
        Getter for storageLocationBase. The storage location to use. This should be a gs:// url.
      • setStorageLocationBase

        public void setStorageLocationBase​(String storageLocationBase)
        Setter for storageLocationBase. The storage location to use. This should be a gs:// url.
      • getServiceAccountEmail

        public String getServiceAccountEmail()
        Getter for serviceAccountEmail. Email ID of the service account associated with the backup instances.
      • setServiceAccountEmail

        public void setServiceAccountEmail​(String serviceAccountEmail)
        Setter for serviceAccountEmail. Email ID of the service account associated with the backup instances.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object