pulumi-vsphere 4.13.1a1738773193__py3-none-any.whl → 4.13.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-vsphere might be problematic. Click here for more details.

Files changed (87) hide show
  1. pulumi_vsphere/__init__.py +1 -0
  2. pulumi_vsphere/_inputs.py +969 -968
  3. pulumi_vsphere/_utilities.py +8 -4
  4. pulumi_vsphere/compute_cluster.py +918 -917
  5. pulumi_vsphere/compute_cluster_host_group.py +43 -42
  6. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +71 -70
  7. pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +71 -70
  8. pulumi_vsphere/compute_cluster_vm_dependency_rule.py +85 -84
  9. pulumi_vsphere/compute_cluster_vm_group.py +43 -42
  10. pulumi_vsphere/compute_cluster_vm_host_rule.py +99 -98
  11. pulumi_vsphere/config/__init__.py +1 -0
  12. pulumi_vsphere/config/__init__.pyi +1 -0
  13. pulumi_vsphere/config/vars.py +1 -0
  14. pulumi_vsphere/content_library.py +43 -42
  15. pulumi_vsphere/content_library_item.py +85 -84
  16. pulumi_vsphere/custom_attribute.py +29 -28
  17. pulumi_vsphere/datacenter.py +64 -63
  18. pulumi_vsphere/datastore_cluster.py +351 -350
  19. pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +71 -70
  20. pulumi_vsphere/distributed_port_group.py +645 -644
  21. pulumi_vsphere/distributed_virtual_switch.py +1282 -1281
  22. pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +57 -56
  23. pulumi_vsphere/dpm_host_override.py +57 -56
  24. pulumi_vsphere/drs_vm_override.py +57 -56
  25. pulumi_vsphere/entity_permissions.py +29 -28
  26. pulumi_vsphere/file.py +95 -94
  27. pulumi_vsphere/folder.py +71 -70
  28. pulumi_vsphere/get_compute_cluster.py +13 -12
  29. pulumi_vsphere/get_compute_cluster_host_group.py +13 -12
  30. pulumi_vsphere/get_content_library.py +7 -6
  31. pulumi_vsphere/get_content_library_item.py +17 -16
  32. pulumi_vsphere/get_custom_attribute.py +8 -7
  33. pulumi_vsphere/get_datacenter.py +8 -7
  34. pulumi_vsphere/get_datastore.py +17 -16
  35. pulumi_vsphere/get_datastore_cluster.py +13 -12
  36. pulumi_vsphere/get_datastore_stats.py +17 -16
  37. pulumi_vsphere/get_distributed_virtual_switch.py +13 -12
  38. pulumi_vsphere/get_dynamic.py +17 -16
  39. pulumi_vsphere/get_folder.py +7 -6
  40. pulumi_vsphere/get_guest_os_customization.py +11 -10
  41. pulumi_vsphere/get_host.py +13 -12
  42. pulumi_vsphere/get_host_base_images.py +3 -2
  43. pulumi_vsphere/get_host_pci_device.py +23 -22
  44. pulumi_vsphere/get_host_thumbprint.py +17 -16
  45. pulumi_vsphere/get_host_vgpu_profile.py +12 -11
  46. pulumi_vsphere/get_license.py +12 -11
  47. pulumi_vsphere/get_network.py +18 -17
  48. pulumi_vsphere/get_ovf_vm_template.py +89 -88
  49. pulumi_vsphere/get_policy.py +7 -6
  50. pulumi_vsphere/get_resource_pool.py +12 -11
  51. pulumi_vsphere/get_role.py +20 -19
  52. pulumi_vsphere/get_tag.py +13 -12
  53. pulumi_vsphere/get_tag_category.py +10 -9
  54. pulumi_vsphere/get_vapp_container.py +12 -11
  55. pulumi_vsphere/get_virtual_machine.py +204 -203
  56. pulumi_vsphere/get_vmfs_disks.py +18 -17
  57. pulumi_vsphere/guest_os_customization.py +57 -56
  58. pulumi_vsphere/ha_vm_override.py +211 -210
  59. pulumi_vsphere/host.py +197 -196
  60. pulumi_vsphere/host_port_group.py +253 -252
  61. pulumi_vsphere/host_virtual_switch.py +295 -294
  62. pulumi_vsphere/license.py +57 -56
  63. pulumi_vsphere/nas_datastore.py +211 -210
  64. pulumi_vsphere/offline_software_depot.py +15 -14
  65. pulumi_vsphere/outputs.py +721 -720
  66. pulumi_vsphere/provider.py +98 -97
  67. pulumi_vsphere/pulumi-plugin.json +1 -1
  68. pulumi_vsphere/resource_pool.py +211 -210
  69. pulumi_vsphere/role.py +36 -35
  70. pulumi_vsphere/storage_drs_vm_override.py +71 -70
  71. pulumi_vsphere/supervisor.py +155 -154
  72. pulumi_vsphere/tag.py +43 -42
  73. pulumi_vsphere/tag_category.py +57 -56
  74. pulumi_vsphere/vapp_container.py +211 -210
  75. pulumi_vsphere/vapp_entity.py +141 -140
  76. pulumi_vsphere/virtual_disk.py +99 -98
  77. pulumi_vsphere/virtual_machine.py +1040 -1039
  78. pulumi_vsphere/virtual_machine_class.py +85 -84
  79. pulumi_vsphere/virtual_machine_snapshot.py +99 -98
  80. pulumi_vsphere/vm_storage_policy.py +29 -28
  81. pulumi_vsphere/vmfs_datastore.py +148 -147
  82. pulumi_vsphere/vnic.py +113 -112
  83. {pulumi_vsphere-4.13.1a1738773193.dist-info → pulumi_vsphere-4.13.2.dist-info}/METADATA +2 -2
  84. pulumi_vsphere-4.13.2.dist-info/RECORD +87 -0
  85. {pulumi_vsphere-4.13.1a1738773193.dist-info → pulumi_vsphere-4.13.2.dist-info}/WHEEL +1 -1
  86. pulumi_vsphere-4.13.1a1738773193.dist-info/RECORD +0 -87
  87. {pulumi_vsphere-4.13.1a1738773193.dist-info → pulumi_vsphere-4.13.2.dist-info}/top_level.txt +0 -0
