Package | Description |
---|---|
com.oracle.bmc.blockchain | |
com.oracle.bmc.blockchain.model | |
com.oracle.bmc.blockchain.requests |
Modifier and Type | Method and Description |
---|---|
static BlockchainPlatform.LifecycleState |
BlockchainPlatform.LifecycleState.create(String key) |
BlockchainPlatform.LifecycleState |
BlockchainPlatform.getLifecycleState()
The current state of the Platform Instance.
|
BlockchainPlatform.LifecycleState |
BlockchainPlatformSummary.getLifecycleState()
The current state of the Platform Instance.
|
BlockchainPlatform.LifecycleState |
BlockchainPlatformByHostname.getLifecycleState()
The current state of the Platform Instance.
|
static BlockchainPlatform.LifecycleState |
BlockchainPlatform.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockchainPlatform.LifecycleState[] |
BlockchainPlatform.LifecycleState.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.lifecycleState(BlockchainPlatform.LifecycleState lifecycleState)
The current state of the Platform Instance.
|
BlockchainPlatformSummary.Builder |
BlockchainPlatformSummary.Builder.lifecycleState(BlockchainPlatform.LifecycleState lifecycleState)
The current state of the Platform Instance.
|
BlockchainPlatformByHostname.Builder |
BlockchainPlatformByHostname.Builder.lifecycleState(BlockchainPlatform.LifecycleState lifecycleState)
The current state of the Platform Instance.
|
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.
|
Modifier and Type | Method and Description |
---|---|
BlockchainPlatform.LifecycleState |
ListBlockchainPlatformsRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListBlockchainPlatformsRequest.Builder |
ListBlockchainPlatformsRequest.Builder.lifecycleState(BlockchainPlatform.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.