Package | Description |
---|---|
com.oracle.bmc.blockchain.model |
Modifier and Type | Method and Description |
---|---|
BlockchainPlatformComponentDetails |
BlockchainPlatformComponentDetails.Builder.build() |
BlockchainPlatformComponentDetails |
ScaledBlockchainPlatformPreview.getComponentDetails() |
BlockchainPlatformComponentDetails |
BlockchainPlatform.getComponentDetails() |
BlockchainPlatformComponentDetails |
ScaledBlockchainPlatformPreview.getComponentDetailsPostScaling() |
Modifier and Type | Method and Description |
---|---|
ScaledBlockchainPlatformPreview.Builder |
ScaledBlockchainPlatformPreview.Builder.componentDetails(BlockchainPlatformComponentDetails componentDetails) |
BlockchainPlatform.Builder |
BlockchainPlatform.Builder.componentDetails(BlockchainPlatformComponentDetails componentDetails) |
ScaledBlockchainPlatformPreview.Builder |
ScaledBlockchainPlatformPreview.Builder.componentDetailsPostScaling(BlockchainPlatformComponentDetails componentDetailsPostScaling) |
BlockchainPlatformComponentDetails.Builder |
BlockchainPlatformComponentDetails.Builder.copy(BlockchainPlatformComponentDetails model) |
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.
|
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.
|
Copyright © 2016–2024. All rights reserved.