Package | Description |
---|---|
com.oracle.bmc.blockchain.model |
Modifier and Type | Method and Description |
---|---|
static BlockchainPlatform.ComputeShape |
BlockchainPlatform.ComputeShape.create(String key) |
BlockchainPlatform.ComputeShape |
BlockchainPlatform.getComputeShape()
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or
ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
|
BlockchainPlatform.ComputeShape |
BlockchainPlatformSummary.getComputeShape()
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or
ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
|
BlockchainPlatform.ComputeShape |
BlockchainPlatformByHostname.getComputeShape()
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or
ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
|
BlockchainPlatform.ComputeShape |
CreateBlockchainPlatformDetails.getComputeShape()
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or
ENTERPRISE_EXTRA_LARGE
|
static BlockchainPlatform.ComputeShape |
BlockchainPlatform.ComputeShape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockchainPlatform.ComputeShape[] |
BlockchainPlatform.ComputeShape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BlockchainPlatform.Builder |
BlockchainPlatform.Builder.computeShape(BlockchainPlatform.ComputeShape computeShape)
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or
ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
|
BlockchainPlatformSummary.Builder |
BlockchainPlatformSummary.Builder.computeShape(BlockchainPlatform.ComputeShape computeShape)
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or
ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
|
BlockchainPlatformByHostname.Builder |
BlockchainPlatformByHostname.Builder.computeShape(BlockchainPlatform.ComputeShape computeShape)
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or
ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
|
CreateBlockchainPlatformDetails.Builder |
CreateBlockchainPlatformDetails.Builder.computeShape(BlockchainPlatform.ComputeShape computeShape)
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or
ENTERPRISE_EXTRA_LARGE
|
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.
|
BlockchainPlatformByHostname(String id,
String serviceEndpoint,
String displayName,
String compartmentId,
String description,
Date timeCreated,
Date timeUpdated,
BlockchainPlatform.PlatformRole platformRole,
BlockchainPlatform.ComputeShape computeShape,
BlockchainPlatform.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
BlockchainPlatformSummary(String id,
String displayName,
String compartmentId,
String description,
Date timeCreated,
Date timeUpdated,
BlockchainPlatform.PlatformRole platformRole,
BlockchainPlatform.ComputeShape computeShape,
String serviceEndpoint,
BlockchainPlatform.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
CreateBlockchainPlatformDetails(String displayName,
String compartmentId,
String description,
BlockchainPlatform.PlatformRole platformRole,
BlockchainPlatform.ComputeShape computeShape,
Boolean isByol,
String platformVersion,
String idcsAccessToken,
String federatedUserId,
String caCertArchiveText,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.