Uses of Class
com.oracle.bmc.databasemanagement.model.CreateCloudDbSystemConnectorDetails
-
Packages that use CreateCloudDbSystemConnectorDetails Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.requests -
-
Uses of CreateCloudDbSystemConnectorDetails in com.oracle.bmc.databasemanagement.model
Subclasses of CreateCloudDbSystemConnectorDetails in com.oracle.bmc.databasemanagement.model Modifier and Type Class Description class
CreateCloudDbSystemMacsConnectorDetails
The details for creating a cloud connector that is used to connect to a cloud DB system component using the Management Agent Cloud Service (MACS). -
Uses of CreateCloudDbSystemConnectorDetails in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return CreateCloudDbSystemConnectorDetails Modifier and Type Method Description CreateCloudDbSystemConnectorDetails
CreateCloudDbSystemConnectorRequest. getBody$()
Alternative accessor for the body parameter.CreateCloudDbSystemConnectorDetails
CreateCloudDbSystemConnectorRequest. getCreateCloudDbSystemConnectorDetails()
The details required to create an cloud connector.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type CreateCloudDbSystemConnectorDetails Modifier and Type Method Description CreateCloudDbSystemConnectorRequest.Builder
CreateCloudDbSystemConnectorRequest.Builder. body$(CreateCloudDbSystemConnectorDetails body)
Alternative setter for the body parameter.CreateCloudDbSystemConnectorRequest.Builder
CreateCloudDbSystemConnectorRequest.Builder. createCloudDbSystemConnectorDetails(CreateCloudDbSystemConnectorDetails createCloudDbSystemConnectorDetails)
The details required to create an cloud connector.
-