public static class CreateExadataInfrastructureDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateExadataInfrastructureDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic CreateExadataInfrastructureDetails.Builder displayName(String displayName)
The user-friendly name for the Exadata infrastructure. The name does not need to be unique.
displayName
- the value to setpublic CreateExadataInfrastructureDetails.Builder shape(String shape)
The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
shape
- the value to setpublic CreateExadataInfrastructureDetails.Builder timeZone(String timeZone)
The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
timeZone
- the value to setpublic CreateExadataInfrastructureDetails.Builder cloudControlPlaneServer1(String cloudControlPlaneServer1)
The IP address for the first control plane server.
cloudControlPlaneServer1
- the value to setpublic CreateExadataInfrastructureDetails.Builder cloudControlPlaneServer2(String cloudControlPlaneServer2)
The IP address for the second control plane server.
cloudControlPlaneServer2
- the value to setpublic CreateExadataInfrastructureDetails.Builder netmask(String netmask)
The netmask for the control plane network.
netmask
- the value to setpublic CreateExadataInfrastructureDetails.Builder gateway(String gateway)
The gateway for the control plane network.
gateway
- the value to setpublic CreateExadataInfrastructureDetails.Builder adminNetworkCIDR(String adminNetworkCIDR)
The CIDR block for the Exadata administration network.
adminNetworkCIDR
- the value to setpublic CreateExadataInfrastructureDetails.Builder infiniBandNetworkCIDR(String infiniBandNetworkCIDR)
The CIDR block for the Exadata InfiniBand interconnect.
infiniBandNetworkCIDR
- the value to setpublic CreateExadataInfrastructureDetails.Builder corporateProxy(String corporateProxy)
The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
corporateProxy
- the value to setpublic CreateExadataInfrastructureDetails.Builder contacts(List<ExadataInfrastructureContact> contacts)
The list of contacts for the Exadata infrastructure.
contacts
- the value to setpublic CreateExadataInfrastructureDetails.Builder maintenanceWindow(MaintenanceWindow maintenanceWindow)
public CreateExadataInfrastructureDetails.Builder storageCount(Integer storageCount)
The number of storage servers for the Exadata infrastructure.
storageCount
- the value to setpublic CreateExadataInfrastructureDetails.Builder computeCount(Integer computeCount)
The number of compute servers for the Exadata infrastructure.
computeCount
- the value to setpublic CreateExadataInfrastructureDetails.Builder isMultiRackDeployment(Boolean isMultiRackDeployment)
Indicates if deployment is Multi-Rack or not.
isMultiRackDeployment
- the value to setpublic CreateExadataInfrastructureDetails.Builder multiRackConfigurationFile(byte[] multiRackConfigurationFile)
The base64 encoded Multi-Rack configuration json file.
multiRackConfigurationFile
- the value to setpublic CreateExadataInfrastructureDetails.Builder dnsServer(List<String> dnsServer)
The list of DNS server IP addresses. Maximum of 3 allowed.
dnsServer
- the value to setpublic CreateExadataInfrastructureDetails.Builder ntpServer(List<String> ntpServer)
The list of NTP server IP addresses. Maximum of 3 allowed.
ntpServer
- the value to setpublic CreateExadataInfrastructureDetails.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 CreateExadataInfrastructureDetails.Builder networkBondingModeDetails(NetworkBondingModeDetails networkBondingModeDetails)
public CreateExadataInfrastructureDetails.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 CreateExadataInfrastructureDetails.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 CreateExadataInfrastructureDetails build()
public CreateExadataInfrastructureDetails.Builder copy(CreateExadataInfrastructureDetails model)
Copyright © 2016–2024. All rights reserved.