public static class ComputeCapacityReport.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ComputeCapacityReport.Builder |
availabilityDomain(String availabilityDomain)
The availability domain for the capacity report.
|
ComputeCapacityReport |
build() |
ComputeCapacityReport.Builder |
compartmentId(String compartmentId)
The OCID
for the compartment.
|
ComputeCapacityReport.Builder |
copy(ComputeCapacityReport model) |
ComputeCapacityReport.Builder |
shapeAvailabilities(List<CapacityReportShapeAvailability> shapeAvailabilities)
Information about the available capacity for each shape in a capacity report.
|
ComputeCapacityReport.Builder |
timeCreated(Date timeCreated)
The date and time the capacity report was created, in the format defined by
RFC3339.
|
public ComputeCapacityReport.Builder compartmentId(String compartmentId)
The OCID for the compartment. This should always be the root compartment.
compartmentId
- the value to setpublic ComputeCapacityReport.Builder availabilityDomain(String availabilityDomain)
The availability domain for the capacity report.
Example: Uocm:PHX-AD-1
availabilityDomain
- the value to setpublic ComputeCapacityReport.Builder shapeAvailabilities(List<CapacityReportShapeAvailability> shapeAvailabilities)
Information about the available capacity for each shape in a capacity report.
shapeAvailabilities
- the value to setpublic ComputeCapacityReport.Builder timeCreated(Date timeCreated)
The date and time the capacity report was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic ComputeCapacityReport build()
public ComputeCapacityReport.Builder copy(ComputeCapacityReport model)
Copyright © 2016–2023. All rights reserved.