Uses of Class
com.oracle.bmc.containerengine.model.ServiceLbConfigDetails
-
Packages that use ServiceLbConfigDetails Package Description com.oracle.bmc.containerengine.model -
-
Uses of ServiceLbConfigDetails in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return ServiceLbConfigDetails Modifier and Type Method Description ServiceLbConfigDetails
ServiceLbConfigDetails.Builder. build()
ServiceLbConfigDetails
ClusterCreateOptions. getServiceLbConfig()
ServiceLbConfigDetails
UpdateClusterOptionsDetails. getServiceLbConfig()
Methods in com.oracle.bmc.containerengine.model with parameters of type ServiceLbConfigDetails Modifier and Type Method Description ServiceLbConfigDetails.Builder
ServiceLbConfigDetails.Builder. copy(ServiceLbConfigDetails model)
ClusterCreateOptions.Builder
ClusterCreateOptions.Builder. serviceLbConfig(ServiceLbConfigDetails serviceLbConfig)
UpdateClusterOptionsDetails.Builder
UpdateClusterOptionsDetails.Builder. serviceLbConfig(ServiceLbConfigDetails serviceLbConfig)
Constructors in com.oracle.bmc.containerengine.model with parameters of type ServiceLbConfigDetails Constructor Description ClusterCreateOptions(List<String> serviceLbSubnetIds, List<ClusterCreateOptions.IpFamilies> ipFamilies, KubernetesNetworkConfig kubernetesNetworkConfig, AddOnOptions addOns, AdmissionControllerOptions admissionControllerOptions, PersistentVolumeConfigDetails persistentVolumeConfig, ServiceLbConfigDetails serviceLbConfig, OpenIdConnectTokenAuthenticationConfig openIdConnectTokenAuthenticationConfig, OpenIdConnectDiscovery openIdConnectDiscovery)
Deprecated.UpdateClusterOptionsDetails(AdmissionControllerOptions admissionControllerOptions, PersistentVolumeConfigDetails persistentVolumeConfig, ServiceLbConfigDetails serviceLbConfig, OpenIdConnectTokenAuthenticationConfig openIdConnectTokenAuthenticationConfig, OpenIdConnectDiscovery openIdConnectDiscovery)
Deprecated.
-