Uses of Class
com.oracle.bmc.blockchain.model.BlockchainPlatform.LifecycleState
-
Packages that use BlockchainPlatform.LifecycleState Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.model com.oracle.bmc.blockchain.requests -
-
Uses of BlockchainPlatform.LifecycleState in com.oracle.bmc.blockchain
-
Uses of BlockchainPlatform.LifecycleState in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return BlockchainPlatform.LifecycleState Modifier and Type Method Description static BlockchainPlatform.LifecycleState
BlockchainPlatform.LifecycleState. create(String key)
BlockchainPlatform.LifecycleState
BlockchainPlatform. getLifecycleState()
The current state of the Platform Instance.BlockchainPlatform.LifecycleState
BlockchainPlatformByHostname. getLifecycleState()
The current state of the Platform Instance.BlockchainPlatform.LifecycleState
BlockchainPlatformSummary. 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.Methods in com.oracle.bmc.blockchain.model with parameters of type BlockchainPlatform.LifecycleState Modifier and Type Method Description BlockchainPlatform.Builder
BlockchainPlatform.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.BlockchainPlatformSummary.Builder
BlockchainPlatformSummary.Builder. lifecycleState(BlockchainPlatform.LifecycleState lifecycleState)
The current state of the Platform Instance.Constructors in com.oracle.bmc.blockchain.model with parameters of type BlockchainPlatform.LifecycleState Constructor 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. -
Uses of BlockchainPlatform.LifecycleState in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return BlockchainPlatform.LifecycleState Modifier and Type Method Description BlockchainPlatform.LifecycleState
ListBlockchainPlatformsRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.blockchain.requests with parameters of type BlockchainPlatform.LifecycleState Modifier and Type Method Description ListBlockchainPlatformsRequest.Builder
ListBlockchainPlatformsRequest.Builder. lifecycleState(BlockchainPlatform.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-