public static class CccInfrastructureInventory.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CccInfrastructureInventory |
build() |
CccInfrastructureInventory.Builder |
capacityStorageTrayCount(Integer capacityStorageTrayCount)
The number of storage trays in the Compute Cloud@Customer infrastructure rack that are
designated for capacity storage.
|
CccInfrastructureInventory.Builder |
computeNodeCount(Integer computeNodeCount)
The number of compute nodes that are available and usable on the Compute Cloud@Customer
infrastructure rack.
|
CccInfrastructureInventory.Builder |
copy(CccInfrastructureInventory model) |
CccInfrastructureInventory.Builder |
managementNodeCount(Integer managementNodeCount)
The number of management nodes that are available and in active use on the Compute
Cloud@Customer infrastructure rack.
|
CccInfrastructureInventory.Builder |
performanceStorageTrayCount(Integer performanceStorageTrayCount)
The number of storage trays in the Compute Cloud@Customer infrastructure rack that are
designated for performance storage.
|
CccInfrastructureInventory.Builder |
serialNumber(String serialNumber)
The serial number of the Compute Cloud@Customer infrastructure rack.
|
public CccInfrastructureInventory.Builder serialNumber(String serialNumber)
The serial number of the Compute Cloud@Customer infrastructure rack.
serialNumber
- the value to setpublic CccInfrastructureInventory.Builder managementNodeCount(Integer managementNodeCount)
The number of management nodes that are available and in active use on the Compute Cloud@Customer infrastructure rack.
managementNodeCount
- the value to setpublic CccInfrastructureInventory.Builder computeNodeCount(Integer computeNodeCount)
The number of compute nodes that are available and usable on the Compute Cloud@Customer infrastructure rack. There is no distinction of compute node type in this information.
computeNodeCount
- the value to setpublic CccInfrastructureInventory.Builder capacityStorageTrayCount(Integer capacityStorageTrayCount)
The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for capacity storage.
capacityStorageTrayCount
- the value to setpublic CccInfrastructureInventory.Builder performanceStorageTrayCount(Integer performanceStorageTrayCount)
The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for performance storage.
performanceStorageTrayCount
- the value to setpublic CccInfrastructureInventory build()
public CccInfrastructureInventory.Builder copy(CccInfrastructureInventory model)
Copyright © 2016–2024. All rights reserved.