Package | Description |
---|---|
com.oracle.bmc.blockchain.model |
Modifier and Type | Method and Description |
---|---|
static BlockchainPlatform.LoadBalancerShape |
BlockchainPlatform.LoadBalancerShape.create(String key) |
BlockchainPlatform.LoadBalancerShape |
BlockchainPlatform.getLoadBalancerShape()
Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS.
|
BlockchainPlatform.LoadBalancerShape |
UpdateBlockchainPlatformDetails.getLoadBalancerShape()
Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS.
|
static BlockchainPlatform.LoadBalancerShape |
BlockchainPlatform.LoadBalancerShape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockchainPlatform.LoadBalancerShape[] |
BlockchainPlatform.LoadBalancerShape.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.loadBalancerShape(BlockchainPlatform.LoadBalancerShape loadBalancerShape)
Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS.
|
UpdateBlockchainPlatformDetails.Builder |
UpdateBlockchainPlatformDetails.Builder.loadBalancerShape(BlockchainPlatform.LoadBalancerShape loadBalancerShape)
Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS.
|
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.
|
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.