public static class ExadataInfrastructureUnAllocatedResources.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExadataInfrastructureUnAllocatedResources.Builder |
autonomousVmClusters(List<AutonomousVmClusterResourceDetails> autonomousVmClusters)
The list of Autonomous VM Clusters on the Infra and their associated unallocated
resources details
|
ExadataInfrastructureUnAllocatedResources |
build() |
ExadataInfrastructureUnAllocatedResources.Builder |
copy(ExadataInfrastructureUnAllocatedResources model) |
ExadataInfrastructureUnAllocatedResources.Builder |
displayName(String displayName)
The user-friendly name for the Exadata Cloud@Customer infrastructure.
|
ExadataInfrastructureUnAllocatedResources.Builder |
exadataStorageInTBs(Double exadataStorageInTBs)
Total unallocated exadata storage in the infrastructure in TBs.
|
ExadataInfrastructureUnAllocatedResources.Builder |
id(String id)
The OCID of the
Exadata infrastructure.
|
ExadataInfrastructureUnAllocatedResources.Builder |
localStorageInGbs(Integer localStorageInGbs)
The minimum amount of un allocated storage that is available across all nodes in the
infrastructure.
|
ExadataInfrastructureUnAllocatedResources.Builder |
memoryInGBs(Integer memoryInGBs)
The minimum amount of un allocated memory that is available across all nodes in the
infrastructure.
|
ExadataInfrastructureUnAllocatedResources.Builder |
ocpus(Integer ocpus)
The minimum amount of un allocated ocpus that is available across all nodes in the
infrastructure.
|
public ExadataInfrastructureUnAllocatedResources.Builder id(String id)
The OCID of the Exadata infrastructure.
id
- the value to setpublic ExadataInfrastructureUnAllocatedResources.Builder displayName(String displayName)
The user-friendly name for the Exadata Cloud@Customer infrastructure. The name does not need to be unique.
displayName
- the value to setpublic ExadataInfrastructureUnAllocatedResources.Builder localStorageInGbs(Integer localStorageInGbs)
The minimum amount of un allocated storage that is available across all nodes in the infrastructure.
localStorageInGbs
- the value to setpublic ExadataInfrastructureUnAllocatedResources.Builder ocpus(Integer ocpus)
The minimum amount of un allocated ocpus that is available across all nodes in the infrastructure.
ocpus
- the value to setpublic ExadataInfrastructureUnAllocatedResources.Builder memoryInGBs(Integer memoryInGBs)
The minimum amount of un allocated memory that is available across all nodes in the infrastructure.
memoryInGBs
- the value to setpublic ExadataInfrastructureUnAllocatedResources.Builder exadataStorageInTBs(Double exadataStorageInTBs)
Total unallocated exadata storage in the infrastructure in TBs.
exadataStorageInTBs
- the value to setpublic ExadataInfrastructureUnAllocatedResources.Builder autonomousVmClusters(List<AutonomousVmClusterResourceDetails> autonomousVmClusters)
The list of Autonomous VM Clusters on the Infra and their associated unallocated resources details
autonomousVmClusters
- the value to setpublic ExadataInfrastructureUnAllocatedResources build()
public ExadataInfrastructureUnAllocatedResources.Builder copy(ExadataInfrastructureUnAllocatedResources model)
Copyright © 2016–2024. All rights reserved.