Uses of Class
com.oracle.bmc.filestorage.model.CreateOutboundConnectorDetails
-
Packages that use CreateOutboundConnectorDetails Package Description com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.requests -
-
Uses of CreateOutboundConnectorDetails in com.oracle.bmc.filestorage.model
Subclasses of CreateOutboundConnectorDetails in com.oracle.bmc.filestorage.model Modifier and Type Class Description classCreateLdapBindAccountDetailsAccount details for the LDAP bind account to be used by mount targets that use this outbound connector. -
Uses of CreateOutboundConnectorDetails in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return CreateOutboundConnectorDetails Modifier and Type Method Description CreateOutboundConnectorDetailsCreateOutboundConnectorRequest. getBody$()Alternative accessor for the body parameter.CreateOutboundConnectorDetailsCreateOutboundConnectorRequest. getCreateOutboundConnectorDetails()Details for creating a new outbound connector.Methods in com.oracle.bmc.filestorage.requests with parameters of type CreateOutboundConnectorDetails Modifier and Type Method Description CreateOutboundConnectorRequest.BuilderCreateOutboundConnectorRequest.Builder. body$(CreateOutboundConnectorDetails body)Alternative setter for the body parameter.CreateOutboundConnectorRequest.BuilderCreateOutboundConnectorRequest.Builder. createOutboundConnectorDetails(CreateOutboundConnectorDetails createOutboundConnectorDetails)Details for creating a new outbound connector.
-