Tagging a Quota at Creation

Add metadata to a quota when you first create one. You can define keys and values, and associate them with resources.

    1. Begin the steps for creating a quota using the Oracle Cloud Infrastructure Console as described in Creating a Quota.
    2. In the Create Quota Policy dialog box, complete the following. See Overview of Tagging for descriptions of these fields.
      • Tag Namespace
      • Tag Key
      • Tag Value

      Click Add Tag to add another tag. Click X to remove the associated tag.

  • Use the --defined-tags or --freeform-tags options when running the oci quota create command to tag a quota when you create it:

    oci limits quota create [...] [--defined-tags | --freeform-tags] tags [OPTIONS]

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

  • Run the CreateQuota operation to create a quota. Include the definedTags and freeformTags attributes and their values.