Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
ExternalClusterVipConfiguration |
ExternalClusterVipConfiguration.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ExternalClusterVipConfiguration> |
ExternalCluster.getVipConfigurations()
The list of Virtual IP (VIP) configurations of the external cluster.
|
List<ExternalClusterVipConfiguration> |
DiscoveredExternalCluster.getVipConfigurations()
The list of Virtual IP (VIP) configurations of the external cluster.
|
Modifier and Type | Method and Description |
---|---|
ExternalClusterVipConfiguration.Builder |
ExternalClusterVipConfiguration.Builder.copy(ExternalClusterVipConfiguration model) |
Modifier and Type | Method and Description |
---|---|
ExternalCluster.Builder |
ExternalCluster.Builder.vipConfigurations(List<ExternalClusterVipConfiguration> vipConfigurations)
The list of Virtual IP (VIP) configurations of the external cluster.
|
DiscoveredExternalCluster.Builder |
DiscoveredExternalCluster.Builder.vipConfigurations(List<ExternalClusterVipConfiguration> vipConfigurations)
The list of Virtual IP (VIP) 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.