ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver object-store-server policy statement delete

    Delete a Policy Statement

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The vserver object-store-server policy statement delete command deletes the policy statement belonging to the object store server policy.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    This parameter specifies the name of the Vserver whose policy statement you want to delete.

    -policy <TextNoCase> - Policy Name

    This parameter specifies the name of the object store server policy whose policy statement needs to be deleted.

    -index <integer> - Statement Index

    This parameter specifies the index of the object store server policy statement.

    Examples

    The following example deletes an object store server policy statement with index 1 of Vserver vs1 and policy Policy_1.

    cluster1::> vserver object-store-server policy statement delete -vserver vs1 -policy Policy_1 -index 1
    Top of Page