Package com.oracle.bmc.blockchain.model
Class ScaledBlockchainPlatformPreview
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.blockchain.model.ScaledBlockchainPlatformPreview
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20191010") public final class ScaledBlockchainPlatformPreview extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelBlockchain Platform Instance Description Preview after Scaling.
 Note: Objects should always be created or deserialized using theScaledBlockchainPlatformPreview.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theScaledBlockchainPlatformPreview.Builder, which maintain a set of all explicitly set fields calledScaledBlockchainPlatformPreview.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classScaledBlockchainPlatformPreview.Builder
 - 
Constructor SummaryConstructors Constructor Description ScaledBlockchainPlatformPreview(String id, String displayName, String compartmentId, String description, String computeShape, Double storageSizeInTBs, Double storageSizeInTBsPostScaling, BlockchainPlatformComponentDetails componentDetails, ReplicaDetails replicas, BlockchainPlatformComponentDetails componentDetailsPostScaling, ReplicaDetails replicasPostScaling, List<OcpuUtilizationInfo> hostOcpuUtilizationInfo, List<OcpuUtilizationInfo> hostOcpuUtilizationInfoPostScaling, Integer newVmCount, ScaledPlatformMeteringPreview meteringPreview, ScaleBlockchainPlatformDetails scalePayload)Deprecated.
 - 
Method Summary
 
- 
- 
- 
Constructor Detail- 
ScaledBlockchainPlatformPreview@Deprecated @ConstructorProperties({"id","displayName","compartmentId","description","computeShape","storageSizeInTBs","storageSizeInTBsPostScaling","componentDetails","replicas","componentDetailsPostScaling","replicasPostScaling","hostOcpuUtilizationInfo","hostOcpuUtilizationInfoPostScaling","newVmCount","meteringPreview","scalePayload"}) public ScaledBlockchainPlatformPreview(String id, String displayName, String compartmentId, String description, String computeShape, Double storageSizeInTBs, Double storageSizeInTBsPostScaling, BlockchainPlatformComponentDetails componentDetails, ReplicaDetails replicas, BlockchainPlatformComponentDetails componentDetailsPostScaling, ReplicaDetails replicasPostScaling, List<OcpuUtilizationInfo> hostOcpuUtilizationInfo, List<OcpuUtilizationInfo> hostOcpuUtilizationInfoPostScaling, Integer newVmCount, ScaledPlatformMeteringPreview meteringPreview, ScaleBlockchainPlatformDetails scalePayload) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ScaledBlockchainPlatformPreview.Builder builder() Create a new builder.
 - 
toBuilderpublic ScaledBlockchainPlatformPreview.Builder toBuilder() 
 - 
getIdpublic String getId() unique identifier that is immutable on creation- Returns:
- the value
 
 - 
getDisplayNamepublic String getDisplayName() Platform Instance Display name, can be renamed- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() Compartment Identifier- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() Platform Instance Description- Returns:
- the value
 
 - 
getComputeShapepublic String getComputeShape() Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM- Returns:
- the value
 
 - 
getStorageSizeInTBspublic Double getStorageSizeInTBs() Storage size in TBs- Returns:
- the value
 
 - 
getStorageSizeInTBsPostScalingpublic Double getStorageSizeInTBsPostScaling() Storage size in TBs post scaling- Returns:
- the value
 
 - 
getComponentDetailspublic BlockchainPlatformComponentDetails getComponentDetails() 
 - 
getReplicaspublic ReplicaDetails getReplicas() 
 - 
getComponentDetailsPostScalingpublic BlockchainPlatformComponentDetails getComponentDetailsPostScaling() 
 - 
getReplicasPostScalingpublic ReplicaDetails getReplicasPostScaling() 
 - 
getHostOcpuUtilizationInfopublic List<OcpuUtilizationInfo> getHostOcpuUtilizationInfo() List of OcpuUtilization for all hosts- Returns:
- the value
 
 - 
getHostOcpuUtilizationInfoPostScalingpublic List<OcpuUtilizationInfo> getHostOcpuUtilizationInfoPostScaling() List of OcpuUtilization for all hosts after scaling- Returns:
- the value
 
 - 
getNewVmCountpublic Integer getNewVmCount() Number of new VMs that would be created- Returns:
- the value
 
 - 
getMeteringPreviewpublic ScaledPlatformMeteringPreview getMeteringPreview() 
 - 
getScalePayloadpublic ScaleBlockchainPlatformDetails getScalePayload() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-