Class GcpLogStorageRequest
- java.lang.Object
-
- com.cloudera.cdp.environments.model.GcpLogStorageRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:53.061-07:00") public class GcpLogStorageRequest extends Object
GCP storage configuration for cluster and audit logs.
-
-
Constructor Summary
Constructors Constructor Description GcpLogStorageRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getBackupStorageLocationBase()
Getter for backupStorageLocationBase.String
getServiceAccountEmail()
Getter for serviceAccountEmail.String
getStorageLocationBase()
Getter for storageLocationBase.int
hashCode()
void
setBackupStorageLocationBase(String backupStorageLocationBase)
Setter for backupStorageLocationBase.void
setServiceAccountEmail(String serviceAccountEmail)
Setter for serviceAccountEmail.void
setStorageLocationBase(String storageLocationBase)
Setter for storageLocationBase.String
toString()
-
-
-
Method Detail
-
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.
-
-