Uses of Class
com.oracle.bmc.dbmulticloud.model.ArcAgentNodes
-
Packages that use ArcAgentNodes Package Description com.oracle.bmc.dbmulticloud.model -
-
Uses of ArcAgentNodes in com.oracle.bmc.dbmulticloud.model
Methods in com.oracle.bmc.dbmulticloud.model that return ArcAgentNodes Modifier and Type Method Description ArcAgentNodes
ArcAgentNodes.Builder. build()
Methods in com.oracle.bmc.dbmulticloud.model that return types with arguments of type ArcAgentNodes Modifier and Type Method Description List<ArcAgentNodes>
OracleDbAzureConnector. getArcAgentNodes()
List of All VMs where Arc Agent is Install under VMCluster.List<ArcAgentNodes>
OracleDbAzureConnectorSummary. getArcAgentNodes()
List of All VMs where Arc Agent Identity is configure under VMCluster.Methods in com.oracle.bmc.dbmulticloud.model with parameters of type ArcAgentNodes Modifier and Type Method Description ArcAgentNodes.Builder
ArcAgentNodes.Builder. copy(ArcAgentNodes model)
Method parameters in com.oracle.bmc.dbmulticloud.model with type arguments of type ArcAgentNodes Modifier and Type Method Description OracleDbAzureConnector.Builder
OracleDbAzureConnector.Builder. arcAgentNodes(List<ArcAgentNodes> arcAgentNodes)
List of All VMs where Arc Agent is Install under VMCluster.OracleDbAzureConnectorSummary.Builder
OracleDbAzureConnectorSummary.Builder. arcAgentNodes(List<ArcAgentNodes> arcAgentNodes)
List of All VMs where Arc Agent Identity is configure under VMCluster.Constructor parameters in com.oracle.bmc.dbmulticloud.model with type arguments of type ArcAgentNodes Constructor Description OracleDbAzureConnector(String id, String displayName, String compartmentId, List<ArcAgentNodes> arcAgentNodes, String dbClusterResourceId, String azureTenantId, String azureSubscriptionId, String azureResourceGroup, String accessToken, String privateEndpointIpAddress, String privateEndpointDnsAlias, OracleDbAzureConnector.AzureIdentityMechanism azureIdentityMechanism, OracleDbAzureConnector.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, Date timeUpdated, String lastModification, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.OracleDbAzureConnectorSummary(String id, String compartmentId, String dbClusterResourceId, String displayName, List<ArcAgentNodes> arcAgentNodes, String azureTenantId, String azureSubscriptionId, String azureResourceGroup, String privateEndpointIpAddress, String privateEndpointDnsAlias, OracleDbAzureConnector.LifecycleState lifecycleState, String lifecycleStateDetails, OracleDbAzureConnector.AzureIdentityMechanism azureIdentityMechanism, Date timeCreated, Date timeUpdated, String lastModification, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-