Class NodeStorageProfileMetadata
java.lang.Object
com.cloudera.cdp.dfworkload.model.NodeStorageProfileMetadata
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.001-07:00")
public class NodeStorageProfileMetadata
extends Object
Provides details about the node storage options.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for awsNodeStorageProfileMetaData.Getter for azureNodeStorageProfileMetaData.Getter for contentRepoSize.Getter for flowfileRepoSize.getIops()Getter for iops.getName()Getter for name.Getter for provenanceRepoSize.Getter for storageVolumeType.getText()Getter for text.Getter for throughput.inthashCode()voidsetAwsNodeStorageProfileMetaData(AWSNodeStorageProfileMetaData awsNodeStorageProfileMetaData) Setter for awsNodeStorageProfileMetaData.voidsetAzureNodeStorageProfileMetaData(List<AzureNodeStorageProfileMetaData> azureNodeStorageProfileMetaData) Setter for azureNodeStorageProfileMetaData.voidsetContentRepoSize(Integer contentRepoSize) Setter for contentRepoSize.voidsetFlowfileRepoSize(Integer flowfileRepoSize) Setter for flowfileRepoSize.voidSetter for iops.voidSetter for name.voidsetProvenanceRepoSize(Integer provenanceRepoSize) Setter for provenanceRepoSize.voidsetStorageVolumeType(String storageVolumeType) Setter for storageVolumeType.voidSetter for text.voidsetThroughput(String throughput) Setter for throughput.toString()
-
Constructor Details
-
NodeStorageProfileMetadata
public NodeStorageProfileMetadata()
-
-
Method Details
-
getContentRepoSize
Getter for contentRepoSize. Content repository size -
setContentRepoSize
Setter for contentRepoSize. Content repository size -
getProvenanceRepoSize
Getter for provenanceRepoSize. Provenance repository size -
setProvenanceRepoSize
Setter for provenanceRepoSize. Provenance repository size -
getFlowfileRepoSize
Getter for flowfileRepoSize. FlowFile repository size -
setFlowfileRepoSize
Setter for flowfileRepoSize. FlowFile repository size -
getIops
Getter for iops. IOPS -
setIops
Setter for iops. IOPS -
getThroughput
Getter for throughput. Throughput -
setThroughput
Setter for throughput. Throughput -
getStorageVolumeType
Getter for storageVolumeType. Storage volume type -
setStorageVolumeType
Setter for storageVolumeType. Storage volume type -
getName
Getter for name. The name of this Storage Profile -
setName
Setter for name. The name of this Storage Profile -
getText
Getter for text. The text (i.e., the human readable name) for this Storage Profile -
setText
Setter for text. The text (i.e., the human readable name) for this Storage Profile -
getAzureNodeStorageProfileMetaData
Getter for azureNodeStorageProfileMetaData. Provides details about the node storage custom disk sizes and performance options. -
setAzureNodeStorageProfileMetaData
public void setAzureNodeStorageProfileMetaData(List<AzureNodeStorageProfileMetaData> azureNodeStorageProfileMetaData) Setter for azureNodeStorageProfileMetaData. Provides details about the node storage custom disk sizes and performance options. -
getAwsNodeStorageProfileMetaData
Getter for awsNodeStorageProfileMetaData. AWS custom storage size, iops and throughput limits -
setAwsNodeStorageProfileMetaData
public void setAwsNodeStorageProfileMetaData(AWSNodeStorageProfileMetaData awsNodeStorageProfileMetaData) Setter for awsNodeStorageProfileMetaData. AWS custom storage size, iops and throughput limits -
equals
-
hashCode
public int hashCode() -
toString
-