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.PlatformRoleBlockchainPlatform.PlatformRole. create(String key)BlockchainPlatform.PlatformRoleBlockchainPlatform. getPlatformRole()Role of platform - FOUNDER or PARTICIPANTBlockchainPlatform.PlatformRoleBlockchainPlatformByHostname. getPlatformRole()Role of platform - founder or participantBlockchainPlatform.PlatformRoleBlockchainPlatformSummary. getPlatformRole()Role of platform - founder or participantBlockchainPlatform.PlatformRoleCreateBlockchainPlatformDetails. getPlatformRole()Role of platform - founder or participantstatic BlockchainPlatform.PlatformRoleBlockchainPlatform.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.BuilderBlockchainPlatform.Builder. platformRole(BlockchainPlatform.PlatformRole platformRole)Role of platform - FOUNDER or PARTICIPANTBlockchainPlatformByHostname.BuilderBlockchainPlatformByHostname.Builder. platformRole(BlockchainPlatform.PlatformRole platformRole)Role of platform - founder or participantBlockchainPlatformSummary.BuilderBlockchainPlatformSummary.Builder. platformRole(BlockchainPlatform.PlatformRole platformRole)Role of platform - founder or participantCreateBlockchainPlatformDetails.BuilderCreateBlockchainPlatformDetails.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.
-