Moving an Outbound Connector Between Compartments

Move an outbound connector to another compartment within the same tenancy.

    1. Open the navigation menu and click Storage. Click File Storage.
    2. Under Additional resources, click Outbound Connectors.
    3. (Optional) In the List scope section, under Compartment, select a compartment.
    4. Click the name of the outbound connector that you want to move.
    5. On the outbound connector's details page, click Move resource.
    6. Select a Destination compartment.
    7. Click Move resource.
  • Use the oci fs outbound-connector change-compartment command with the required parameters to move an outbound connector to another compartment.

    oci fs outbound-connector change-compartment --compartment-id <compartment_id> --outbound-connector-id <outbound_connector_id> [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Use ChangeOutboundConnectorCompartment to move an outbound connector to another compartment.

    For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.