public static class ComputeNetworkBlockSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ComputeNetworkBlockSummary |
build() |
ComputeNetworkBlockSummary.Builder |
computeCapacityTopologyId(String computeCapacityTopologyId)
The OCID
of the compute capacity topology.
|
ComputeNetworkBlockSummary.Builder |
computeHpcIslandId(String computeHpcIslandId)
The OCID
of the compute HPC island.
|
ComputeNetworkBlockSummary.Builder |
copy(ComputeNetworkBlockSummary model) |
ComputeNetworkBlockSummary.Builder |
id(String id)
The OCID
of the compute network block.
|
ComputeNetworkBlockSummary.Builder |
lifecycleState(ComputeNetworkBlock.LifecycleState lifecycleState)
The current state of the compute network block.
|
ComputeNetworkBlockSummary.Builder |
timeCreated(Date timeCreated)
The date and time that the compute network block was created, in the format defined by
RFC3339.
|
ComputeNetworkBlockSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time that the compute network block was updated, in the format defined by
RFC3339.
|
ComputeNetworkBlockSummary.Builder |
totalComputeBareMetalHostCount(Long totalComputeBareMetalHostCount)
The total number of compute bare metal hosts located in the compute network block.
|
public ComputeNetworkBlockSummary.Builder computeCapacityTopologyId(String computeCapacityTopologyId)
The OCID of the compute capacity topology.
computeCapacityTopologyId
- the value to setpublic ComputeNetworkBlockSummary.Builder computeHpcIslandId(String computeHpcIslandId)
The OCID of the compute HPC island.
computeHpcIslandId
- the value to setpublic ComputeNetworkBlockSummary.Builder id(String id)
The OCID of the compute network block.
id
- the value to setpublic ComputeNetworkBlockSummary.Builder lifecycleState(ComputeNetworkBlock.LifecycleState lifecycleState)
The current state of the compute network block.
lifecycleState
- the value to setpublic ComputeNetworkBlockSummary.Builder timeCreated(Date timeCreated)
The date and time that the compute network block was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic ComputeNetworkBlockSummary.Builder timeUpdated(Date timeUpdated)
The date and time that the compute network block was updated, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeUpdated
- the value to setpublic ComputeNetworkBlockSummary.Builder totalComputeBareMetalHostCount(Long totalComputeBareMetalHostCount)
The total number of compute bare metal hosts located in the compute network block.
totalComputeBareMetalHostCount
- the value to setpublic ComputeNetworkBlockSummary build()
public ComputeNetworkBlockSummary.Builder copy(ComputeNetworkBlockSummary model)
Copyright © 2016–2024. All rights reserved.