pulumi_vsphere/tag.py CHANGED
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -19,15 +20,15 @@ __all__ = ['TagArgs', 'Tag']
19
20
  @pulumi.input_type
20
21
  class TagArgs:
21
22
  def __init__(__self__, *,
22
- category_id: pulumi.Input[str],
23
- description: Optional[pulumi.Input[str]] = None,
24
- name: Optional[pulumi.Input[str]] = None):
23
+ category_id: pulumi.Input[builtins.str],
24
+ description: Optional[pulumi.Input[builtins.str]] = None,
25
+ name: Optional[pulumi.Input[builtins.str]] = None):
25
26
  """
26
27
  The set of arguments for constructing a Tag resource.
27
- :param pulumi.Input[str] category_id: The unique identifier of the parent category in
28
+ :param pulumi.Input[builtins.str] category_id: The unique identifier of the parent category in
28
29
  which this tag will be created. Forces a new resource if changed.
29
- :param pulumi.Input[str] description: A description for the tag.
30
- :param pulumi.Input[str] name: The display name of the tag. The name must be unique
30
+ :param pulumi.Input[builtins.str] description: A description for the tag.
31
+ :param pulumi.Input[builtins.str] name: The display name of the tag. The name must be unique
31
32
  within its category.
32
33
  """
33
34
  pulumi.set(__self__, "category_id", category_id)
@@ -38,7 +39,7 @@ class TagArgs:
38
39
 
39
40
  @property
40
41
  @pulumi.getter(name="categoryId")
41
- def category_id(self) -> pulumi.Input[str]:
42
+ def category_id(self) -> pulumi.Input[builtins.str]:
42
43
  """
43
44
  The unique identifier of the parent category in
44
45
  which this tag will be created. Forces a new resource if changed.
@@ -46,24 +47,24 @@ class TagArgs:
46
47
  return pulumi.get(self, "category_id")
47
48
 
48
49
  @category_id.setter
49
- def category_id(self, value: pulumi.Input[str]):
50
+ def category_id(self, value: pulumi.Input[builtins.str]):
50
51
  pulumi.set(self, "category_id", value)
51
52
 
52
53
  @property
53
54
  @pulumi.getter
54
- def description(self) -> Optional[pulumi.Input[str]]:
55
+ def description(self) -> Optional[pulumi.Input[builtins.str]]:
55
56
  """
