Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalClusterNetworkConfiguration
-
Packages that use ExternalClusterNetworkConfiguration Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalClusterNetworkConfiguration in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExternalClusterNetworkConfiguration Modifier and Type Method Description ExternalClusterNetworkConfiguration
ExternalClusterNetworkConfiguration.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type ExternalClusterNetworkConfiguration Modifier and Type Method Description List<ExternalClusterNetworkConfiguration>
DiscoveredExternalCluster. getNetworkConfigurations()
The list of network address configurations of the external cluster.List<ExternalClusterNetworkConfiguration>
ExternalCluster. getNetworkConfigurations()
The list of network address configurations of the external cluster.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ExternalClusterNetworkConfiguration Modifier and Type Method Description ExternalClusterNetworkConfiguration.Builder
ExternalClusterNetworkConfiguration.Builder. copy(ExternalClusterNetworkConfiguration model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type ExternalClusterNetworkConfiguration Modifier and Type Method Description DiscoveredExternalCluster.Builder
DiscoveredExternalCluster.Builder. networkConfigurations(List<ExternalClusterNetworkConfiguration> networkConfigurations)
The list of network address configurations of the external cluster.ExternalCluster.Builder
ExternalCluster.Builder. networkConfigurations(List<ExternalClusterNetworkConfiguration> networkConfigurations)
The list of network address configurations of the external cluster.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type ExternalClusterNetworkConfiguration Constructor Description ExternalCluster(String id, String displayName, String componentName, String compartmentId, String externalDbSystemId, String externalConnectorId, String gridHome, Boolean isFlexCluster, Map<String,String> additionalDetails, ExternalCluster.LifecycleState lifecycleState, String lifecycleDetails, List<ExternalClusterNetworkConfiguration> networkConfigurations, List<ExternalClusterVipConfiguration> vipConfigurations, List<ExternalClusterScanListenerConfiguration> 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.
-