pulumi-vsphere 4.14.0a1741997722__py3-none-any.whl → 4.14.0a1745952392__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 (86) hide show
  1. pulumi_vsphere/__init__.py +1 -0
  2. pulumi_vsphere/_inputs.py +969 -968
  3. pulumi_vsphere/compute_cluster.py +921 -917
  4. pulumi_vsphere/compute_cluster_host_group.py +46 -42
  5. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +74 -70
  6. pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +74 -70
  7. pulumi_vsphere/compute_cluster_vm_dependency_rule.py +88 -84
  8. pulumi_vsphere/compute_cluster_vm_group.py +46 -42
  9. pulumi_vsphere/compute_cluster_vm_host_rule.py +102 -98
  10. pulumi_vsphere/config/__init__.py +1 -0
  11. pulumi_vsphere/config/__init__.pyi +1 -0
  12. pulumi_vsphere/config/vars.py +1 -0
  13. pulumi_vsphere/content_library.py +46 -42
  14. pulumi_vsphere/content_library_item.py +88 -84
  15. pulumi_vsphere/custom_attribute.py +32 -28
  16. pulumi_vsphere/datacenter.py +67 -63
  17. pulumi_vsphere/datastore_cluster.py +354 -350
  18. pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +74 -70
  19. pulumi_vsphere/distributed_port_group.py +648 -644
  20. pulumi_vsphere/distributed_virtual_switch.py +1285 -1281
  21. pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +60 -56
  22. pulumi_vsphere/dpm_host_override.py +60 -56
  23. pulumi_vsphere/drs_vm_override.py +60 -56
  24. pulumi_vsphere/entity_permissions.py +32 -28
  25. pulumi_vsphere/file.py +98 -94
  26. pulumi_vsphere/folder.py +74 -70
  27. pulumi_vsphere/get_compute_cluster.py +13 -12
  28. pulumi_vsphere/get_compute_cluster_host_group.py +13 -12
  29. pulumi_vsphere/get_content_library.py +7 -6
  30. pulumi_vsphere/get_content_library_item.py +17 -16
  31. pulumi_vsphere/get_custom_attribute.py +8 -7
  32. pulumi_vsphere/get_datacenter.py +8 -7
  33. pulumi_vsphere/get_datastore.py +17 -16
  34. pulumi_vsphere/get_datastore_cluster.py +13 -12
  35. pulumi_vsphere/get_datastore_stats.py +17 -16
  36. pulumi_vsphere/get_distributed_virtual_switch.py +13 -12
  37. pulumi_vsphere/get_dynamic.py +17 -16
  38. pulumi_vsphere/get_folder.py +7 -6
  39. pulumi_vsphere/get_guest_os_customization.py +11 -10
  40. pulumi_vsphere/get_host.py +13 -12
  41. pulumi_vsphere/get_host_base_images.py +3 -2
  42. pulumi_vsphere/get_host_pci_device.py +23 -22
  43. pulumi_vsphere/get_host_thumbprint.py +17 -16
  44. pulumi_vsphere/get_host_vgpu_profile.py +12 -11
  45. pulumi_vsphere/get_license.py +12 -11
  46. pulumi_vsphere/get_network.py +18 -17
  47. pulumi_vsphere/get_ovf_vm_template.py +89 -88
  48. pulumi_vsphere/get_policy.py +7 -6
  49. pulumi_vsphere/get_resource_pool.py +12 -11
  50. pulumi_vsphere/get_role.py +20 -19
  51. pulumi_vsphere/get_tag.py +13 -12
  52. pulumi_vsphere/get_tag_category.py +10 -9
  53. pulumi_vsphere/get_vapp_container.py +12 -11
  54. pulumi_vsphere/get_virtual_machine.py +204 -203
  55. pulumi_vsphere/get_vmfs_disks.py +18 -17
  56. pulumi_vsphere/guest_os_customization.py +60 -56
  57. pulumi_vsphere/ha_vm_override.py +214 -210
  58. pulumi_vsphere/host.py +200 -196
  59. pulumi_vsphere/host_port_group.py +256 -252
  60. pulumi_vsphere/host_virtual_switch.py +298 -294
  61. pulumi_vsphere/license.py +60 -56
  62. pulumi_vsphere/nas_datastore.py +214 -210
  63. pulumi_vsphere/offline_software_depot.py +18 -14
  64. pulumi_vsphere/outputs.py +721 -720
  65. pulumi_vsphere/provider.py +101 -97
  66. pulumi_vsphere/pulumi-plugin.json +1 -1
  67. pulumi_vsphere/resource_pool.py +214 -210
  68. pulumi_vsphere/role.py +39 -35
  69. pulumi_vsphere/storage_drs_vm_override.py +74 -70
  70. pulumi_vsphere/supervisor.py +158 -154
  71. pulumi_vsphere/tag.py +46 -42
  72. pulumi_vsphere/tag_category.py +60 -56
  73. pulumi_vsphere/vapp_container.py +214 -210
  74. pulumi_vsphere/vapp_entity.py +144 -140
  75. pulumi_vsphere/virtual_disk.py +102 -98
  76. pulumi_vsphere/virtual_machine.py +1043 -1039
  77. pulumi_vsphere/virtual_machine_class.py +88 -84
  78. pulumi_vsphere/virtual_machine_snapshot.py +102 -98
  79. pulumi_vsphere/vm_storage_policy.py +32 -28
  80. pulumi_vsphere/vmfs_datastore.py +151 -147
  81. pulumi_vsphere/vnic.py +116 -112
  82. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1745952392.dist-info}/METADATA +2 -2
  83. pulumi_vsphere-4.14.0a1745952392.dist-info/RECORD +87 -0
  84. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1745952392.dist-info}/WHEEL +1 -1
  85. pulumi_vsphere-4.14.0a1741997722.dist-info/RECORD +0 -87
  86. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1745952392.dist-info}/top_level.txt +0 -0