56
57
  A description for the tag.
57
58
  """
58
59
  return pulumi.get(self, "description")
59
60
 
60
61
  @description.setter
61
- def description(self, value: Optional[pulumi.Input[str]]):
62
+ def description(self, value: Optional[pulumi.Input[builtins.str]]):
62
63
  pulumi.set(self, "description", value)
63
64
 
64
65
  @property
65
66
  @pulumi.getter
66
- def name(self) -> Optional[pulumi.Input[str]]:
67
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
67
68
  """
68
69
  The display name of the tag. The name must be unique
69
70
  within its category.
@@ -71,22 +72,22 @@ class TagArgs:
71
72
  return pulumi.get(self, "name")
72
73
 
73
74
  @name.setter
74
- def name(self, value: Optional[pulumi.Input[str]]):
75
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
75
76
  pulumi.set(self, "name", value)
76
77
 
77
78
 
78
79
  @pulumi.input_type
79
80
  class _TagState:
80
81
  def __init__(__self__, *,
81
- category_id: Optional[pulumi.Input[str]] = None,
82
- description: Optional[pulumi.Input[str]] = None,
83
- name: Optional[pulumi.Input[str]] = None):
82
+ category_id: Optional[pulumi.Input[builtins.str]] = None,
83
+ description: Optional[pulumi.Input[builtins.str]] = None,
84
+ name: Optional[pulumi.Input[builtins.str]] = None):
84
85
  """
85
86
  Input properties used for looking up and filtering Tag resources.
86
- :param pulumi.Input[str] category_id: The unique identifier of the parent category in
87
+ :param pulumi.Input[builtins.str] category_id: The unique identifier of the parent category in
87
88
  which this tag will be created. Forces a new resource if changed.
88
- :param pulumi.Input[str] description: A description for the tag.
89
- :param pulumi.Input[str] name: The display name of the tag. The name must be unique
89
+ :param pulumi.Input[builtins.str] description: A description for the tag.
90
+ :param pulumi.Input[builtins.str] name: The display name of the tag. The name must be unique
90
91
  within its category.
91
92
  """
92
93
  if category_id is not None:
@@ -98,7 +99,7 @@ class _TagState:
98
99
 
99
100
  @property
100
101
  @pulumi.getter(name="categoryId")
101
- def category_id(self) -> Optional[pulumi.Input[str]]:
102
+ def category_id(self) -> Optional[pulumi.Input[builtins.str]]:
102
103
  """
103
104
  The unique identifier of the parent category in
104
105
  which this tag will be created. Forces a new resource if changed.
@@ -106,24 +107,24 @@ class _TagState:
106
107
  return pulumi.get(self, "category_id")
107
108
 
108
109
  @category_id.setter
109
- def category_id(self, value: Optional[pulumi.Input[str]]):
110
+ def category_id(self, value: Optional[pulumi.Input[builtins.str]]):
110
111
  pulumi.set(self, "category_id", value)
111
112
 
112
113
  @property
113
114
  @pulumi.getter
114
- def description(self) -> Optional[pulumi.Input[str]]:
115
+ def description(self) -> Optional[pulumi.Input[builtins.str]]:
115
116
  """
116
117
  A description for the tag.
117
118
  """
118
119
  return pulumi.get(self, "description")
119
120
 
120
121
  @description.setter
121
- def description(self, value: Optional[pulumi.Input[str]]):
122
+ def description(self, value: Optional[pulumi.Input[builtins.str]]):
122
123
  pulumi.set(self, "description", value)
123
124
 
124
125
  @property
125
126
  @pulumi.getter
126
- def name(self) -> Optional[pulumi.Input[str]]:
127
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
127
128
  """
128
129
  The display name of the tag. The name must be unique
129
130
  within its category.
@@ -131,7 +132,7 @@ class _TagState:
131
132
  return pulumi.get(self, "name")
