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 Details

    • BackupStorageGcpDetails

      public BackupStorageGcpDetails()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object