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 class
CreateLdapBindAccountDetails
Account 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 CreateOutboundConnectorDetails
CreateOutboundConnectorRequest. getBody$()
Alternative accessor for the body parameter.CreateOutboundConnectorDetails
CreateOutboundConnectorRequest. 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.Builder
CreateOutboundConnectorRequest.Builder. body$(CreateOutboundConnectorDetails body)
Alternative setter for the body parameter.CreateOutboundConnectorRequest.Builder
CreateOutboundConnectorRequest.Builder. createOutboundConnectorDetails(CreateOutboundConnectorDetails createOutboundConnectorDetails)
Details for creating a new outbound connector.
-