Class AWSNodeStorageProfile
java.lang.Object
com.cloudera.cdp.dfworkload.model.AWSNodeStorageProfile
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-05-14T11:34:38.216-07:00")
public class AWSNodeStorageProfile
extends Object
Custom AWS node storage parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getIops()
Getter for iops.Getter for repoSize.Getter for throughput.int
hashCode()
void
Setter for iops.void
setRepoSize
(Integer repoSize) Setter for repoSize.void
setThroughput
(String throughput) Setter for throughput.toString()
-
Constructor Details
-
AWSNodeStorageProfile
public AWSNodeStorageProfile()
-
-
Method Details
-
getRepoSize
Getter for repoSize. The size of the repository in GB. -
setRepoSize
Setter for repoSize. The size of the repository in GB. -
getIops
Getter for iops. The IOPS of the repository. -
setIops
Setter for iops. The IOPS of the repository. -
getThroughput
Getter for throughput. The throughput of the repository. -
setThroughput
Setter for throughput. The throughput of the repository. -
equals
-
hashCode
public int hashCode() -
toString
-