Class GcpLogStorageRequest

java.lang.Object
com.cloudera.cdp.environments.model.GcpLogStorageRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class GcpLogStorageRequest extends Object
GCP storage configuration for cluster and audit logs.
  • Constructor Details

    • GcpLogStorageRequest

      public GcpLogStorageRequest()
  • Method Details

    • getStorageLocationBase

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

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

      public String getServiceAccountEmail()
      Getter for serviceAccountEmail. Email id of the service account to be associated with the instances. This service account should have \"storage.ObjectCreator\" role on the given storage bucket.
    • setServiceAccountEmail

      public void setServiceAccountEmail(String serviceAccountEmail)
      Setter for serviceAccountEmail. Email id of the service account to be associated with the instances. This service account should have \"storage.ObjectCreator\" role on the given storage bucket.
    • getBackupStorageLocationBase

      public String getBackupStorageLocationBase()
      Getter for backupStorageLocationBase. The Google storage bucket to use. This should be a gs:// url.
    • setBackupStorageLocationBase

      public void setBackupStorageLocationBase(String backupStorageLocationBase)
      Setter for backupStorageLocationBase. The Google storage bucket to use. This should be a gs:// url.
    • 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