public static class UpdateExadataInfrastructureDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateExadataInfrastructureDetails.Builder cloudControlPlaneServer1(String cloudControlPlaneServer1)
The IP address for the first control plane server.
cloudControlPlaneServer1
- the value to setpublic UpdateExadataInfrastructureDetails.Builder cloudControlPlaneServer2(String cloudControlPlaneServer2)
The IP address for the second control plane server.
cloudControlPlaneServer2
- the value to setpublic UpdateExadataInfrastructureDetails.Builder netmask(String netmask)
The netmask for the control plane network.
netmask
- the value to setpublic UpdateExadataInfrastructureDetails.Builder gateway(String gateway)
The gateway for the control plane network.
gateway
- the value to setpublic UpdateExadataInfrastructureDetails.Builder adminNetworkCIDR(String adminNetworkCIDR)
The CIDR block for the Exadata administration network.
adminNetworkCIDR
- the value to setpublic UpdateExadataInfrastructureDetails.Builder infiniBandNetworkCIDR(String infiniBandNetworkCIDR)
The CIDR block for the Exadata InfiniBand interconnect.
infiniBandNetworkCIDR
- the value to setpublic UpdateExadataInfrastructureDetails.Builder corporateProxy(String corporateProxy)
The corporate network proxy for access to the control plane network.
corporateProxy
- the value to setpublic UpdateExadataInfrastructureDetails.Builder contacts(List<ExadataInfrastructureContact> contacts)
The list of contacts for the Exadata infrastructure.
contacts
- the value to setpublic UpdateExadataInfrastructureDetails.Builder maintenanceWindow(MaintenanceWindow maintenanceWindow)
public UpdateExadataInfrastructureDetails.Builder additionalStorageCount(Integer additionalStorageCount)
The requested number of additional storage servers for the Exadata infrastructure.
additionalStorageCount
- the value to setpublic UpdateExadataInfrastructureDetails.Builder isMultiRackDeployment(Boolean isMultiRackDeployment)
Indicates if deployment is Multi-Rack or not.
isMultiRackDeployment
- the value to setpublic UpdateExadataInfrastructureDetails.Builder multiRackConfigurationFile(byte[] multiRackConfigurationFile)
The base64 encoded Multi-Rack configuration json file.
multiRackConfigurationFile
- the value to setpublic UpdateExadataInfrastructureDetails.Builder additionalComputeCount(Integer additionalComputeCount)
The requested number of additional compute servers for the Exadata infrastructure.
additionalComputeCount
- the value to setpublic UpdateExadataInfrastructureDetails.Builder additionalComputeSystemModel(UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel additionalComputeSystemModel)
Oracle Exadata System Model specification. The system model determines the amount of compute or storage server resources available for use. For more information, please see [System and Shape Configuration Options] (https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/ecc-system-config-options.html#GUID-9E090174-5C57-4EB1-9243-B470F9F10D6B)
additionalComputeSystemModel
- the value to setpublic UpdateExadataInfrastructureDetails.Builder dnsServer(List<String> dnsServer)
The list of DNS server IP addresses. Maximum of 3 allowed.
dnsServer
- the value to setpublic UpdateExadataInfrastructureDetails.Builder ntpServer(List<String> ntpServer)
The list of NTP server IP addresses. Maximum of 3 allowed.
ntpServer
- the value to setpublic UpdateExadataInfrastructureDetails.Builder timeZone(String timeZone)
The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
timeZone
- the value to setpublic UpdateExadataInfrastructureDetails.Builder isCpsOfflineReportEnabled(Boolean isCpsOfflineReportEnabled)
Indicates whether cps offline diagnostic report is enabled for this Exadata infrastructure. This will allow a customer to quickly check status themselves and fix problems on their end, saving time and frustration for both Oracle and the customer when they find the CPS in a disconnected state.You can enable offline diagnostic report during Exadata infrastructure provisioning. You can also disable or enable it at any time using the UpdateExadatainfrastructure API.
isCpsOfflineReportEnabled
- the value to setpublic UpdateExadataInfrastructureDetails.Builder networkBondingModeDetails(NetworkBondingModeDetails networkBondingModeDetails)
public UpdateExadataInfrastructureDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic UpdateExadataInfrastructureDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
definedTags
- the value to setpublic UpdateExadataInfrastructureDetails build()
public UpdateExadataInfrastructureDetails.Builder copy(UpdateExadataInfrastructureDetails model)
Copyright © 2016–2024. All rights reserved.