public static class PrivateEndpointOutboundConnection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PrivateEndpointOutboundConnection |
build() |
PrivateEndpointOutboundConnection.Builder |
copy(PrivateEndpointOutboundConnection model) |
PrivateEndpointOutboundConnection.Builder |
nsgIds(List<String> nsgIds)
One or more Network security group Ids.
|
PrivateEndpointOutboundConnection.Builder |
subnetId(String subnetId)
Customer Private Network VCN Subnet OCID.
|
public PrivateEndpointOutboundConnection.Builder subnetId(String subnetId)
Customer Private Network VCN Subnet OCID. This is a required argument.
subnetId
- the value to setpublic PrivateEndpointOutboundConnection.Builder nsgIds(List<String> nsgIds)
One or more Network security group Ids. This is an optional argument.
nsgIds
- the value to setpublic PrivateEndpointOutboundConnection build()
public PrivateEndpointOutboundConnection.Builder copy(PrivateEndpointOutboundConnection model)
Copyright © 2016–2024. All rights reserved.