public static class NetworkConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NetworkConfiguration |
build() |
NetworkConfiguration.Builder |
copy(NetworkConfiguration model) |
NetworkConfiguration.Builder |
nsgIds(List<String> nsgIds)
The list of Oracle Cloud Identifiers
(OCID)
corresponding to Network Security Groups.
|
NetworkConfiguration.Builder |
subnetId(String subnetId)
The Oracle Cloud Identifier
(OCID) of the
subnet.
|
public NetworkConfiguration.Builder subnetId(String subnetId)
The Oracle Cloud Identifier (OCID) of the subnet.
subnetId
- the value to setpublic NetworkConfiguration.Builder nsgIds(List<String> nsgIds)
The list of Oracle Cloud Identifiers (OCID) corresponding to Network Security Groups.
nsgIds
- the value to setpublic NetworkConfiguration build()
public NetworkConfiguration.Builder copy(NetworkConfiguration model)
Copyright © 2016–2024. All rights reserved.