Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
ExternalClusterNetworkConfiguration |
ExternalClusterNetworkConfiguration.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ExternalClusterNetworkConfiguration> |
ExternalCluster.getNetworkConfigurations()
The list of network address configurations of the external cluster.
|
List<ExternalClusterNetworkConfiguration> |
DiscoveredExternalCluster.getNetworkConfigurations()
The list of network address configurations of the external cluster.
|
Modifier and Type | Method and Description |
---|---|
ExternalClusterNetworkConfiguration.Builder |
ExternalClusterNetworkConfiguration.Builder.copy(ExternalClusterNetworkConfiguration model) |
Modifier and Type | Method and Description |
---|---|
ExternalCluster.Builder |
ExternalCluster.Builder.networkConfigurations(List<ExternalClusterNetworkConfiguration> networkConfigurations)
The list of network address configurations of the external cluster.
|
DiscoveredExternalCluster.Builder |
DiscoveredExternalCluster.Builder.networkConfigurations(List<ExternalClusterNetworkConfiguration> networkConfigurations)
The list of network address configurations of the external cluster.
|
Constructor and Description |
---|
DiscoveredExternalCluster(String componentId,
String displayName,
String componentName,
String resourceId,
Boolean isSelectedForMonitoring,
DiscoveredExternalDbSystemComponent.Status status,
List<AssociatedComponent> associatedComponents,
String gridHome,
String version,
Boolean isFlexCluster,
List<ExternalClusterNetworkConfiguration> networkConfigurations,
List<ExternalClusterVipConfiguration> vipConfigurations,
List<ExternalClusterScanListenerConfiguration> scanConfigurations,
String ocrFileLocation,
List<DiscoveredExternalClusterInstance> clusterInstances)
Deprecated.
|
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.
|
Copyright © 2016–2024. All rights reserved.