Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalClusterVipConfiguration
-
Packages that use ExternalClusterVipConfiguration Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalClusterVipConfiguration in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExternalClusterVipConfiguration Modifier and Type Method Description ExternalClusterVipConfiguration
ExternalClusterVipConfiguration.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type ExternalClusterVipConfiguration Modifier and Type Method Description List<ExternalClusterVipConfiguration>
DiscoveredExternalCluster. getVipConfigurations()
The list of Virtual IP (VIP) configurations of the external cluster.List<ExternalClusterVipConfiguration>
ExternalCluster. getVipConfigurations()
The list of Virtual IP (VIP) configurations of the external cluster.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ExternalClusterVipConfiguration Modifier and Type Method Description ExternalClusterVipConfiguration.Builder
ExternalClusterVipConfiguration.Builder. copy(ExternalClusterVipConfiguration model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type ExternalClusterVipConfiguration Modifier and Type Method Description DiscoveredExternalCluster.Builder
DiscoveredExternalCluster.Builder. vipConfigurations(List<ExternalClusterVipConfiguration> vipConfigurations)
The list of Virtual IP (VIP) configurations of the external cluster.ExternalCluster.Builder
ExternalCluster.Builder. vipConfigurations(List<ExternalClusterVipConfiguration> vipConfigurations)
The list of Virtual IP (VIP) configurations of the external cluster.
-