public static class BlockchainPlatform.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BlockchainPlatform |
build() |
BlockchainPlatform.Builder |
compartmentId(String compartmentId)
Compartment Identifier
|
BlockchainPlatform.Builder |
componentDetails(BlockchainPlatformComponentDetails componentDetails) |
BlockchainPlatform.Builder |
computeShape(BlockchainPlatform.ComputeShape computeShape)
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or
ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
|
BlockchainPlatform.Builder |
copy(BlockchainPlatform model) |
BlockchainPlatform.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
BlockchainPlatform.Builder |
description(String description)
Platform Instance Description
|
BlockchainPlatform.Builder |
displayName(String displayName)
Platform Instance Display name, can be renamed
|
BlockchainPlatform.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
BlockchainPlatform.Builder |
hostOcpuUtilizationInfo(List<OcpuUtilizationInfo> hostOcpuUtilizationInfo)
List of OcpuUtilization for all hosts
|
BlockchainPlatform.Builder |
id(String id)
unique identifier that is immutable on creation
|
BlockchainPlatform.Builder |
isByol(Boolean isByol)
Bring your own license
|
BlockchainPlatform.Builder |
isMultiAD(Boolean isMultiAD)
True for multi-AD blockchain plaforms, false for single-AD
|
BlockchainPlatform.Builder |
lifecycleDetails(String lifecycleDetails)
An message describing the current state in more detail.
|
BlockchainPlatform.Builder |
lifecycleState(BlockchainPlatform.LifecycleState lifecycleState)
The current state of the Platform Instance.
|
BlockchainPlatform.Builder |
loadBalancerShape(BlockchainPlatform.LoadBalancerShape loadBalancerShape)
Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS.
|
BlockchainPlatform.Builder |
platformRole(BlockchainPlatform.PlatformRole platformRole)
Role of platform - FOUNDER or PARTICIPANT
|
BlockchainPlatform.Builder |
platformShapeType(BlockchainPlatform.PlatformShapeType platformShapeType)
Type of Platform shape - DEFAULT or CUSTOM
|
BlockchainPlatform.Builder |
platformVersion(String platformVersion)
Platform Version
|
BlockchainPlatform.Builder |
replicas(ReplicaDetails replicas) |
BlockchainPlatform.Builder |
serviceEndpoint(String serviceEndpoint)
Service endpoint URL, valid post-provisioning
|
BlockchainPlatform.Builder |
serviceVersion(String serviceVersion)
The version of the Platform Instance.
|
BlockchainPlatform.Builder |
storageSizeInTBs(Double storageSizeInTBs)
Storage size in TBs
|
BlockchainPlatform.Builder |
storageUsedInTBs(Double storageUsedInTBs)
Storage used in TBs
|
BlockchainPlatform.Builder |
timeCreated(Date timeCreated)
The time the the Platform Instance was created.
|
BlockchainPlatform.Builder |
timeUpdated(Date timeUpdated)
The time the Platform Instance was updated.
|
BlockchainPlatform.Builder |
totalOcpuCapacity(Integer totalOcpuCapacity)
Number of total OCPUs allocated to the platform cluster
|
public BlockchainPlatform.Builder id(String id)
unique identifier that is immutable on creation
id
- the value to setpublic BlockchainPlatform.Builder displayName(String displayName)
Platform Instance Display name, can be renamed
displayName
- the value to setpublic BlockchainPlatform.Builder compartmentId(String compartmentId)
Compartment Identifier
compartmentId
- the value to setpublic BlockchainPlatform.Builder description(String description)
Platform Instance Description
description
- the value to setpublic BlockchainPlatform.Builder isByol(Boolean isByol)
Bring your own license
isByol
- the value to setpublic BlockchainPlatform.Builder timeCreated(Date timeCreated)
The time the the Platform Instance was created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic BlockchainPlatform.Builder timeUpdated(Date timeUpdated)
The time the Platform Instance was updated. An RFC3339 formatted datetime string
timeUpdated
- the value to setpublic BlockchainPlatform.Builder platformVersion(String platformVersion)
Platform Version
platformVersion
- the value to setpublic BlockchainPlatform.Builder serviceVersion(String serviceVersion)
The version of the Platform Instance.
serviceVersion
- the value to setpublic BlockchainPlatform.Builder platformRole(BlockchainPlatform.PlatformRole platformRole)
Role of platform - FOUNDER or PARTICIPANT
platformRole
- the value to setpublic BlockchainPlatform.Builder computeShape(BlockchainPlatform.ComputeShape computeShape)
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
computeShape
- the value to setpublic BlockchainPlatform.Builder platformShapeType(BlockchainPlatform.PlatformShapeType platformShapeType)
Type of Platform shape - DEFAULT or CUSTOM
platformShapeType
- the value to setpublic BlockchainPlatform.Builder loadBalancerShape(BlockchainPlatform.LoadBalancerShape loadBalancerShape)
Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS. Default is LB_100_MBPS.
loadBalancerShape
- the value to setpublic BlockchainPlatform.Builder serviceEndpoint(String serviceEndpoint)
Service endpoint URL, valid post-provisioning
serviceEndpoint
- the value to setpublic BlockchainPlatform.Builder lifecycleState(BlockchainPlatform.LifecycleState lifecycleState)
The current state of the Platform Instance.
lifecycleState
- the value to setpublic BlockchainPlatform.Builder lifecycleDetails(String lifecycleDetails)
An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
lifecycleDetails
- the value to setpublic BlockchainPlatform.Builder storageSizeInTBs(Double storageSizeInTBs)
Storage size in TBs
storageSizeInTBs
- the value to setpublic BlockchainPlatform.Builder storageUsedInTBs(Double storageUsedInTBs)
Storage used in TBs
storageUsedInTBs
- the value to setpublic BlockchainPlatform.Builder isMultiAD(Boolean isMultiAD)
True for multi-AD blockchain plaforms, false for single-AD
isMultiAD
- the value to setpublic BlockchainPlatform.Builder totalOcpuCapacity(Integer totalOcpuCapacity)
Number of total OCPUs allocated to the platform cluster
totalOcpuCapacity
- the value to setpublic BlockchainPlatform.Builder componentDetails(BlockchainPlatformComponentDetails componentDetails)
public BlockchainPlatform.Builder replicas(ReplicaDetails replicas)
public BlockchainPlatform.Builder hostOcpuUtilizationInfo(List<OcpuUtilizationInfo> hostOcpuUtilizationInfo)
List of OcpuUtilization for all hosts
hostOcpuUtilizationInfo
- the value to setpublic BlockchainPlatform.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic BlockchainPlatform.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic BlockchainPlatform build()
public BlockchainPlatform.Builder copy(BlockchainPlatform model)
Copyright © 2016–2024. All rights reserved.