Class AWSNodeStorageProfileMetaData
java.lang.Object
com.cloudera.cdp.dfworkload.model.AWSNodeStorageProfileMetaData
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.001-07:00")
public class AWSNodeStorageProfileMetaData
extends Object
Custom AWS node storage limits.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetIops()Getter for iops.Getter for maxRepoSize.Getter for minRepoSize.Getter for throughput.inthashCode()voidSetter for iops.voidsetMaxRepoSize(Integer maxRepoSize) Setter for maxRepoSize.voidsetMinRepoSize(Integer minRepoSize) Setter for minRepoSize.voidsetThroughput(List<String> throughput) Setter for throughput.toString()
-
Constructor Details
-
AWSNodeStorageProfileMetaData
public AWSNodeStorageProfileMetaData()
-
-
Method Details
-
getMinRepoSize
Getter for minRepoSize. The minimum size of the volume in GB. -
setMinRepoSize
Setter for minRepoSize. The minimum size of the volume in GB. -
getMaxRepoSize
Getter for maxRepoSize. The maximum size of the volume in GB. -
setMaxRepoSize
Setter for maxRepoSize. The maximum size of the volume in GB. -
getIops
Getter for iops. The IOPS values of the volume. -
setIops
Setter for iops. The IOPS values of the volume. -
getThroughput
Getter for throughput. The throughput values of the volume. -
setThroughput
Setter for throughput. The throughput values of the volume. -
equals
-
hashCode
public int hashCode() -
toString
-