public static class DesktopNetworkConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DesktopNetworkConfiguration |
build() |
DesktopNetworkConfiguration.Builder |
copy(DesktopNetworkConfiguration model) |
DesktopNetworkConfiguration.Builder |
subnetId(String subnetId)
The OCID of the
subnet in the customer VCN where the connectivity will be established.
|
DesktopNetworkConfiguration.Builder |
vcnId(String vcnId)
The OCID of the
customer VCN.
|
public DesktopNetworkConfiguration.Builder vcnId(String vcnId)
The OCID of the customer VCN.
vcnId
- the value to setpublic DesktopNetworkConfiguration.Builder subnetId(String subnetId)
The OCID of the subnet in the customer VCN where the connectivity will be established.
subnetId
- the value to setpublic DesktopNetworkConfiguration build()
public DesktopNetworkConfiguration.Builder copy(DesktopNetworkConfiguration model)
Copyright © 2016–2024. All rights reserved.