Package com.oracle.bmc.database.model
Class ExadataInfrastructureUnAllocatedResources.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.ExadataInfrastructureUnAllocatedResources.Builder
-
- Enclosing class:
- ExadataInfrastructureUnAllocatedResources
public static class ExadataInfrastructureUnAllocatedResources.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExadataInfrastructureUnAllocatedResources.Builder
autonomousVmClusters(List<AutonomousVmClusterResourceDetails> autonomousVmClusters)
The list of Autonomous VM Clusters on the Infra and their associated unallocated resources detailsExadataInfrastructureUnAllocatedResources
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.
-
-
-
Method Detail
-
id
public ExadataInfrastructureUnAllocatedResources.Builder id(String id)
The OCID of the Exadata infrastructure.- Parameters:
id
- the value to set- Returns:
- this builder
-
displayName
public ExadataInfrastructureUnAllocatedResources.Builder displayName(String displayName)
The user-friendly name for the Exadata Cloud@Customer infrastructure.The name does not need to be unique.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
localStorageInGbs
public ExadataInfrastructureUnAllocatedResources.Builder localStorageInGbs(Integer localStorageInGbs)
The minimum amount of un allocated storage that is available across all nodes in the infrastructure.- Parameters:
localStorageInGbs
- the value to set- Returns:
- this builder
-
ocpus
public ExadataInfrastructureUnAllocatedResources.Builder ocpus(Integer ocpus)
The minimum amount of un allocated ocpus that is available across all nodes in the infrastructure.- Parameters:
ocpus
- the value to set- Returns:
- this builder
-
memoryInGBs
public ExadataInfrastructureUnAllocatedResources.Builder memoryInGBs(Integer memoryInGBs)
The minimum amount of un allocated memory that is available across all nodes in the infrastructure.- Parameters:
memoryInGBs
- the value to set- Returns:
- this builder
-
exadataStorageInTBs
public ExadataInfrastructureUnAllocatedResources.Builder exadataStorageInTBs(Double exadataStorageInTBs)
Total unallocated exadata storage in the infrastructure in TBs.- Parameters:
exadataStorageInTBs
- the value to set- Returns:
- this builder
-
autonomousVmClusters
public ExadataInfrastructureUnAllocatedResources.Builder autonomousVmClusters(List<AutonomousVmClusterResourceDetails> autonomousVmClusters)
The list of Autonomous VM Clusters on the Infra and their associated unallocated resources details- Parameters:
autonomousVmClusters
- the value to set- Returns:
- this builder
-
build
public ExadataInfrastructureUnAllocatedResources build()
-
copy
public ExadataInfrastructureUnAllocatedResources.Builder copy(ExadataInfrastructureUnAllocatedResources model)
-
-