132
133
 
133
134
  @name.setter
134
- def name(self, value: Optional[pulumi.Input[str]]):
135
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
135
136
  pulumi.set(self, "name", value)
136
137
 
137
138
 
@@ -140,9 +141,9 @@ class Tag(pulumi.CustomResource):
140
141
  def __init__(__self__,
141
142
  resource_name: str,
142
143
  opts: Optional[pulumi.ResourceOptions] = None,
143
- category_id: Optional[pulumi.Input[str]] = None,
144
- description: Optional[pulumi.Input[str]] = None,
145
- name: Optional[pulumi.Input[str]] = None,
144
+ category_id: Optional[pulumi.Input[builtins.str]] = None,
145
+ description: Optional[pulumi.Input[builtins.str]] = None,
146
+ name: Optional[pulumi.Input[builtins.str]] = None,
146
147
  __props__=None):
147
148
  """
148
149
  The `Tag` resource can be used to create and manage tags, which allow
@@ -224,10 +225,10 @@ class Tag(pulumi.CustomResource):
224
225
 
225
226
  :param str resource_name: The name of the resource.
226
227
  :param pulumi.ResourceOptions opts: Options for the resource.
227
- :param pulumi.Input[str] category_id: The unique identifier of the parent category in
228
+ :param pulumi.Input[builtins.str] category_id: The unique identifier of the parent category in
228
229
  which this tag will be created. Forces a new resource if changed.
229
- :param pulumi.Input[str] description: A description for the tag.
230
- :param pulumi.Input[str] name: The display name of the tag. The name must be unique
230
+ :param pulumi.Input[builtins.str] description: A description for the tag.
231
+ :param pulumi.Input[builtins.str] name: The display name of the tag. The name must be unique
231
232
  within its category.
232
233
  """
233
234
  ...
@@ -329,9 +330,9 @@ class Tag(pulumi.CustomResource):
329
330
  def _internal_init(__self__,
330
331
  resource_name: str,
331
332
  opts: Optional[pulumi.ResourceOptions] = None,
332
- category_id: Optional[pulumi.Input[str]] = None,
333
- description: Optional[pulumi.Input[str]] = None,
334
- name: Optional[pulumi.Input[str]] = None,
333
+ category_id: Optional[pulumi.Input[builtins.str]] = None,
334
+ description: Optional[pulumi.Input[builtins.str]] = None,
335
+ name: Optional[pulumi.Input[builtins.str]] = None,
335
336
  __props__=None):
336
337
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
337
338
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -356,9 +357,9 @@ class Tag(pulumi.CustomResource):
356
357
  def get(resource_name: str,
357
358
  id: pulumi.Input[str],
358
359
  opts: Optional[pulumi.ResourceOptions] = None,
359
- category_id: Optional[pulumi.Input[str]] = None,
360
- description: Optional[pulumi.Input[str]] = None,
361
- name: Optional[pulumi.Input[str]] = None) -> 'Tag':
360
+ category_id: Optional[pulumi.Input[builtins.str]] = None,
361
+ description: Optional[pulumi.Input[builtins.str]] = None,
362
+ name: Optional[pulumi.Input[builtins.str]] = None) -> 'Tag':
362
363
  """
363
364
  Get an existing Tag resource's state with the given name, id, and optional extra
364
365
  properties used to qualify the lookup.
@@ -366,10 +367,10 @@ class Tag(pulumi.CustomResource):
366
367
  :param str resource_name: The unique name of the resulting resource.
367
368
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
368
369
  :param pulumi.ResourceOptions opts: Options for the resource.
369
- :param pulumi.Input[str] category_id: The unique identifier of the parent category in
370
+ :param pulumi.Input[builtins.str] category_id: The unique identifier of the parent category in
370
371
  which this tag will be created. Forces a new resource if changed.
371
- :param pulumi.Input[str] description: A description for the tag.
372
- :param pulumi.Input[str] name: The display name of the tag. The name must be unique
372
+ :param pulumi.Input[builtins.str] description: A description for the tag.
373
+ :param pulumi.Input[builtins.str] name: The display name of the tag. The name must be unique
373
374
  within its category.
374
375
  """
