public static class DiscoveredExternalCluster.Builder extends Object
Constructor and Description |
---|
Builder() |
public DiscoveredExternalCluster.Builder componentId(String componentId)
public DiscoveredExternalCluster.Builder displayName(String displayName)
public DiscoveredExternalCluster.Builder componentName(String componentName)
public DiscoveredExternalCluster.Builder resourceId(String resourceId)
public DiscoveredExternalCluster.Builder isSelectedForMonitoring(Boolean isSelectedForMonitoring)
public DiscoveredExternalCluster.Builder status(DiscoveredExternalDbSystemComponent.Status status)
public DiscoveredExternalCluster.Builder associatedComponents(List<AssociatedComponent> associatedComponents)
public DiscoveredExternalCluster.Builder gridHome(String gridHome)
The directory in which Oracle Grid Infrastructure is installed.
gridHome
- the value to setpublic DiscoveredExternalCluster.Builder version(String version)
The version of Oracle Clusterware running in the cluster.
version
- the value to setpublic DiscoveredExternalCluster.Builder isFlexCluster(Boolean isFlexCluster)
Indicates whether the cluster is an Oracle Flex Cluster or not.
isFlexCluster
- the value to setpublic DiscoveredExternalCluster.Builder networkConfigurations(List<ExternalClusterNetworkConfiguration> networkConfigurations)
The list of network address configurations of the external cluster.
networkConfigurations
- the value to setpublic DiscoveredExternalCluster.Builder vipConfigurations(List<ExternalClusterVipConfiguration> vipConfigurations)
The list of Virtual IP (VIP) configurations of the external cluster.
vipConfigurations
- the value to setpublic DiscoveredExternalCluster.Builder scanConfigurations(List<ExternalClusterScanListenerConfiguration> scanConfigurations)
The list of Single Client Access Name (SCAN) configurations of the external cluster.
scanConfigurations
- the value to setpublic DiscoveredExternalCluster.Builder ocrFileLocation(String ocrFileLocation)
The location of the Oracle Cluster Registry (OCR) file.
ocrFileLocation
- the value to setpublic DiscoveredExternalCluster.Builder clusterInstances(List<DiscoveredExternalClusterInstance> clusterInstances)
public DiscoveredExternalCluster build()
public DiscoveredExternalCluster.Builder copy(DiscoveredExternalCluster model)
Copyright © 2016–2024. All rights reserved.