@Generated(value="OracleSDKGenerator", comments="API Version: 20191010") public final class ScaledBlockchainPlatformPreview extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Blockchain Platform Instance Description Preview after Scaling.
Note: Objects should always be created or deserialized using the ScaledBlockchainPlatformPreview.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 the ScaledBlockchainPlatformPreview.Builder
, which maintain a
set of all explicitly set fields called ScaledBlockchainPlatformPreview.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
ScaledBlockchainPlatformPreview.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and 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.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"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)
public static ScaledBlockchainPlatformPreview.Builder builder()
Create a new builder.
public ScaledBlockchainPlatformPreview.Builder toBuilder()
public String getId()
unique identifier that is immutable on creation
public String getDisplayName()
Platform Instance Display name, can be renamed
public String getCompartmentId()
Compartment Identifier
public String getDescription()
Platform Instance Description
public String getComputeShape()
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
public Double getStorageSizeInTBs()
Storage size in TBs
public Double getStorageSizeInTBsPostScaling()
Storage size in TBs post scaling
public BlockchainPlatformComponentDetails getComponentDetails()
public ReplicaDetails getReplicas()
public BlockchainPlatformComponentDetails getComponentDetailsPostScaling()
public ReplicaDetails getReplicasPostScaling()
public List<OcpuUtilizationInfo> getHostOcpuUtilizationInfo()
List of OcpuUtilization for all hosts
public List<OcpuUtilizationInfo> getHostOcpuUtilizationInfoPostScaling()
List of OcpuUtilization for all hosts after scaling
public Integer getNewVmCount()
Number of new VMs that would be created
public ScaledPlatformMeteringPreview getMeteringPreview()
public ScaleBlockchainPlatformDetails getScalePayload()
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.