375
376
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -383,7 +384,7 @@ class Tag(pulumi.CustomResource):
383
384
 
384
385
  @property
385
386
  @pulumi.getter(name="categoryId")
386
- def category_id(self) -> pulumi.Output[str]:
387
+ def category_id(self) -> pulumi.Output[builtins.str]:
387
388
  """
388
389
  The unique identifier of the parent category in
389
390
  which this tag will be created. Forces a new resource if changed.
@@ -392,7 +393,7 @@ class Tag(pulumi.CustomResource):
392
393
 
393
394
  @property
394
395
  @pulumi.getter
395
- def description(self) -> pulumi.Output[Optional[str]]:
396
+ def description(self) -> pulumi.Output[Optional[builtins.str]]:
396
397
  """
397
398
  A description for the tag.
398
399
  """
@@ -400,7 +401,7 @@ class Tag(pulumi.CustomResource):
400
401
 
401
402
  @property
402
403
  @pulumi.getter
403
- def name(self) -> pulumi.Output[str]:
404
+ def name(self) -> pulumi.Output[builtins.str]:
404
405
  """
405
406
  The display name of the tag. The name must be unique
406
407
  within its category.
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -19,24 +20,24 @@ __all__ = ['TagCategoryArgs', 'TagCategory']
19
20
  @pulumi.input_type
20
21
  class TagCategoryArgs:
21
22
  def __init__(__self__, *,
22
- associable_types: pulumi.Input[Sequence[pulumi.Input[str]]],
23
- cardinality: pulumi.Input[str],
24
- description: Optional[pulumi.Input[str]] = None,
25
- name: Optional[pulumi.Input[str]] = None):
23
+ associable_types: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
24
+ cardinality: pulumi.Input[builtins.str],
25
+ description: Optional[pulumi.Input[builtins.str]] = None,
26
+ name: Optional[pulumi.Input[builtins.str]] = None):
26
27
  """
27
28
  The set of arguments for constructing a TagCategory resource.
28
- :param pulumi.Input[Sequence[pulumi.Input[str]]] associable_types: A list object types that this category is
29
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] associable_types: A list object types that this category is
29
30
  valid to be assigned to. For a full list, click
30
31
  here.
31
- :param pulumi.Input[str] cardinality: The number of tags that can be assigned from this
32
+ :param pulumi.Input[builtins.str] cardinality: The number of tags that can be assigned from this
32
33
  category to a single object at once. Can be one of `SINGLE` (object can only
33
34
  be assigned one tag in this category), to `MULTIPLE` (object can be assigned
34
35
  multiple tags in this category). Forces a new resource if changed.
35
- :param pulumi.Input[str] description: A description for the category.
36
+ :param pulumi.Input[builtins.str] description: A description for the category.
36
37
 
37
38
  > **NOTE:** You can add associable types to a category, but you cannot remove
38
39
  them. Attempting to do so will result in an error.
39
- :param pulumi.Input[str] name: The name of the category.
40
+ :param pulumi.Input[builtins.str] name: The name of the category.
40
41
  """
41
42
  pulumi.set(__self__, "associable_types", associable_types)
42
43
  pulumi.set(__self__, "cardinality", cardinality)
@@ -47,7 +48,7 @@ class TagCategoryArgs:
47
48
 
48
49
  @property
49
50
  @pulumi.getter(name="associableTypes")