@@ -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
@@ -36,7 +37,7 @@ class GetPolicyResult:
36
37
 
37
38
  @property
38
39
  @pulumi.getter
39
- def id(self) -> str:
40
+ def id(self) -> builtins.str:
40
41
  """
41
42
  The provider-assigned unique ID for this managed resource.
42
43
  """
@@ -44,7 +45,7 @@ class GetPolicyResult:
44
45
 
45
46
  @property
46
47
  @pulumi.getter
47
- def name(self) -> str:
48
+ def name(self) -> builtins.str:
48
49
  return pulumi.get(self, "name")
49
50
 
50
51
 
@@ -58,7 +59,7 @@ class AwaitableGetPolicyResult(GetPolicyResult):
58
59
  name=self.name)
59
60
 
60
61
 
61
- def get_policy(name: Optional[str] = None,
62
+ def get_policy(name: Optional[builtins.str] = None,
62
63
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyResult:
63
64
  """
64
65
  The `get_policy` data source can be used to discover the UUID of a
@@ -79,7 +80,7 @@ def get_policy(name: Optional[str] = None,
79
80
  ```
80
81
 
81
82
 
82
- :param str name: The name of the storage policy.
83
+ :param builtins.str name: The name of the storage policy.
83
84
  """
84
85
  __args__ = dict()
85
86
  __args__['name'] = name
@@ -89,7 +90,7 @@ def get_policy(name: Optional[str] = None,
89
90
  return AwaitableGetPolicyResult(
90
91
  id=pulumi.get(__ret__, 'id'),
91
92
  name=pulumi.get(__ret__, 'name'))
92
- def get_policy_output(name: Optional[pulumi.Input[str]] = None,
93
+ def get_policy_output(name: Optional[pulumi.Input[builtins.str]] = None,
93
94
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPolicyResult]:
94
95
  """
95
96
  The `get_policy` data source can be used to discover the UUID of a
@@ -110,7 +111,7 @@ def get_policy_output(name: Optional[pulumi.Input[str]] = None,
110
111
  ```
111
112
 
112
113
 
113
- :param str name: The name of the storage policy.
114
+ :param builtins.str name: The name of the storage policy.
114
115
  """
115
116
  __args__ = dict()
116
117
  __args__['name'] = name
@@ -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
@@ -39,12 +40,12 @@ class GetResourcePoolResult:
39
40
 
40
41
  @property
41
42
  @pulumi.getter(name="datacenterId")
42
- def datacenter_id(self) -> Optional[str]:
43
+ def datacenter_id(self) -> Optional[builtins.str]:
43
44
  return pulumi.get(self, "datacenter_id")
44
45
 
45
46
  @property
46
47
  @pulumi.getter
47
- def id(self) -> str:
48
+ def id(self) -> builtins.str:
48
49
  """
49
50
  The provider-assigned unique ID for this managed resource.
50
51
  """
@@ -52,7 +53,7 @@ class GetResourcePoolResult:
52
53
 
53
54
  @property
54
55
  @pulumi.getter
55
- def name(self) -> Optional[str]:
56
+ def name(self) -> Optional[builtins.str]:
56
57
  return pulumi.get(self, "name")
57
58
 
58
59
 
@@ -67,8 +68,8 @@ class AwaitableGetResourcePoolResult(GetResourcePoolResult):
67
68
  name=self.name)
68
69
 
69
70
 
70
- def get_resource_pool(datacenter_id: Optional[str] = None,
71
- name: Optional[str] = None,
71
+ def get_resource_pool(datacenter_id: Optional[builtins.str] = None,
72
+ name: Optional[builtins.str] = None,
72
73
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetResourcePoolResult:
73
74
  """
74
75
  The `ResourcePool` data source can be used to discover the ID of a
@@ -112,7 +113,7 @@ def get_resource_pool(datacenter_id: Optional[str] = None,
112
113
  [vmware-docs-resource-pools]: https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/8-0/vsphere-resource-management-8-0/managing-resource-pools.html
113
114
 
114
115
 
115
- :param str datacenter_id: The managed object reference ID
116
+ :param builtins.str datacenter_id: The managed object reference ID
116
117
  of the datacenter in which the resource pool is located. This can be omitted
117
118
  if the search path used in `name` is an absolute path. For default
118
119
  datacenters, use the id attribute from an empty `Datacenter` data
@@ -121,7 +122,7 @@ def get_resource_pool(datacenter_id: Optional[str] = None,
121
122
  > **Note:** When using ESXi without a vCenter Server instance, you do not
122
123
  need to specify either attribute to use this data source. An empty declaration
123
124
  will load the ESXi host's root resource pool.
124
- :param str name: The name of the resource pool. This can be a name or
125
+ :param builtins.str name: The name of the resource pool. This can be a name or
125
126
  path. This is required when using vCenter.
126
127
  """
127
128
  __args__ = dict()
@@ -134,8 +135,8 @@ def get_resource_pool(datacenter_id: Optional[str] = None,
134
135
  datacenter_id=pulumi.get(__ret__, 'datacenter_id'),
135
136
  id=pulumi.get(__ret__, 'id'),
136
137
  name=pulumi.get(__ret__, 'name'))
137
- def get_resource_pool_output(datacenter_id: Optional[pulumi.Input[Optional[str]]] = None,
138
- name: Optional[pulumi.Input[Optional[str]]] = None,
138
+ def get_resource_pool_output(datacenter_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
139
+ name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
139
140
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetResourcePoolResult]:
140
141
  """
141
142
  The `ResourcePool` data source can be used to discover the ID of a
@@ -179,7 +180,7 @@ def get_resource_pool_output(datacenter_id: Optional[pulumi.Input[Optional[str]]
179
180
  [vmware-docs-resource-pools]: https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/8-0/vsphere-resource-management-8-0/managing-resource-pools.html
180
181
 
181
182
 
182
- :param str datacenter_id: The managed object reference ID
183
+ :param builtins.str datacenter_id: The managed object reference ID
183
184
  of the datacenter in which the resource pool is located. This can be omitted
184
185
  if the search path used in `name` is an absolute path. For default
185
186
  datacenters, use the id attribute from an empty `Datacenter` data
@@ -188,7 +189,7 @@ def get_resource_pool_output(datacenter_id: Optional[pulumi.Input[Optional[str]]
188
189
  > **Note:** When using ESXi without a vCenter Server instance, you do not
189
190
  need to specify either attribute to use this data source. An empty declaration
190
191
  will load the ESXi host's root resource pool.
191
- :param str name: The name of the resource pool. This can be a name or
192
+ :param builtins.str name: The name of the resource pool. This can be a name or
192
193
  path. This is required when using vCenter.
193
194
  """
194
195
  __args__ = dict()
@@ -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
@@ -45,7 +46,7 @@ class GetRoleResult:
45
46
 
46
47
  @property
47
48
  @pulumi.getter
48
- def description(self) -> Optional[str]:
49
+ def description(self) -> Optional[builtins.str]:
49
50
  """
50
51
  The description of the role.
51
52
  """
@@ -53,7 +54,7 @@ class GetRoleResult:
53
54
 
54
55
  @property
55
56
  @pulumi.getter
56
- def id(self) -> str:
57
+ def id(self) -> builtins.str:
57
58
  """
58
59
  The provider-assigned unique ID for this managed resource.
59
60
  """
@@ -61,7 +62,7 @@ class GetRoleResult:
61
62
 
62
63
  @property
63
64
  @pulumi.getter
64
- def label(self) -> str:
65
+ def label(self) -> builtins.str:
65
66
  """
66
67
  The display label of the role.
67
68
  """
@@ -69,12 +70,12 @@ class GetRoleResult:
69
70
 
70
71
  @property
71
72
  @pulumi.getter
72
- def name(self) -> Optional[str]:
73
+ def name(self) -> Optional[builtins.str]:
73
74
  return pulumi.get(self, "name")
74
75
 
75
76
  @property
76
77
  @pulumi.getter(name="rolePrivileges")
77
- def role_privileges(self) -> Optional[Sequence[str]]:
78
+ def role_privileges(self) -> Optional[Sequence[builtins.str]]:
78
79
  """
79
80
  The privileges associated with the role.
80
81
  """
@@ -94,10 +95,10 @@ class AwaitableGetRoleResult(GetRoleResult):
94
95
  role_privileges=self.role_privileges)
95
96
 
96
97
 
97
- def get_role(description: Optional[str] = None,
98
- label: Optional[str] = None,
99
- name: Optional[str] = None,
100
- role_privileges: Optional[Sequence[str]] = None,
98
+ def get_role(description: Optional[builtins.str] = None,
99
+ label: Optional[builtins.str] = None,
100
+ name: Optional[builtins.str] = None,
101
+ role_privileges: Optional[Sequence[builtins.str]] = None,
101
102
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRoleResult:
102
103
  """
103
104
  The `Role` data source can be used to discover the `id` and privileges
@@ -113,9 +114,9 @@ def get_role(description: Optional[str] = None,
113
114
  ```
114
115
 
115
116
 
116
- :param str description: The description of the role.
117
- :param str label: The label of the role.
118
- :param Sequence[str] role_privileges: The privileges associated with the role.
117
+ :param builtins.str description: The description of the role.
118
+ :param builtins.str label: The label of the role.
119
+ :param Sequence[builtins.str] role_privileges: The privileges associated with the role.
119
120
  """
120
121
  __args__ = dict()
121
122
  __args__['description'] = description
@@ -131,10 +132,10 @@ def get_role(description: Optional[str] = None,
131
132
  label=pulumi.get(__ret__, 'label'),
132
133
  name=pulumi.get(__ret__, 'name'),
133
134
  role_privileges=pulumi.get(__ret__, 'role_privileges'))
134
- def get_role_output(description: Optional[pulumi.Input[Optional[str]]] = None,
135
- label: Optional[pulumi.Input[str]] = None,
136
- name: Optional[pulumi.Input[Optional[str]]] = None,
137
- role_privileges: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
135
+ def get_role_output(description: Optional[pulumi.Input[Optional[builtins.str]]] = None,
136
+ label: Optional[pulumi.Input[builtins.str]] = None,
137
+ name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
138
+ role_privileges: Optional[pulumi.Input[Optional[Sequence[builtins.str]]]] = None,
138
139
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRoleResult]:
139
140
  """
140
141
  The `Role` data source can be used to discover the `id` and privileges
@@ -150,9 +151,9 @@ def get_role_output(description: Optional[pulumi.Input[Optional[str]]] = None,
150
151
  ```
151
152
 
152
153
 
153
- :param str description: The description of the role.
154
- :param str label: The label of the role.
155
- :param Sequence[str] role_privileges: The privileges associated with the role.
154
+ :param builtins.str description: The description of the role.
155
+ :param builtins.str label: The label of the role.
156
+ :param Sequence[builtins.str] role_privileges: The privileges associated with the role.
156
157
  """
157
158
  __args__ = dict()
158
159
  __args__['description'] = description
pulumi_vsphere/get_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
@@ -42,17 +43,17 @@ class GetTagResult:
42
43
 
43
44
  @property
44
45
  @pulumi.getter(name="categoryId")
45
- def category_id(self) -> str:
46
+ def category_id(self) -> builtins.str:
46
47
  return pulumi.get(self, "category_id")
47
48
 
48
49
  @property
49
50
  @pulumi.getter
50
- def description(self) -> str:
51
+ def description(self) -> builtins.str:
51
52
  return pulumi.get(self, "description")
52
53
 
53
54
  @property
54
55
  @pulumi.getter
55
- def id(self) -> str:
56
+ def id(self) -> builtins.str:
56
57
  """
57
58
  The provider-assigned unique ID for this managed resource.
58
59
  """
@@ -60,7 +61,7 @@ class GetTagResult:
60
61
 
61
62
  @property
62
63
  @pulumi.getter
63
- def name(self) -> str:
64
+ def name(self) -> builtins.str:
64
65
  return pulumi.get(self, "name")
65
66
 
66
67
 
@@ -76,8 +77,8 @@ class AwaitableGetTagResult(GetTagResult):
76
77
  name=self.name)
77
78
 
78
79
 
79
- def get_tag(category_id: Optional[str] = None,
80
- name: Optional[str] = None,
80
+ def get_tag(category_id: Optional[builtins.str] = None,
81
+ name: Optional[builtins.str] = None,
81
82
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTagResult:
82
83
  """
83
84
  The `Tag` data source can be used to reference tags that are not
@@ -101,9 +102,9 @@ def get_tag(category_id: Optional[str] = None,
101
102
  ```
102
103
 
103
104
 
104
- :param str category_id: The ID of the tag category in which the tag is
105
+ :param builtins.str category_id: The ID of the tag category in which the tag is
105
106
  located.
106
- :param str name: The name of the tag.
107
+ :param builtins.str name: The name of the tag.
107
108
  """
108
109
  __args__ = dict()
109
110
  __args__['categoryId'] = category_id
@@ -116,8 +117,8 @@ def get_tag(category_id: Optional[str] = None,
116
117
  description=pulumi.get(__ret__, 'description'),
117
118
  id=pulumi.get(__ret__, 'id'),
118
119
  name=pulumi.get(__ret__, 'name'))
119
- def get_tag_output(category_id: Optional[pulumi.Input[str]] = None,
120
- name: Optional[pulumi.Input[str]] = None,
120
+ def get_tag_output(category_id: Optional[pulumi.Input[builtins.str]] = None,
121
+ name: Optional[pulumi.Input[builtins.str]] = None,
121
122
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTagResult]:
122
123
  """
123
124
  The `Tag` data source can be used to reference tags that are not
@@ -141,9 +142,9 @@ def get_tag_output(category_id: Optional[pulumi.Input[str]] = None,
141
142
  ```
142
143
 
143
144
 
144
- :param str category_id: The ID of the tag category in which the tag is
145
+ :param builtins.str category_id: The ID of the tag category in which the tag is
145
146
  located.
146
- :param str name: The name of the tag.
147
+ :param builtins.str name: The name of the tag.
147
148
  """
148
149
  __args__ = dict()
149
150
  __args__['categoryId'] = category_id
@@ -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
@@ -45,22 +46,22 @@ class GetTagCategoryResult:
45
46
 
46
47
  @property
47
48
  @pulumi.getter(name="associableTypes")
48
- def associable_types(self) -> Sequence[str]:
49
+ def associable_types(self) -> Sequence[builtins.str]:
49
50
  return pulumi.get(self, "associable_types")
50
51
 
51
52
  @property
52
53
  @pulumi.getter
53
- def cardinality(self) -> str:
54
+ def cardinality(self) -> builtins.str:
54
55
  return pulumi.get(self, "cardinality")
55
56
 
56
57
  @property
57
58
  @pulumi.getter
58
- def description(self) -> str:
59
+ def description(self) -> builtins.str:
59
60
  return pulumi.get(self, "description")
60
61
 
61
62
  @property
62
63
  @pulumi.getter
63
- def id(self) -> str:
64
+ def id(self) -> builtins.str:
64
65
  """
65
66
  The provider-assigned unique ID for this managed resource.
66
67
  """
@@ -68,7 +69,7 @@ class GetTagCategoryResult:
68
69
 
69
70
  @property
70
71
  @pulumi.getter
71
- def name(self) -> str:
72
+ def name(self) -> builtins.str:
72
73
  return pulumi.get(self, "name")
73
74
 
74
75
 
@@ -85,7 +86,7 @@ class AwaitableGetTagCategoryResult(GetTagCategoryResult):
85
86
  name=self.name)
86
87
 
87
88
 
88
- def get_tag_category(name: Optional[str] = None,
89
+ def get_tag_category(name: Optional[builtins.str] = None,
89
90
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTagCategoryResult:
90
91
  """
91
92
  The `TagCategory` data source can be used to reference tag categories
@@ -107,7 +108,7 @@ def get_tag_category(name: Optional[str] = None,
107
108
  ```
108
109
 
109
110
 
110
- :param str name: The name of the tag category.
111
+ :param builtins.str name: The name of the tag category.
111
112
  """
112
113
  __args__ = dict()
113
114
  __args__['name'] = name
@@ -120,7 +121,7 @@ def get_tag_category(name: Optional[str] = None,
120
121
  description=pulumi.get(__ret__, 'description'),
121
122
  id=pulumi.get(__ret__, 'id'),
122
123
  name=pulumi.get(__ret__, 'name'))
123
- def get_tag_category_output(name: Optional[pulumi.Input[str]] = None,
124
+ def get_tag_category_output(name: Optional[pulumi.Input[builtins.str]] = None,
124
125
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTagCategoryResult]:
125
126
  """
126
127
  The `TagCategory` data source can be used to reference tag categories
@@ -142,7 +143,7 @@ def get_tag_category_output(name: Optional[pulumi.Input[str]] = None,
142
143
  ```
143
144
 
144
145
 
145
- :param str name: The name of the tag category.
146
+ :param builtins.str name: The name of the tag category.
146
147
  """
147
148
  __args__ = dict()
148
149
  __args__['name'] = name
@@ -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
@@ -39,12 +40,12 @@ class GetVappContainerResult:
39
40
 
40
41
  @property
41
42
  @pulumi.getter(name="datacenterId")
42
- def datacenter_id(self) -> str:
43
+ def datacenter_id(self) -> builtins.str:
43
44
  return pulumi.get(self, "datacenter_id")
44
45
 
45
46
  @property
46
47
  @pulumi.getter
47
- def id(self) -> str:
48
+ def id(self) -> builtins.str:
48
49
  """
49
50
  The provider-assigned unique ID for this managed resource.
50
51
  """
@@ -52,7 +53,7 @@ class GetVappContainerResult:
52
53
 
53
54
  @property
54
55
  @pulumi.getter
55
- def name(self) -> str:
56
+ def name(self) -> builtins.str:
56
57
  return pulumi.get(self, "name")
57
58
 
58
59
 
@@ -67,8 +68,8 @@ class AwaitableGetVappContainerResult(GetVappContainerResult):
67
68
  name=self.name)
68
69
 
69
70
 
70
- def get_vapp_container(datacenter_id: Optional[str] = None,
71
- name: Optional[str] = None,
71
+ def get_vapp_container(datacenter_id: Optional[builtins.str] = None,
72
+ name: Optional[builtins.str] = None,
72
73
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVappContainerResult:
73
74
  """
74
75
  The `VappContainer` data source can be used to discover the ID of a
@@ -88,9 +89,9 @@ def get_vapp_container(datacenter_id: Optional[str] = None,
88
89
  ```
89
90
 
90
91
 
91
- :param str datacenter_id: The managed object reference ID
92
+ :param builtins.str datacenter_id: The managed object reference ID
92
93
  of the datacenter in which the vApp container is located.
93
- :param str name: The name of the vApp container. This can be a name or
94
+ :param builtins.str name: The name of the vApp container. This can be a name or
94
95
  path.
95
96
  """
96
97
  __args__ = dict()
@@ -103,8 +104,8 @@ def get_vapp_container(datacenter_id: Optional[str] = None,
103
104
  datacenter_id=pulumi.get(__ret__, 'datacenter_id'),
104
105
  id=pulumi.get(__ret__, 'id'),
105
106
  name=pulumi.get(__ret__, 'name'))
106
- def get_vapp_container_output(datacenter_id: Optional[pulumi.Input[str]] = None,
107
- name: Optional[pulumi.Input[str]] = None,
107
+ def get_vapp_container_output(datacenter_id: Optional[pulumi.Input[builtins.str]] = None,
108
+ name: Optional[pulumi.Input[builtins.str]] = None,
108
109
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetVappContainerResult]:
109
110
  """
110
111
  The `VappContainer` data source can be used to discover the ID of a
@@ -124,9 +125,9 @@ def get_vapp_container_output(datacenter_id: Optional[pulumi.Input[str]] = None,
124
125
  ```
125
126
 
126
127
 
127
- :param str datacenter_id: The managed object reference ID
128
+ :param builtins.str datacenter_id: The managed object reference ID
128
129
  of the datacenter in which the vApp container is located.
129
- :param str name: The name of the vApp container. This can be a name or
130
+ :param builtins.str name: The name of the vApp container. This can be a name or
130
131
  path.
131
132
  """
132
133
  __args__ = dict()