com.vmware.cis.tagging.tag

update_spec

The update_spec structure describes the updates to be made to an existing tag.

Use the update operation to modify a tag. When you call the operation, you specify the tag identifier. You obtain the tag identifier when you call the create operation. You can also retrieve an identifier by using the list operation.

Representations:
{
    "description""string",
    "name""string"
}
<?xml version="1.0" ?>
<ns0:UpdateSpec xmlns:ns0="http://vmware.com/cis/tagging/tag" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <description>string</description>
  <name>string</name>
</ns0:UpdateSpec>

Attributes:
Name Type Required Description
name string No. If unset the name will not be modified. The display name of the tag.
description string No. If unset the description will not be modified. The description of the tag.

Copyright © 2014. All Rights Reserved.