Uses of Class
com.oracle.bmc.databasemanagement.model.CloudClusterNetworkConfiguration
-
Packages that use CloudClusterNetworkConfiguration Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of CloudClusterNetworkConfiguration in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CloudClusterNetworkConfiguration Modifier and Type Method Description CloudClusterNetworkConfiguration
CloudClusterNetworkConfiguration.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type CloudClusterNetworkConfiguration Modifier and Type Method Description List<CloudClusterNetworkConfiguration>
CloudCluster. getNetworkConfigurations()
The list of network address configurations of the cloud cluster.List<CloudClusterNetworkConfiguration>
DiscoveredCloudCluster. getNetworkConfigurations()
The list of network address configurations of the cloud cluster.Methods in com.oracle.bmc.databasemanagement.model with parameters of type CloudClusterNetworkConfiguration Modifier and Type Method Description CloudClusterNetworkConfiguration.Builder
CloudClusterNetworkConfiguration.Builder. copy(CloudClusterNetworkConfiguration model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type CloudClusterNetworkConfiguration Modifier and Type Method Description CloudCluster.Builder
CloudCluster.Builder. networkConfigurations(List<CloudClusterNetworkConfiguration> networkConfigurations)
The list of network address configurations of the cloud cluster.DiscoveredCloudCluster.Builder
DiscoveredCloudCluster.Builder. networkConfigurations(List<CloudClusterNetworkConfiguration> networkConfigurations)
The list of network address configurations of the cloud cluster.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type CloudClusterNetworkConfiguration Constructor Description CloudCluster(String id, String dbaasId, String displayName, String componentName, String compartmentId, String cloudDbSystemId, String cloudConnectorId, String gridHome, Boolean isFlexCluster, Map<String,String> additionalDetails, CloudCluster.LifecycleState lifecycleState, String lifecycleDetails, List<CloudClusterNetworkConfiguration> networkConfigurations, List<CloudClusterVipConfiguration> vipConfigurations, List<CloudClusterScanListenerConfiguration> scanConfigurations, String ocrFileLocation, Date timeCreated, Date timeUpdated, String version, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-