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