vsphere.TagCategory
Explore with Pulumi AI
Create TagCategory Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TagCategory(name: string, args: TagCategoryArgs, opts?: CustomResourceOptions);
@overload
def TagCategory(resource_name: str,
args: TagCategoryArgs,
opts: Optional[ResourceOptions] = None)
@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)
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.
Parameters
- 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.
Constructor example
The following reference example uses placeholder values for all input properties.
var tagCategoryResource = new VSphere.TagCategory("tagCategoryResource", new()
{
AssociableTypes = new[]
{
"string",
},
Cardinality = "string",
Description = "string",
Name = "string",
});
example, err := vsphere.NewTagCategory(ctx, "tagCategoryResource", &vsphere.TagCategoryArgs{
AssociableTypes: pulumi.StringArray{
pulumi.String("string"),
},
Cardinality: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
})
var tagCategoryResource = new TagCategory("tagCategoryResource", TagCategoryArgs.builder()
.associableTypes("string")
.cardinality("string")
.description("string")
.name("string")
.build());
tag_category_resource = vsphere.TagCategory("tagCategoryResource",
associable_types=["string"],
cardinality="string",
description="string",
name="string")
const tagCategoryResource = new vsphere.TagCategory("tagCategoryResource", {
associableTypes: ["string"],
cardinality: "string",
description: "string",
name: "string",
});
type: vsphere:TagCategory
properties:
associableTypes:
- string
cardinality: string
description: string
name: string
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:
- Associable
Types 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), toMULTIPLE
(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 []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), toMULTIPLE
(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 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), toMULTIPLE
(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 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), toMULTIPLE
(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), toMULTIPLE
(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.
- associable
Types 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), toMULTIPLE
(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.
- Associable
Types 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), toMULTIPLE
(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 []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), toMULTIPLE
(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 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), toMULTIPLE
(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 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), toMULTIPLE
(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), toMULTIPLE
(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.
- associable
Types 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), toMULTIPLE
(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.