Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
static ClusterEndpointConfig.Builder |
ClusterEndpointConfig.builder()
Create a new builder.
|
ClusterEndpointConfig.Builder |
ClusterEndpointConfig.Builder.copy(ClusterEndpointConfig model) |
ClusterEndpointConfig.Builder |
ClusterEndpointConfig.Builder.isPublicIpEnabled(Boolean isPublicIpEnabled)
Whether the cluster should be assigned a public IP address.
|
ClusterEndpointConfig.Builder |
ClusterEndpointConfig.Builder.nsgIds(List<String> nsgIds)
A list of the OCIDs of the network security groups (NSGs) to apply to the cluster
endpoint.
|
ClusterEndpointConfig.Builder |
ClusterEndpointConfig.Builder.subnetId(String subnetId)
The OCID of the regional subnet in which to place the Cluster endpoint.
|
ClusterEndpointConfig.Builder |
ClusterEndpointConfig.toBuilder() |
Copyright © 2016–2024. All rights reserved.