public static class ComputeBareMetalHostSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ComputeBareMetalHostSummary |
build() |
ComputeBareMetalHostSummary.Builder |
computeCapacityTopologyId(String computeCapacityTopologyId)
The OCID
of the compute capacity topology.
|
ComputeBareMetalHostSummary.Builder |
computeHpcIslandId(String computeHpcIslandId)
The OCID
of the compute HPC island.
|
ComputeBareMetalHostSummary.Builder |
computeLocalBlockId(String computeLocalBlockId)
The OCID
of the compute network block.
|
ComputeBareMetalHostSummary.Builder |
computeNetworkBlockId(String computeNetworkBlockId)
The OCID
of the compute local block.
|
ComputeBareMetalHostSummary.Builder |
copy(ComputeBareMetalHostSummary model) |
ComputeBareMetalHostSummary.Builder |
id(String id)
The OCID
of the compute bare metal host.
|
ComputeBareMetalHostSummary.Builder |
instanceId(String instanceId)
The OCID
of the compute instance that runs on the compute bare metal host.
|
ComputeBareMetalHostSummary.Builder |
instanceShape(String instanceShape)
The shape of the compute instance that runs on the compute bare metal host.
|
ComputeBareMetalHostSummary.Builder |
lifecycleDetails(ComputeBareMetalHost.LifecycleDetails lifecycleDetails)
The lifecycle state details of the compute bare metal host.
|
ComputeBareMetalHostSummary.Builder |
lifecycleState(ComputeBareMetalHost.LifecycleState lifecycleState)
The current state of the compute bare metal host.
|
ComputeBareMetalHostSummary.Builder |
timeCreated(Date timeCreated)
The date and time that the compute bare metal host was created, in the format defined by
RFC3339.
|
ComputeBareMetalHostSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time that the compute bare metal host was updated, in the format defined by
RFC3339.
|
public ComputeBareMetalHostSummary.Builder computeCapacityTopologyId(String computeCapacityTopologyId)
The OCID of the compute capacity topology.
computeCapacityTopologyId
- the value to setpublic ComputeBareMetalHostSummary.Builder computeHpcIslandId(String computeHpcIslandId)
The OCID of the compute HPC island.
computeHpcIslandId
- the value to setpublic ComputeBareMetalHostSummary.Builder computeLocalBlockId(String computeLocalBlockId)
The OCID of the compute network block.
computeLocalBlockId
- the value to setpublic ComputeBareMetalHostSummary.Builder computeNetworkBlockId(String computeNetworkBlockId)
The OCID of the compute local block.
computeNetworkBlockId
- the value to setpublic ComputeBareMetalHostSummary.Builder id(String id)
The OCID of the compute bare metal host.
id
- the value to setpublic ComputeBareMetalHostSummary.Builder instanceId(String instanceId)
The OCID of the compute instance that runs on the compute bare metal host.
instanceId
- the value to setpublic ComputeBareMetalHostSummary.Builder instanceShape(String instanceShape)
The shape of the compute instance that runs on the compute bare metal host.
instanceShape
- the value to setpublic ComputeBareMetalHostSummary.Builder lifecycleDetails(ComputeBareMetalHost.LifecycleDetails lifecycleDetails)
The lifecycle state details of the compute bare metal host.
lifecycleDetails
- the value to setpublic ComputeBareMetalHostSummary.Builder lifecycleState(ComputeBareMetalHost.LifecycleState lifecycleState)
The current state of the compute bare metal host.
lifecycleState
- the value to setpublic ComputeBareMetalHostSummary.Builder timeCreated(Date timeCreated)
The date and time that the compute bare metal host was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic ComputeBareMetalHostSummary.Builder timeUpdated(Date timeUpdated)
The date and time that the compute bare metal host was updated, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeUpdated
- the value to setpublic ComputeBareMetalHostSummary build()
public ComputeBareMetalHostSummary.Builder copy(ComputeBareMetalHostSummary model)
Copyright © 2016–2024. All rights reserved.