public static class ServiceVnicChannel.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ServiceVnicChannel |
build() |
ServiceVnicChannel.Builder |
copy(ServiceVnicChannel model) |
ServiceVnicChannel.Builder |
nsgIds(List<String> nsgIds)
An array of network security group OCIDs.
|
ServiceVnicChannel.Builder |
subnetId(String subnetId)
The OCID of the subnet where private resources exist.
|
public ServiceVnicChannel.Builder subnetId(String subnetId)
The OCID of the subnet where private resources exist.
subnetId
- the value to setpublic ServiceVnicChannel.Builder nsgIds(List<String> nsgIds)
An array of network security group OCIDs.
nsgIds
- the value to setpublic ServiceVnicChannel build()
public ServiceVnicChannel.Builder copy(ServiceVnicChannel model)
Copyright © 2016–2024. All rights reserved.