50
- def associable_types(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
51
+ def associable_types(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
51
52
  """
52
53
  A list object types that this category is
53
54
  valid to be assigned to. For a full list, click
@@ -56,12 +57,12 @@ class TagCategoryArgs:
56
57
  return pulumi.get(self, "associable_types")
57
58
 
58
59
  @associable_types.setter
59
- def associable_types(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
60
+ def associable_types(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
60
61
  pulumi.set(self, "associable_types", value)
61
62
 
62
63
  @property
63
64
  @pulumi.getter
64
- def cardinality(self) -> pulumi.Input[str]:
65
+ def cardinality(self) -> pulumi.Input[builtins.str]:
65
66
  """
66
67
  The number of tags that can be assigned from this
67
68
  category to a single object at once. Can be one of `SINGLE` (object can only
@@ -71,12 +72,12 @@ class TagCategoryArgs:
71
72
  return pulumi.get(self, "cardinality")
72
73
 
73
74
  @cardinality.setter
74
- def cardinality(self, value: pulumi.Input[str]):
75
+ def cardinality(self, value: pulumi.Input[builtins.str]):
75
76
  pulumi.set(self, "cardinality", value)
76
77
 
77
78
  @property
78
79
  @pulumi.getter
79
- def description(self) -> Optional[pulumi.Input[str]]:
80
+ def description(self) -> Optional[pulumi.Input[builtins.str]]:
80
81
  """
81
82
  A description for the category.
82
83
 
@@ -86,43 +87,43 @@ class TagCategoryArgs:
86
87
  return pulumi.get(self, "description")
87
88
 
88
89
  @description.setter
89
- def description(self, value: Optional[pulumi.Input[str]]):
90
+ def description(self, value: Optional[pulumi.Input[builtins.str]]):
90
91
  pulumi.set(self, "description", value)
91
92
 
92
93
  @property
93
94
  @pulumi.getter
94
- def name(self) -> Optional[pulumi.Input[str]]:
95
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
95
96
  """
96
97
  The name of the category.
97
98
  """
98
99
  return pulumi.get(self, "name")
99
100
 
100
101
  @name.setter
101
- def name(self, value: Optional[pulumi.Input[str]]):
102
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
102
103
  pulumi.set(self, "name", value)
103
104
 
104
105
 
105
106
  @pulumi.input_type
106
107
  class _TagCategoryState:
107
108
  def __init__(__self__, *,
108
- associable_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
109
- cardinality: Optional[pulumi.Input[str]] = None,
110
- description: Optional[pulumi.Input[str]] = None,
111
- name: Optional[pulumi.Input[str]] = None):
109
+ associable_types: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
110
+ cardinality: Optional[pulumi.Input[builtins.str]] = None,
111
+ description: Optional[pulumi.Input[builtins.str]] = None,
112
+ name: Optional[pulumi.Input[builtins.str]] = None):
112
113
  """
113
114
  Input properties used for looking up and filtering TagCategory resources.
114
- :param pulumi.Input[Sequence[pulumi.Input[str]]] associable_types: A list object types that this category is
115
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] associable_types: A list object types that this category is
115
116
  valid to be assigned to. For a full list, click
116
117
  here.
117
- :param pulumi.Input[str] cardinality: The number of tags that can be assigned from this
118
+ :param pulumi.Input[builtins.str] cardinality: The number of tags that can be assigned from this
118
119
  category to a single object at once. Can be one of `SINGLE` (object can only
119
120
  be assigned one tag in this category), to `MULTIPLE` (object can be assigned
120
121
  multiple tags in this category). Forces a new resource if changed.
121
- :param pulumi.Input[str] description: A description for the category.
122
+ :param pulumi.Input[builtins.str] description: A description for the category.
122
123
 
123
124
  > **NOTE:** You can add associable types to a category, but you cannot remove
124
125
  them. Attempting to do so will result in an error.
125
- :param pulumi.Input[str] name: The name of the category.
126
+ :param pulumi.Input[builtins.str] name: The name of the category.
126
127
  """
127
128
  if associable_types is not None:
128
129
  pulumi.set(__self__, "associable_types", associable_types)
@@ -135,7 +136,7 @@ class _TagCategoryState:
135
136
 
136
137
  @property
137
138
  @pulumi.getter(name="associableTypes")
138
- def associable_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
139
+ def associable_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
139
140
  """
140
141
  A list object types that this category is
141
142
  valid to be assigned to. For a full list, click
@@ -144,12 +145,12 @@ class _TagCategoryState:
144
145
  return pulumi.get(self, "associable_types")
145
146
 
146
147
  @associable_types.setter
147
- def associable_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
148
+ def associable_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
148
149
  pulumi.set(self, "associable_types", value)
149
150
 
150
151
  @property
151
152
  @pulumi.getter
152
- def cardinality(self) -> Optional[pulumi.Input[str]]:
153
+ def cardinality(self) -> Optional[pulumi.Input[builtins.str]]:
153
154
  """
154
155
  The number of tags that can be assigned from this
155
156
  category to a single object at once. Can be one of `SINGLE` (object can only
@@ -159,12 +160,12 @@ class _TagCategoryState:
159
160
  return pulumi.get(self, "cardinality")
160
161
 
161
162
  @cardinality.setter
162
- def cardinality(self, value: Optional[pulumi.Input[str]]):
163
+ def cardinality(self, value: Optional[pulumi.Input[builtins.str]]):
163
164
  pulumi.set(self, "cardinality", value)
164
165
 
165
166
  @property
166
167
  @pulumi.getter
167
- def description(self) -> Optional[pulumi.Input[str]]:
168
+ def description(self) -> Optional[pulumi.Input[builtins.str]]:
168
169
  """
169
170
  A description for the category.
170
171
 
@@ -174,19 +175,19 @@ class _TagCategoryState:
174
175
  return pulumi.get(self, "description")
175
176
 
176
177
  @description.setter
177
- def description(self, value: Optional[pulumi.Input[str]]):
178
+ def description(self, value: Optional[pulumi.Input[builtins.str]]):
178
179
  pulumi.set(self, "description", value)
179
180
 
180
181
  @property
181
182
  @pulumi.getter
182
- def name(self) -> Optional[pulumi.Input[str]]:
183
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
183
184
  """
184
185
  The name of the category.
185
186
  """
186
187
  return pulumi.get(self, "name")
187
188
 
188
189
  @name.setter
189
- def name(self, value: Optional[pulumi.Input[str]]):
190
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
190
191
  pulumi.set(self, "name", value)
191
192
 
192
193
 
@@ -195,10 +196,10 @@ class TagCategory(pulumi.CustomResource):
195
196
  def __init__(__self__,
196
197
  resource_name: str,
197
198
  opts: Optional[pulumi.ResourceOptions] = None,
198
- associable_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
199
- cardinality: Optional[pulumi.Input[str]] = None,
200
- description: Optional[pulumi.Input[str]] = None,
201
- name: Optional[pulumi.Input[str]] = None,
199
+ associable_types: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
200
+ cardinality: Optional[pulumi.Input[builtins.str]] = None,
201
+ description: Optional[pulumi.Input[builtins.str]] = None,
202
+ name: Optional[pulumi.Input[builtins.str]] = None,
202
203
  __props__=None):
203
204
  """
204
205
  The `TagCategory` resource can be used to create and manage tag
@@ -242,18 +243,18 @@ class TagCategory(pulumi.CustomResource):
242
243
 
243
244
  :param str resource_name: The name of the resource.
244
245
  :param pulumi.ResourceOptions opts: Options for the resource.
245
- :param pulumi.Input[Sequence[pulumi.Input[str]]] associable_types: A list object types that this category is
246
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] associable_types: A list object types that this category is
246
247
  valid to be assigned to. For a full list, click
247
248
  here.
248
- :param pulumi.Input[str] cardinality: The number of tags that can be assigned from this
249
+ :param pulumi.Input[builtins.str] cardinality: The number of tags that can be assigned from this
249
250
  category to a single object at once. Can be one of `SINGLE` (object can only
250
251
  be assigned one tag in this category), to `MULTIPLE` (object can be assigned
251
252
  multiple tags in this category). Forces a new resource if changed.
252
- :param pulumi.Input[str] description: A description for the category.
253
+ :param pulumi.Input[builtins.str] description: A description for the category.
253
254
 
254
255
  > **NOTE:** You can add associable types to a category, but you cannot remove
255
256
  them. Attempting to do so will result in an error.
256
- :param pulumi.Input[str] name: The name of the category.
257
+ :param pulumi.Input[builtins.str] name: The name of the category.
257
258
  """
258
259
  ...
259
260
  @overload
@@ -316,10 +317,10 @@ class TagCategory(pulumi.CustomResource):
316
317
  def _internal_init(__self__,
317
318
  resource_name: str,
318
319
  opts: Optional[pulumi.ResourceOptions] = None,
319
- associable_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
320
- cardinality: Optional[pulumi.Input[str]] = None,
321
- description: Optional[pulumi.Input[str]] = None,
322
- name: Optional[pulumi.Input[str]] = None,
320
+ associable_types: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
321
+ cardinality: Optional[pulumi.Input[builtins.str]] = None,
322
+ description: Optional[pulumi.Input[builtins.str]] = None,
323
+ name: Optional[pulumi.Input[builtins.str]] = None,
323
324
  __props__=None):
324
325
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
325
326
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -347,10 +348,10 @@ class TagCategory(pulumi.CustomResource):
347
348
  def get(resource_name: str,
348
349
  id: pulumi.Input[str],
349
350
  opts: Optional[pulumi.ResourceOptions] = None,
350
- associable_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
351
- cardinality: Optional[pulumi.Input[str]] = None,
352
- description: Optional[pulumi.Input[str]] = None,
353
- name: Optional[pulumi.Input[str]] = None) -> 'TagCategory':
351
+ associable_types: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
352
+ cardinality: Optional[pulumi.Input[builtins.str]] = None,
353
+ description: Optional[pulumi.Input[builtins.str]] = None,
354
+ name: Optional[pulumi.Input[builtins.str]] = None) -> 'TagCategory':
354
355
  """
355
356
  Get an existing TagCategory resource's state with the given name, id, and optional extra
356
357
  properties used to qualify the lookup.
@@ -358,18 +359,18 @@ class TagCategory(pulumi.CustomResource):
358
359
  :param str resource_name: The unique name of the resulting resource.
359
360
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
360
361
  :param pulumi.ResourceOptions opts: Options for the resource.
361
- :param pulumi.Input[Sequence[pulumi.Input[str]]] associable_types: A list object types that this category is
362
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] associable_types: A list object types that this category is
362
363
  valid to be assigned to. For a full list, click
363
364
  here.
364
- :param pulumi.Input[str] cardinality: The number of tags that can be assigned from this
365
+ :param pulumi.Input[builtins.str] cardinality: The number of tags that can be assigned from this
365
366
  category to a single object at once. Can be one of `SINGLE` (object can only
366
367
  be assigned one tag in this category), to `MULTIPLE` (object can be assigned
367
368
  multiple tags in this category). Forces a new resource if changed.
368
- :param pulumi.Input[str] description: A description for the category.
369
+ :param pulumi.Input[builtins.str] description: A description for the category.
369
370
 
370
371
  > **NOTE:** You can add associable types to a category, but you cannot remove
371
372
  them. Attempting to do so will result in an error.
372
- :param pulumi.Input[str] name: The name of the category.
373
+ :param pulumi.Input[builtins.str] name: The name of the category.
373
374
  """
374
375
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
375
376
 
@@ -383,7 +384,7 @@ class TagCategory(pulumi.CustomResource):
383
384
 
384
385
  @property
385
386
  @pulumi.getter(name="associableTypes")
386
- def associable_types(self) -> pulumi.Output[Sequence[str]]:
387
+ def associable_types(self) -> pulumi.Output[Sequence[builtins.str]]:
387
388
  """
388
389
  A list object types that this category is
389
390
  valid to be assigned to. For a full list, click
@@ -393,7 +394,7 @@ class TagCategory(pulumi.CustomResource):
393
394
 
394
395
  @property
395
396
  @pulumi.getter
396
- def cardinality(self) -> pulumi.Output[str]:
397
+ def cardinality(self) -> pulumi.Output[builtins.str]:
397
398
  """
398
399
  The number of tags that can be assigned from this
399
400
  category to a single object at once. Can be one of `SINGLE` (object can only
@@ -404,7 +405,7 @@ class TagCategory(pulumi.CustomResource):
404
405
 
405
406
  @property
406
407
  @pulumi.getter
407
- def description(self) -> pulumi.Output[Optional[str]]:
408
+ def description(self) -> pulumi.Output[Optional[builtins.str]]:
408
409
  """
409
410
  A description for the category.
410
411
 
@@ -415,7 +416,7 @@ class TagCategory(pulumi.CustomResource):
415
416
 
416
417
  @property
417
418
  @pulumi.getter
418
- def name(self) -> pulumi.Output[str]:
419
+ def name(self) -> pulumi.Output[builtins.str]:
419
420
  """
420
421
  The name of the category.
421
422
  """