Package | Description |
---|---|
com.oracle.bmc.blockchain.model |
Modifier and Type | Method and Description |
---|---|
ReplicaDetails |
ReplicaDetails.Builder.build() |
ReplicaDetails |
ScaleBlockchainPlatformDetails.getAddReplicas() |
ReplicaDetails |
ScaleBlockchainPlatformDetails.getRemoveReplicas() |
ReplicaDetails |
ScaledBlockchainPlatformPreview.getReplicas() |
ReplicaDetails |
BlockchainPlatform.getReplicas() |
ReplicaDetails |
UpdateBlockchainPlatformDetails.getReplicas() |
ReplicaDetails |
ScaledBlockchainPlatformPreview.getReplicasPostScaling() |
Modifier and Type | Method and Description |
---|---|
ScaleBlockchainPlatformDetails.Builder |
ScaleBlockchainPlatformDetails.Builder.addReplicas(ReplicaDetails addReplicas) |
ReplicaDetails.Builder |
ReplicaDetails.Builder.copy(ReplicaDetails model) |
ScaleBlockchainPlatformDetails.Builder |
ScaleBlockchainPlatformDetails.Builder.removeReplicas(ReplicaDetails removeReplicas) |
ScaledBlockchainPlatformPreview.Builder |
ScaledBlockchainPlatformPreview.Builder.replicas(ReplicaDetails replicas) |
BlockchainPlatform.Builder |
BlockchainPlatform.Builder.replicas(ReplicaDetails replicas) |
UpdateBlockchainPlatformDetails.Builder |
UpdateBlockchainPlatformDetails.Builder.replicas(ReplicaDetails replicas) |
ScaledBlockchainPlatformPreview.Builder |
ScaledBlockchainPlatformPreview.Builder.replicasPostScaling(ReplicaDetails replicasPostScaling) |
Constructor and Description |
---|
BlockchainPlatform(String id,
String displayName,
String compartmentId,
String description,
Boolean isByol,
Date timeCreated,
Date timeUpdated,
String platformVersion,
String serviceVersion,
BlockchainPlatform.PlatformRole platformRole,
BlockchainPlatform.ComputeShape computeShape,
BlockchainPlatform.PlatformShapeType platformShapeType,
BlockchainPlatform.LoadBalancerShape loadBalancerShape,
String serviceEndpoint,
BlockchainPlatform.LifecycleState lifecycleState,
String lifecycleDetails,
Double storageSizeInTBs,
Double storageUsedInTBs,
Boolean isMultiAD,
Integer totalOcpuCapacity,
BlockchainPlatformComponentDetails componentDetails,
ReplicaDetails replicas,
List<OcpuUtilizationInfo> hostOcpuUtilizationInfo,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
ScaleBlockchainPlatformDetails(List<CreateOsnDetails> addOsns,
ReplicaDetails addReplicas,
List<CreatePeerDetails> addPeers,
ScaleStorageDetails addStorage,
List<ModifyPeerDetails> modifyPeers,
ReplicaDetails removeReplicas,
List<String> removeOsns,
List<String> removePeers)
Deprecated.
|
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.
|
UpdateBlockchainPlatformDetails(String description,
Double storageSizeInTBs,
ReplicaDetails replicas,
Integer totalOcpuCapacity,
BlockchainPlatform.LoadBalancerShape loadBalancerShape,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.