1. Packages
  2. vSphere
  3. API Docs
  4. TagCategory
vSphere v4.10.0 published on Tuesday, Mar 12, 2024 by Pulumi

vsphere.TagCategory

Explore with Pulumi AI

vsphere logo
vSphere v4.10.0 published on Tuesday, Mar 12, 2024 by Pulumi

    Create TagCategory Resource

    new TagCategory(name: string, args: TagCategoryArgs, opts?: CustomResourceOptions);
    @overload
    def TagCategory(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    associable_types: Optional[Sequence[str]] = None,
                    cardinality: Optional[str] = None,
                    description: Optional[str] = None,
                    name: Optional[str] = None)
    @overload
    def TagCategory(resource_name: str,
                    args: TagCategoryArgs,
                    opts: Optional[ResourceOptions] = None)
    func NewTagCategory(ctx *Context, name string, args TagCategoryArgs, opts ...ResourceOption) (*TagCategory, error)
    public TagCategory(string name, TagCategoryArgs args, CustomResourceOptions? opts = null)
    public TagCategory(String name, TagCategoryArgs args)
    public TagCategory(String name, TagCategoryArgs args, CustomResourceOptions options)
    
    type: vsphere:TagCategory
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args TagCategoryArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TagCategoryArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TagCategoryArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TagCategoryArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TagCategoryArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    TagCategory Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The TagCategory resource accepts the following input properties:

    AssociableTypes List<string>
    A list object types that this category is valid to be assigned to. For a full list, click here.
    Cardinality string
    The number of tags that can be assigned from this category to a single object at once. Can be one of SINGLE (object can only be assigned one tag in this category), to MULTIPLE (object can be assigned multiple tags in this category). Forces a new resource if changed.
    Description string

    A description for the category.

    NOTE: You can add associable types to a category, but you cannot remove them. Attempting to do so will result in an error.

    Name string
    The name of the category.
    AssociableTypes []string
    A list object types that this category is valid to be assigned to. For a full list, click here.
    Cardinality string
    The number of tags that can be assigned from this category to a single object at once. Can be one of SINGLE (object can only be assigned one tag in this category), to MULTIPLE (object can be assigned multiple tags in this category). Forces a new resource if changed.
    Description string

    A description for the category.

    NOTE: You can add associable types to a category, but you cannot remove them. Attempting to do so will result in an error.

    Name string
    The name of the category.
    associableTypes List<String>
    A list object types that this category is valid to be assigned to. For a full list, click here.
    cardinality String
    The number of tags that can be assigned from this category to a single object at once. Can be one of SINGLE (object can only be assigned one tag in this category), to MULTIPLE (object can be assigned multiple tags in this category). Forces a new resource if changed.
    description String

    A description for the category.

    NOTE: You can add associable types to a category, but you cannot remove them. Attempting to do so will result in an error.

    name String
    The name of the category.
    associableTypes string[]
    A list object types that this category is valid to be assigned to. For a full list, click here.
    cardinality string
    The number of tags that can be assigned from this category to a single object at once. Can be one of SINGLE (object can only be assigned one tag in this category), to MULTIPLE (object can be assigned multiple tags in this category). Forces a new resource if changed.
    description string

    A description for the category.

    NOTE: You can add associable types to a category, but you cannot remove them. Attempting to do so will result in an error.

    name string
    The name of the category.
    associable_types Sequence[str]
    A list object types that this category is valid to be assigned to. For a full list, click here.
    cardinality str
    The number of tags that can be assigned from this category to a single object at once. Can be one of SINGLE (object can only be assigned one tag in this category), to MULTIPLE (object can be assigned multiple tags in this category). Forces a new resource if changed.
    description str

    A description for the category.

    NOTE: You can add associable types to a category, but you cannot remove them. Attempting to do so will result in an error.

    name str
    The name of the category.
    associableTypes List<String>
    A list object types that this category is valid to be assigned to. For a full list, click here.
    cardinality String
    The number of tags that can be assigned from this category to a single object at once. Can be one of SINGLE (object can only be assigned one tag in this category), to MULTIPLE (object can be assigned multiple tags in this category). Forces a new resource if changed.
    description String

    A description for the category.

    NOTE: You can add associable types to a category, but you cannot remove them. Attempting to do so will result in an error.

    name String
    The name of the category.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the TagCategory resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing TagCategory Resource

    Get an existing TagCategory resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: TagCategoryState, opts?: CustomResourceOptions): TagCategory
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            associable_types: Optional[Sequence[str]] = None,
            cardinality: Optional[str] = None,
            description: Optional[str] = None,
            name: Optional[str] = None) -> TagCategory
    func GetTagCategory(ctx *Context, name string, id IDInput, state *TagCategoryState, opts ...ResourceOption) (*TagCategory, error)
    public static TagCategory Get(string name, Input<string> id, TagCategoryState? state, CustomResourceOptions? opts = null)
    public static TagCategory get(String name, Output<String> id, TagCategoryState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AssociableTypes List<string>
    A list object types that this category is valid to be assigned to. For a full list, click here.
    Cardinality string
    The number of tags that can be assigned from this category to a single object at once. Can be one of SINGLE (object can only be assigned one tag in this category), to MULTIPLE (object can be assigned multiple tags in this category). Forces a new resource if changed.
    Description string

    A description for the category.

    NOTE: You can add associable types to a category, but you cannot remove them. Attempting to do so will result in an error.

    Name string
    The name of the category.
    AssociableTypes []string
    A list object types that this category is valid to be assigned to. For a full list, click here.
    Cardinality string
    The number of tags that can be assigned from this category to a single object at once. Can be one of SINGLE (object can only be assigned one tag in this category), to MULTIPLE (object can be assigned multiple tags in this category). Forces a new resource if changed.
    Description string

    A description for the category.

    NOTE: You can add associable types to a category, but you cannot remove them. Attempting to do so will result in an error.

    Name string
    The name of the category.
    associableTypes List<String>
    A list object types that this category is valid to be assigned to. For a full list, click here.
    cardinality String
    The number of tags that can be assigned from this category to a single object at once. Can be one of SINGLE (object can only be assigned one tag in this category), to MULTIPLE (object can be assigned multiple tags in this category). Forces a new resource if changed.
    description String

    A description for the category.

    NOTE: You can add associable types to a category, but you cannot remove them. Attempting to do so will result in an error.

    name String
    The name of the category.
    associableTypes string[]
    A list object types that this category is valid to be assigned to. For a full list, click here.
    cardinality string
    The number of tags that can be assigned from this category to a single object at once. Can be one of SINGLE (object can only be assigned one tag in this category), to MULTIPLE (object can be assigned multiple tags in this category). Forces a new resource if changed.
    description string

    A description for the category.

    NOTE: You can add associable types to a category, but you cannot remove them. Attempting to do so will result in an error.

    name string
    The name of the category.
    associable_types Sequence[str]
    A list object types that this category is valid to be assigned to. For a full list, click here.
    cardinality str
    The number of tags that can be assigned from this category to a single object at once. Can be one of SINGLE (object can only be assigned one tag in this category), to MULTIPLE (object can be assigned multiple tags in this category). Forces a new resource if changed.
    description str

    A description for the category.

    NOTE: You can add associable types to a category, but you cannot remove them. Attempting to do so will result in an error.

    name str
    The name of the category.
    associableTypes List<String>
    A list object types that this category is valid to be assigned to. For a full list, click here.
    cardinality String
    The number of tags that can be assigned from this category to a single object at once. Can be one of SINGLE (object can only be assigned one tag in this category), to MULTIPLE (object can be assigned multiple tags in this category). Forces a new resource if changed.
    description String

    A description for the category.

    NOTE: You can add associable types to a category, but you cannot remove them. Attempting to do so will result in an error.

    name String
    The name of the category.

    Package Details

    Repository
    vSphere pulumi/pulumi-vsphere
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the vsphere Terraform Provider.
    vsphere logo
    vSphere v4.10.0 published on Tuesday, Mar 12, 2024 by Pulumi