@Generated(value="OracleSDKGenerator", comments="API Version: 20191010") public final class ScaledBlockchainPlatformPreview extends Object
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
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ScaledBlockchainPlatformPreview.Builder |
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.
|
@ConstructorProperties(value={"id","displayName","compartmentId","description","computeShape","storageSizeInTBs","storageSizeInTBsPostScaling","componentDetails","replicas","componentDetailsPostScaling","replicasPostScaling","hostOcpuUtilizationInfo","hostOcpuUtilizationInfoPostScaling","newVmCount","meteringPreview","scalePayload"}) @Deprecated 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()
Copyright © 2016–2022. All rights reserved.