public static class AutonomousExadataInfrastructureShapeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AutonomousExadataInfrastructureShapeSummary.Builder |
availableCoreCount(Integer availableCoreCount)
The maximum number of CPU cores that can be enabled on the Autonomous Exadata
Infrastructure.
|
AutonomousExadataInfrastructureShapeSummary |
build() |
AutonomousExadataInfrastructureShapeSummary.Builder |
copy(AutonomousExadataInfrastructureShapeSummary model) |
AutonomousExadataInfrastructureShapeSummary.Builder |
coreCountIncrement(Integer coreCountIncrement)
The increment in which core count can be increased or decreased.
|
AutonomousExadataInfrastructureShapeSummary.Builder |
maximumNodeCount(Integer maximumNodeCount)
The maximum number of nodes available for the shape.
|
AutonomousExadataInfrastructureShapeSummary.Builder |
minimumCoreCount(Integer minimumCoreCount)
The minimum number of CPU cores that can be enabled on the Autonomous Exadata
Infrastructure.
|
AutonomousExadataInfrastructureShapeSummary.Builder |
minimumNodeCount(Integer minimumNodeCount)
The minimum number of nodes available for the shape.
|
AutonomousExadataInfrastructureShapeSummary.Builder |
name(String name)
The name of the shape used for the Autonomous Exadata Infrastructure.
|
public AutonomousExadataInfrastructureShapeSummary.Builder name(String name)
The name of the shape used for the Autonomous Exadata Infrastructure.
name
- the value to setpublic AutonomousExadataInfrastructureShapeSummary.Builder availableCoreCount(Integer availableCoreCount)
The maximum number of CPU cores that can be enabled on the Autonomous Exadata Infrastructure.
availableCoreCount
- the value to setpublic AutonomousExadataInfrastructureShapeSummary.Builder minimumCoreCount(Integer minimumCoreCount)
The minimum number of CPU cores that can be enabled on the Autonomous Exadata Infrastructure.
minimumCoreCount
- the value to setpublic AutonomousExadataInfrastructureShapeSummary.Builder coreCountIncrement(Integer coreCountIncrement)
The increment in which core count can be increased or decreased.
coreCountIncrement
- the value to setpublic AutonomousExadataInfrastructureShapeSummary.Builder minimumNodeCount(Integer minimumNodeCount)
The minimum number of nodes available for the shape.
minimumNodeCount
- the value to setpublic AutonomousExadataInfrastructureShapeSummary.Builder maximumNodeCount(Integer maximumNodeCount)
The maximum number of nodes available for the shape.
maximumNodeCount
- the value to setpublic AutonomousExadataInfrastructureShapeSummary build()
public AutonomousExadataInfrastructureShapeSummary.Builder copy(AutonomousExadataInfrastructureShapeSummary model)
Copyright © 2016–2024. All rights reserved.