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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for backupStorageLocationBase.Getter for serviceAccountEmail.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.toString()
-
Constructor Details
-
GcpLogStorageRequest
public GcpLogStorageRequest()
-
-
Method Details
-
getStorageLocationBase
Getter for storageLocationBase. The Google storage bucket to use. This should be a gs:// url. -
setStorageLocationBase
Setter for storageLocationBase. The Google storage bucket to use. This should be a gs:// url. -
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
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
Getter for backupStorageLocationBase. The Google storage bucket to use. This should be a gs:// url. -
setBackupStorageLocationBase
Setter for backupStorageLocationBase. The Google storage bucket to use. This should be a gs:// url. -
equals
-
hashCode
public int hashCode() -
toString
-