public static class NetworkDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NetworkDetails |
build() |
NetworkDetails.Builder |
copy(NetworkDetails model) |
NetworkDetails.Builder |
nsgIds(List<String> nsgIds)
List of customer Network Security Group
OCIDs
associated with the database system.
|
NetworkDetails.Builder |
primaryDbEndpointPrivateIp(String primaryDbEndpointPrivateIp)
Private IP in customer subnet.
|
NetworkDetails.Builder |
subnetId(String subnetId)
The OCID of the
customer subnet associated with the database system.
|
public NetworkDetails.Builder subnetId(String subnetId)
The OCID of the customer subnet associated with the database system.
subnetId
- the value to setpublic NetworkDetails.Builder primaryDbEndpointPrivateIp(String primaryDbEndpointPrivateIp)
Private IP in customer subnet. The value is optional. If the IP is not provided, the IP will be chosen from the available IP addresses from the specified subnet.
primaryDbEndpointPrivateIp
- the value to setpublic NetworkDetails.Builder nsgIds(List<String> nsgIds)
List of customer Network Security Group OCIDs associated with the database system.
nsgIds
- the value to setpublic NetworkDetails build()
public NetworkDetails.Builder copy(NetworkDetails model)
Copyright © 2016–2024. All rights reserved.