Uses of Class
com.oracle.bmc.blockchain.model.BlockchainPlatform.PlatformRole
-
Packages that use BlockchainPlatform.PlatformRole Package Description com.oracle.bmc.blockchain.model -
-
Uses of BlockchainPlatform.PlatformRole in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return BlockchainPlatform.PlatformRole Modifier and Type Method Description static BlockchainPlatform.PlatformRole
BlockchainPlatform.PlatformRole. create(String key)
BlockchainPlatform.PlatformRole
BlockchainPlatform. getPlatformRole()
Role of platform - FOUNDER or PARTICIPANTBlockchainPlatform.PlatformRole
BlockchainPlatformByHostname. getPlatformRole()
Role of platform - founder or participantBlockchainPlatform.PlatformRole
BlockchainPlatformSummary. getPlatformRole()
Role of platform - founder or participantBlockchainPlatform.PlatformRole
CreateBlockchainPlatformDetails. getPlatformRole()
Role of platform - founder or participantstatic BlockchainPlatform.PlatformRole
BlockchainPlatform.PlatformRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlockchainPlatform.PlatformRole[]
BlockchainPlatform.PlatformRole. 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.PlatformRole Modifier and Type Method Description BlockchainPlatform.Builder
BlockchainPlatform.Builder. platformRole(BlockchainPlatform.PlatformRole platformRole)
Role of platform - FOUNDER or PARTICIPANTBlockchainPlatformByHostname.Builder
BlockchainPlatformByHostname.Builder. platformRole(BlockchainPlatform.PlatformRole platformRole)
Role of platform - founder or participantBlockchainPlatformSummary.Builder
BlockchainPlatformSummary.Builder. platformRole(BlockchainPlatform.PlatformRole platformRole)
Role of platform - founder or participantCreateBlockchainPlatformDetails.Builder
CreateBlockchainPlatformDetails.Builder. platformRole(BlockchainPlatform.PlatformRole platformRole)
Role of platform - founder or participantConstructors in com.oracle.bmc.blockchain.model with parameters of type BlockchainPlatform.PlatformRole 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.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.
-