public static class UpdateClusterEndpointConfigDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateClusterEndpointConfigDetails |
build() |
UpdateClusterEndpointConfigDetails.Builder |
copy(UpdateClusterEndpointConfigDetails model) |
UpdateClusterEndpointConfigDetails.Builder |
isPublicIpEnabled(Boolean isPublicIpEnabled)
Whether the cluster should be assigned a public IP address.
|
UpdateClusterEndpointConfigDetails.Builder |
nsgIds(List<String> nsgIds)
A list of the OCIDs of the network security groups (NSGs) to apply to the cluster
endpoint.
|
public UpdateClusterEndpointConfigDetails.Builder nsgIds(List<String> nsgIds)
A list of the OCIDs of the network security groups (NSGs) to apply to the cluster
endpoint. For more information about NSGs, see NetworkSecurityGroup
.
nsgIds
- the value to setpublic UpdateClusterEndpointConfigDetails.Builder isPublicIpEnabled(Boolean isPublicIpEnabled)
Whether the cluster should be assigned a public IP address. Defaults to false. If set to true on a private subnet, the cluster update will fail.
isPublicIpEnabled
- the value to setpublic UpdateClusterEndpointConfigDetails build()
public UpdateClusterEndpointConfigDetails.Builder copy(UpdateClusterEndpointConfigDetails model)
Copyright © 2016–2024. All rights reserved.