public static class CreateDesktopPoolPrivateAccessDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateDesktopPoolPrivateAccessDetails |
build() |
CreateDesktopPoolPrivateAccessDetails.Builder |
copy(CreateDesktopPoolPrivateAccessDetails model) |
CreateDesktopPoolPrivateAccessDetails.Builder |
nsgIds(List<String> nsgIds)
A list of network security groups for the private access.
|
CreateDesktopPoolPrivateAccessDetails.Builder |
privateIp(String privateIp)
The IPv4 address from the provided OCI subnet which needs to be assigned to the VNIC.
|
CreateDesktopPoolPrivateAccessDetails.Builder |
subnetId(String subnetId)
The OCID of the
subnet in the customer VCN where the connectivity will be established.
|
public CreateDesktopPoolPrivateAccessDetails.Builder subnetId(String subnetId)
The OCID of the subnet in the customer VCN where the connectivity will be established.
subnetId
- the value to setpublic CreateDesktopPoolPrivateAccessDetails.Builder nsgIds(List<String> nsgIds)
A list of network security groups for the private access.
nsgIds
- the value to setpublic CreateDesktopPoolPrivateAccessDetails.Builder privateIp(String privateIp)
The IPv4 address from the provided OCI subnet which needs to be assigned to the VNIC. If not provided, it will be auto-assigned with an available IPv4 address from the subnet.
privateIp
- the value to setpublic CreateDesktopPoolPrivateAccessDetails build()
public CreateDesktopPoolPrivateAccessDetails.Builder copy(CreateDesktopPoolPrivateAccessDetails model)
Copyright © 2016–2024. All rights reserved.