public static class VmClusterNetworkDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public VmClusterNetworkDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic VmClusterNetworkDetails.Builder displayName(String displayName)
The user-friendly name for the Exadata Cloud@Customer VM cluster network. The name does not need to be unique.
displayName
- the value to setpublic VmClusterNetworkDetails.Builder scans(List<ScanDetails> scans)
The SCAN details.
scans
- the value to setpublic VmClusterNetworkDetails.Builder dns(List<String> dns)
The list of DNS server IP addresses. Maximum of 3 allowed.
dns
- the value to setpublic VmClusterNetworkDetails.Builder ntp(List<String> ntp)
The list of NTP server IP addresses. Maximum of 3 allowed.
ntp
- the value to setpublic VmClusterNetworkDetails.Builder vmNetworks(List<VmNetworkDetails> vmNetworks)
Details of the client and backup networks.
vmNetworks
- the value to setpublic VmClusterNetworkDetails.Builder drScans(List<DrScanDetails> drScans)
The SCAN details for DR network
drScans
- the value to setpublic VmClusterNetworkDetails.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 VmClusterNetworkDetails.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 VmClusterNetworkDetails build()
public VmClusterNetworkDetails.Builder copy(VmClusterNetworkDetails model)
Copyright © 2016–2024. All rights reserved.