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