pulumi-vsphere 4.14.0a1739946909__py3-none-any.whl → 4.17.0a1763710194__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 (89) hide show
  1. pulumi_vsphere/__init__.py +12 -1
  2. pulumi_vsphere/_inputs.py +1172 -1172
  3. pulumi_vsphere/_utilities.py +1 -1
  4. pulumi_vsphere/compute_cluster.py +1226 -1484
  5. pulumi_vsphere/compute_cluster_host_group.py +124 -53
  6. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +88 -87
  7. pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +92 -87
  8. pulumi_vsphere/compute_cluster_vm_dependency_rule.py +109 -104
  9. pulumi_vsphere/compute_cluster_vm_group.py +58 -53
  10. pulumi_vsphere/compute_cluster_vm_host_rule.py +126 -121
  11. pulumi_vsphere/config/__init__.py +2 -1
  12. pulumi_vsphere/config/__init__.pyi +2 -2
  13. pulumi_vsphere/config/vars.py +15 -15
  14. pulumi_vsphere/configuration_profile.py +286 -0
  15. pulumi_vsphere/content_library.py +64 -59
  16. pulumi_vsphere/content_library_item.py +109 -104
  17. pulumi_vsphere/custom_attribute.py +41 -36
  18. pulumi_vsphere/datacenter.py +80 -79
  19. pulumi_vsphere/datastore_cluster.py +531 -477
  20. pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +92 -87
  21. pulumi_vsphere/distributed_port_group.py +802 -818
  22. pulumi_vsphere/distributed_virtual_switch.py +1590 -1620
  23. pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +71 -70
  24. pulumi_vsphere/dpm_host_override.py +159 -70
  25. pulumi_vsphere/drs_vm_override.py +75 -70
  26. pulumi_vsphere/entity_permissions.py +40 -39
  27. pulumi_vsphere/file.py +148 -162
  28. pulumi_vsphere/folder.py +104 -99
  29. pulumi_vsphere/get_compute_cluster.py +18 -18
  30. pulumi_vsphere/get_compute_cluster_host_group.py +18 -22
  31. pulumi_vsphere/get_configuration_profile.py +145 -0
  32. pulumi_vsphere/get_content_library.py +10 -10
  33. pulumi_vsphere/get_content_library_item.py +22 -22
  34. pulumi_vsphere/get_custom_attribute.py +12 -12
  35. pulumi_vsphere/get_datacenter.py +12 -12
  36. pulumi_vsphere/get_datastore.py +22 -22
  37. pulumi_vsphere/get_datastore_cluster.py +19 -19
  38. pulumi_vsphere/get_datastore_stats.py +22 -26
  39. pulumi_vsphere/get_distributed_virtual_switch.py +18 -18
  40. pulumi_vsphere/get_dynamic.py +22 -26
  41. pulumi_vsphere/get_folder.py +140 -18
  42. pulumi_vsphere/get_guest_os_customization.py +74 -21
  43. pulumi_vsphere/get_host.py +18 -18
  44. pulumi_vsphere/get_host_base_images.py +6 -6
  45. pulumi_vsphere/get_host_pci_device.py +30 -30
  46. pulumi_vsphere/get_host_thumbprint.py +22 -22
  47. pulumi_vsphere/get_host_vgpu_profile.py +17 -17
  48. pulumi_vsphere/get_license.py +26 -24
  49. pulumi_vsphere/get_network.py +80 -29
  50. pulumi_vsphere/get_ovf_vm_template.py +126 -126
  51. pulumi_vsphere/get_policy.py +10 -10
  52. pulumi_vsphere/get_resource_pool.py +77 -26
  53. pulumi_vsphere/get_role.py +26 -26
  54. pulumi_vsphere/get_tag.py +18 -18
  55. pulumi_vsphere/get_tag_category.py +16 -16
  56. pulumi_vsphere/get_vapp_container.py +16 -16
  57. pulumi_vsphere/get_virtual_machine.py +273 -273
  58. pulumi_vsphere/get_vmfs_disks.py +24 -24
  59. pulumi_vsphere/guest_os_customization.py +75 -74
  60. pulumi_vsphere/ha_vm_override.py +295 -374
  61. pulumi_vsphere/host.py +304 -249
  62. pulumi_vsphere/host_port_group.py +321 -341
  63. pulumi_vsphere/host_virtual_switch.py +373 -389
  64. pulumi_vsphere/license.py +125 -84
  65. pulumi_vsphere/nas_datastore.py +324 -261
  66. pulumi_vsphere/offline_software_depot.py +26 -21
  67. pulumi_vsphere/outputs.py +1003 -970
  68. pulumi_vsphere/provider.py +165 -146
  69. pulumi_vsphere/pulumi-plugin.json +1 -1
  70. pulumi_vsphere/resource_pool.py +691 -364
  71. pulumi_vsphere/role.py +46 -45
  72. pulumi_vsphere/storage_drs_vm_override.py +92 -87
  73. pulumi_vsphere/supervisor.py +210 -209
  74. pulumi_vsphere/tag.py +58 -53
  75. pulumi_vsphere/tag_category.py +75 -70
  76. pulumi_vsphere/vapp_container.py +262 -257
  77. pulumi_vsphere/vapp_entity.py +177 -172
  78. pulumi_vsphere/virtual_disk.py +130 -125
  79. pulumi_vsphere/virtual_machine.py +1339 -1443
  80. pulumi_vsphere/virtual_machine_class.py +109 -108
  81. pulumi_vsphere/virtual_machine_snapshot.py +122 -121
  82. pulumi_vsphere/vm_storage_policy.py +40 -39
  83. pulumi_vsphere/vmfs_datastore.py +189 -184
  84. pulumi_vsphere/vnic.py +145 -144
  85. {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/METADATA +4 -4
  86. pulumi_vsphere-4.17.0a1763710194.dist-info/RECORD +89 -0
  87. {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/WHEEL +1 -1
  88. pulumi_vsphere-4.14.0a1739946909.dist-info/RECORD +0 -87
  89. {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -20,88 +20,88 @@ __config__ = pulumi.Config('vsphere')
20
20
 
21
21
 
22
22
  class _ExportableConfig(types.ModuleType):
23
- @property
23
+ @_builtins.property
24
24
  def allow_unverified_ssl(self) -> Optional[bool]:
25
25
  """
26
26
  If set, VMware vSphere client will permit unverifiable SSL certificates.
27
27
  """
28
28
  return __config__.get_bool('allowUnverifiedSsl') or _utilities.get_env_bool('VSPHERE_ALLOW_UNVERIFIED_SSL')
29
29
 
30
- @property
30
+ @_builtins.property
31
31
  def api_timeout(self) -> Optional[int]:
32
32
  """
33
33
  API timeout in minutes (Default: 5)
34
34
  """
35
35
  return __config__.get_int('apiTimeout')
36
36
 
37
- @property
37
+ @_builtins.property
38
38
  def client_debug(self) -> Optional[bool]:
39
39
  """
40
40
  govmomi debug
41
41
  """
42
42
  return __config__.get_bool('clientDebug') or _utilities.get_env_bool('VSPHERE_CLIENT_DEBUG')
43
43
 
44
- @property
44
+ @_builtins.property
45
45
  def client_debug_path(self) -> Optional[str]:
46
46
  """
47
47
  govmomi debug path for debug
48
48
  """
49
49
  return __config__.get('clientDebugPath') or _utilities.get_env('VSPHERE_CLIENT_DEBUG_PATH')
50
50
 
51
- @property
51
+ @_builtins.property
52
52
  def client_debug_path_run(self) -> Optional[str]:
53
53
  """
54
54
  govmomi debug path for a single run
55
55
  """
56
56
  return __config__.get('clientDebugPathRun') or _utilities.get_env('VSPHERE_CLIENT_DEBUG_PATH_RUN')
57
57
 
58
- @property
58
+ @_builtins.property
59
59
  def password(self) -> Optional[str]:
60
60
  """
61
61
  The user password for vSphere API operations.
62
62
  """
63
63
  return __config__.get('password')
64
64
 
65
- @property
65
+ @_builtins.property
66
66
  def persist_session(self) -> Optional[bool]:
67
67
  """
68
68
  Persist vSphere client sessions to disk
69
69
  """
70
70
  return __config__.get_bool('persistSession') or _utilities.get_env_bool('VSPHERE_PERSIST_SESSION')
71
71
 
72
- @property
72
+ @_builtins.property
73
73
  def rest_session_path(self) -> Optional[str]:
74
74
  """
75
75
  The directory to save vSphere REST API sessions to
76
76
  """
77
77
  return __config__.get('restSessionPath') or _utilities.get_env('VSPHERE_REST_SESSION_PATH')
78
78
 
79
- @property
79
+ @_builtins.property
80
80
  def user(self) -> Optional[str]:
81
81
  """
82
82
  The user name for vSphere API operations.
83
83
  """
84
84
  return __config__.get('user')
85
85
 
86
- @property
86
+ @_builtins.property
87
87
  def vcenter_server(self) -> Optional[str]:
88
88
  return __config__.get('vcenterServer')
89
89
 
90
- @property
90
+ @_builtins.property
91
91
  def vim_keep_alive(self) -> Optional[int]:
92
92
  """
93
93
  Keep alive interval for the VIM session in minutes
94
94
  """
95
95
  return __config__.get_int('vimKeepAlive') or _utilities.get_env_int('VSPHERE_VIM_KEEP_ALIVE')
96
96
 
97
- @property
97
+ @_builtins.property
98
98
  def vim_session_path(self) -> Optional[str]:
99
99
  """
100
100
  The directory to save vSphere SOAP API sessions to
101
101
  """
102
102
  return __config__.get('vimSessionPath') or _utilities.get_env('VSPHERE_VIM_SESSION_PATH')
103
103
 
104
- @property
104
+ @_builtins.property
105
105
  def vsphere_server(self) -> Optional[str]:
106
106
  """
107
107
  The vSphere Server name for vSphere API operations.
@@ -0,0 +1,286 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins as _builtins
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from . import _utilities
16
+
17
+ __all__ = ['ConfigurationProfileArgs', 'ConfigurationProfile']
18
+
19
+ @pulumi.input_type
20
+ class ConfigurationProfileArgs:
21
+ def __init__(__self__, *,
22
+ cluster_id: pulumi.Input[_builtins.str],
23
+ configuration: Optional[pulumi.Input[_builtins.str]] = None,
24
+ reference_host_id: Optional[pulumi.Input[_builtins.str]] = None):
25
+ """
26
+ The set of arguments for constructing a ConfigurationProfile resource.
27
+ :param pulumi.Input[_builtins.str] cluster_id: The identifier of the cluster.
28
+ :param pulumi.Input[_builtins.str] configuration: The configuration JSON provided as a plain string. This argument can only be specified if `reference_host_id` is not set.
29
+ :param pulumi.Input[_builtins.str] reference_host_id: The identifier of the host to use as a configuration source.
30
+ The host needs to be a member of the cluster identified by `cluster_id`. This argument can only be specified if
31
+ `configuration` is not set.
32
+ """
33
+ pulumi.set(__self__, "cluster_id", cluster_id)
34
+ if configuration is not None:
35
+ pulumi.set(__self__, "configuration", configuration)
36
+ if reference_host_id is not None:
37
+ pulumi.set(__self__, "reference_host_id", reference_host_id)
38
+
39
+ @_builtins.property
40
+ @pulumi.getter(name="clusterId")
41
+ def cluster_id(self) -> pulumi.Input[_builtins.str]:
42
+ """
43
+ The identifier of the cluster.
44
+ """
45
+ return pulumi.get(self, "cluster_id")
46
+
47
+ @cluster_id.setter
48
+ def cluster_id(self, value: pulumi.Input[_builtins.str]):
49
+ pulumi.set(self, "cluster_id", value)
50
+
51
+ @_builtins.property
52
+ @pulumi.getter
53
+ def configuration(self) -> Optional[pulumi.Input[_builtins.str]]:
54
+ """
55
+ The configuration JSON provided as a plain string. This argument can only be specified if `reference_host_id` is not set.
56
+ """
57
+ return pulumi.get(self, "configuration")
58
+
59
+ @configuration.setter
60
+ def configuration(self, value: Optional[pulumi.Input[_builtins.str]]):
61
+ pulumi.set(self, "configuration", value)
62
+
63
+ @_builtins.property
64
+ @pulumi.getter(name="referenceHostId")
65
+ def reference_host_id(self) -> Optional[pulumi.Input[_builtins.str]]:
66
+ """
67
+ The identifier of the host to use as a configuration source.
68
+ The host needs to be a member of the cluster identified by `cluster_id`. This argument can only be specified if
69
+ `configuration` is not set.
70
+ """
71
+ return pulumi.get(self, "reference_host_id")
72
+
73
+ @reference_host_id.setter
74
+ def reference_host_id(self, value: Optional[pulumi.Input[_builtins.str]]):
75
+ pulumi.set(self, "reference_host_id", value)
76
+
77
+
78
+ @pulumi.input_type
79
+ class _ConfigurationProfileState:
80
+ def __init__(__self__, *,
81
+ cluster_id: Optional[pulumi.Input[_builtins.str]] = None,
82
+ configuration: Optional[pulumi.Input[_builtins.str]] = None,
83
+ reference_host_id: Optional[pulumi.Input[_builtins.str]] = None,
84
+ schema: Optional[pulumi.Input[_builtins.str]] = None):
85
+ """
86
+ Input properties used for looking up and filtering ConfigurationProfile resources.
87
+ :param pulumi.Input[_builtins.str] cluster_id: The identifier of the cluster.
88
+ :param pulumi.Input[_builtins.str] configuration: The configuration JSON provided as a plain string. This argument can only be specified if `reference_host_id` is not set.
89
+ :param pulumi.Input[_builtins.str] reference_host_id: The identifier of the host to use as a configuration source.
90
+ The host needs to be a member of the cluster identified by `cluster_id`. This argument can only be specified if
91
+ `configuration` is not set.
92
+ :param pulumi.Input[_builtins.str] schema: The JSON schema for the profile.
93
+ """
94
+ if cluster_id is not None:
95
+ pulumi.set(__self__, "cluster_id", cluster_id)
96
+ if configuration is not None:
97
+ pulumi.set(__self__, "configuration", configuration)
98
+ if reference_host_id is not None:
99
+ pulumi.set(__self__, "reference_host_id", reference_host_id)
100
+ if schema is not None:
101
+ pulumi.set(__self__, "schema", schema)
102
+
103
+ @_builtins.property
104
+ @pulumi.getter(name="clusterId")
105
+ def cluster_id(self) -> Optional[pulumi.Input[_builtins.str]]:
106
+ """
107
+ The identifier of the cluster.
108
+ """
109
+ return pulumi.get(self, "cluster_id")
110
+
111
+ @cluster_id.setter
112
+ def cluster_id(self, value: Optional[pulumi.Input[_builtins.str]]):
113
+ pulumi.set(self, "cluster_id", value)
114
+
115
+ @_builtins.property
116
+ @pulumi.getter
117
+ def configuration(self) -> Optional[pulumi.Input[_builtins.str]]:
118
+ """
119
+ The configuration JSON provided as a plain string. This argument can only be specified if `reference_host_id` is not set.
120
+ """
121
+ return pulumi.get(self, "configuration")
122
+
123
+ @configuration.setter
124
+ def configuration(self, value: Optional[pulumi.Input[_builtins.str]]):
125
+ pulumi.set(self, "configuration", value)
126
+
127
+ @_builtins.property
128
+ @pulumi.getter(name="referenceHostId")
129
+ def reference_host_id(self) -> Optional[pulumi.Input[_builtins.str]]:
130
+ """
131
+ The identifier of the host to use as a configuration source.
132
+ The host needs to be a member of the cluster identified by `cluster_id`. This argument can only be specified if
133
+ `configuration` is not set.
134
+ """
135
+ return pulumi.get(self, "reference_host_id")
136
+
137
+ @reference_host_id.setter
138
+ def reference_host_id(self, value: Optional[pulumi.Input[_builtins.str]]):
139
+ pulumi.set(self, "reference_host_id", value)
140
+
141
+ @_builtins.property
142
+ @pulumi.getter
143
+ def schema(self) -> Optional[pulumi.Input[_builtins.str]]:
144
+ """
145
+ The JSON schema for the profile.
146
+ """
147
+ return pulumi.get(self, "schema")
148
+
149
+ @schema.setter
150
+ def schema(self, value: Optional[pulumi.Input[_builtins.str]]):
151
+ pulumi.set(self, "schema", value)
152
+
153
+
154
+ @pulumi.type_token("vsphere:index/configurationProfile:ConfigurationProfile")
155
+ class ConfigurationProfile(pulumi.CustomResource):
156
+ @overload
157
+ def __init__(__self__,
158
+ resource_name: str,
159
+ opts: Optional[pulumi.ResourceOptions] = None,
160
+ cluster_id: Optional[pulumi.Input[_builtins.str]] = None,
161
+ configuration: Optional[pulumi.Input[_builtins.str]] = None,
162
+ reference_host_id: Optional[pulumi.Input[_builtins.str]] = None,
163
+ __props__=None):
164
+ """
165
+ Create a ConfigurationProfile resource with the given unique name, props, and options.
166
+ :param str resource_name: The name of the resource.
167
+ :param pulumi.ResourceOptions opts: Options for the resource.
168
+ :param pulumi.Input[_builtins.str] cluster_id: The identifier of the cluster.
169
+ :param pulumi.Input[_builtins.str] configuration: The configuration JSON provided as a plain string. This argument can only be specified if `reference_host_id` is not set.
170
+ :param pulumi.Input[_builtins.str] reference_host_id: The identifier of the host to use as a configuration source.
171
+ The host needs to be a member of the cluster identified by `cluster_id`. This argument can only be specified if
172
+ `configuration` is not set.
173
+ """
174
+ ...
175
+ @overload
176
+ def __init__(__self__,
177
+ resource_name: str,
178
+ args: ConfigurationProfileArgs,
179
+ opts: Optional[pulumi.ResourceOptions] = None):
180
+ """
181
+ Create a ConfigurationProfile resource with the given unique name, props, and options.
182
+ :param str resource_name: The name of the resource.
183
+ :param ConfigurationProfileArgs args: The arguments to use to populate this resource's properties.
184
+ :param pulumi.ResourceOptions opts: Options for the resource.
185
+ """
186
+ ...
187
+ def __init__(__self__, resource_name: str, *args, **kwargs):
188
+ resource_args, opts = _utilities.get_resource_args_opts(ConfigurationProfileArgs, pulumi.ResourceOptions, *args, **kwargs)
189
+ if resource_args is not None:
190
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
191
+ else:
192
+ __self__._internal_init(resource_name, *args, **kwargs)
193
+
194
+ def _internal_init(__self__,
195
+ resource_name: str,
196
+ opts: Optional[pulumi.ResourceOptions] = None,
197
+ cluster_id: Optional[pulumi.Input[_builtins.str]] = None,
198
+ configuration: Optional[pulumi.Input[_builtins.str]] = None,
199
+ reference_host_id: Optional[pulumi.Input[_builtins.str]] = None,
200
+ __props__=None):
201
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
202
+ if not isinstance(opts, pulumi.ResourceOptions):
203
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
204
+ if opts.id is None:
205
+ if __props__ is not None:
206
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
207
+ __props__ = ConfigurationProfileArgs.__new__(ConfigurationProfileArgs)
208
+
209
+ if cluster_id is None and not opts.urn:
210
+ raise TypeError("Missing required property 'cluster_id'")
211
+ __props__.__dict__["cluster_id"] = cluster_id
212
+ __props__.__dict__["configuration"] = configuration
213
+ __props__.__dict__["reference_host_id"] = reference_host_id
214
+ __props__.__dict__["schema"] = None
215
+ super(ConfigurationProfile, __self__).__init__(
216
+ 'vsphere:index/configurationProfile:ConfigurationProfile',
217
+ resource_name,
218
+ __props__,
219
+ opts)
220
+
221
+ @staticmethod
222
+ def get(resource_name: str,
223
+ id: pulumi.Input[str],
224
+ opts: Optional[pulumi.ResourceOptions] = None,
225
+ cluster_id: Optional[pulumi.Input[_builtins.str]] = None,
226
+ configuration: Optional[pulumi.Input[_builtins.str]] = None,
227
+ reference_host_id: Optional[pulumi.Input[_builtins.str]] = None,
228
+ schema: Optional[pulumi.Input[_builtins.str]] = None) -> 'ConfigurationProfile':
229
+ """
230
+ Get an existing ConfigurationProfile resource's state with the given name, id, and optional extra
231
+ properties used to qualify the lookup.
232
+
233
+ :param str resource_name: The unique name of the resulting resource.
234
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
235
+ :param pulumi.ResourceOptions opts: Options for the resource.
236
+ :param pulumi.Input[_builtins.str] cluster_id: The identifier of the cluster.
237
+ :param pulumi.Input[_builtins.str] configuration: The configuration JSON provided as a plain string. This argument can only be specified if `reference_host_id` is not set.
238
+ :param pulumi.Input[_builtins.str] reference_host_id: The identifier of the host to use as a configuration source.
239
+ The host needs to be a member of the cluster identified by `cluster_id`. This argument can only be specified if
240
+ `configuration` is not set.
241
+ :param pulumi.Input[_builtins.str] schema: The JSON schema for the profile.
242
+ """
243
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
244
+
245
+ __props__ = _ConfigurationProfileState.__new__(_ConfigurationProfileState)
246
+
247
+ __props__.__dict__["cluster_id"] = cluster_id
248
+ __props__.__dict__["configuration"] = configuration
249
+ __props__.__dict__["reference_host_id"] = reference_host_id
250
+ __props__.__dict__["schema"] = schema
251
+ return ConfigurationProfile(resource_name, opts=opts, __props__=__props__)
252
+
253
+ @_builtins.property
254
+ @pulumi.getter(name="clusterId")
255
+ def cluster_id(self) -> pulumi.Output[_builtins.str]:
256
+ """
257
+ The identifier of the cluster.
258
+ """
259
+ return pulumi.get(self, "cluster_id")
260
+
261
+ @_builtins.property
262
+ @pulumi.getter
263
+ def configuration(self) -> pulumi.Output[_builtins.str]:
264
+ """
265
+ The configuration JSON provided as a plain string. This argument can only be specified if `reference_host_id` is not set.
266
+ """
267
+ return pulumi.get(self, "configuration")
268
+
269
+ @_builtins.property
270
+ @pulumi.getter(name="referenceHostId")
271
+ def reference_host_id(self) -> pulumi.Output[Optional[_builtins.str]]:
272
+ """
273
+ The identifier of the host to use as a configuration source.
274
+ The host needs to be a member of the cluster identified by `cluster_id`. This argument can only be specified if
275
+ `configuration` is not set.
276
+ """
277
+ return pulumi.get(self, "reference_host_id")
278
+
279
+ @_builtins.property
280
+ @pulumi.getter
281
+ def schema(self) -> pulumi.Output[_builtins.str]:
282
+ """
283
+ The JSON schema for the profile.
284
+ """
285
+ return pulumi.get(self, "schema")
286
+