pulumi-vsphere 4.16.0a1753339697__py3-none-any.whl → 4.16.0a1753512455__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.
- pulumi_vsphere/__init__.py +1 -1
- pulumi_vsphere/_inputs.py +1171 -1172
- pulumi_vsphere/compute_cluster.py +1127 -1128
- pulumi_vsphere/compute_cluster_host_group.py +52 -53
- pulumi_vsphere/compute_cluster_vm_affinity_rule.py +86 -87
- pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +86 -87
- pulumi_vsphere/compute_cluster_vm_dependency_rule.py +103 -104
- pulumi_vsphere/compute_cluster_vm_group.py +52 -53
- pulumi_vsphere/compute_cluster_vm_host_rule.py +120 -121
- pulumi_vsphere/config/__init__.py +1 -1
- pulumi_vsphere/config/__init__.pyi +1 -2
- pulumi_vsphere/config/vars.py +14 -15
- pulumi_vsphere/content_library.py +58 -59
- pulumi_vsphere/content_library_item.py +103 -104
- pulumi_vsphere/custom_attribute.py +35 -36
- pulumi_vsphere/datacenter.py +78 -79
- pulumi_vsphere/datastore_cluster.py +426 -427
- pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +86 -87
- pulumi_vsphere/distributed_port_group.py +787 -788
- pulumi_vsphere/distributed_virtual_switch.py +1566 -1567
- pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +69 -70
- pulumi_vsphere/dpm_host_override.py +69 -70
- pulumi_vsphere/drs_vm_override.py +69 -70
- pulumi_vsphere/entity_permissions.py +38 -39
- pulumi_vsphere/file.py +120 -121
- pulumi_vsphere/folder.py +86 -87
- pulumi_vsphere/get_compute_cluster.py +17 -18
- pulumi_vsphere/get_compute_cluster_host_group.py +17 -18
- pulumi_vsphere/get_content_library.py +9 -10
- pulumi_vsphere/get_content_library_item.py +21 -22
- pulumi_vsphere/get_custom_attribute.py +11 -12
- pulumi_vsphere/get_datacenter.py +11 -12
- pulumi_vsphere/get_datastore.py +21 -22
- pulumi_vsphere/get_datastore_cluster.py +17 -18
- pulumi_vsphere/get_datastore_stats.py +21 -22
- pulumi_vsphere/get_distributed_virtual_switch.py +17 -18
- pulumi_vsphere/get_dynamic.py +21 -22
- pulumi_vsphere/get_folder.py +9 -10
- pulumi_vsphere/get_guest_os_customization.py +18 -19
- pulumi_vsphere/get_host.py +17 -18
- pulumi_vsphere/get_host_base_images.py +5 -6
- pulumi_vsphere/get_host_pci_device.py +29 -30
- pulumi_vsphere/get_host_thumbprint.py +21 -22
- pulumi_vsphere/get_host_vgpu_profile.py +16 -17
- pulumi_vsphere/get_license.py +19 -20
- pulumi_vsphere/get_network.py +42 -43
- pulumi_vsphere/get_ovf_vm_template.py +121 -122
- pulumi_vsphere/get_policy.py +9 -10
- pulumi_vsphere/get_resource_pool.py +21 -22
- pulumi_vsphere/get_role.py +25 -26
- pulumi_vsphere/get_tag.py +17 -18
- pulumi_vsphere/get_tag_category.py +15 -16
- pulumi_vsphere/get_vapp_container.py +15 -16
- pulumi_vsphere/get_virtual_machine.py +272 -273
- pulumi_vsphere/get_vmfs_disks.py +23 -24
- pulumi_vsphere/guest_os_customization.py +73 -74
- pulumi_vsphere/ha_vm_override.py +256 -257
- pulumi_vsphere/host.py +242 -243
- pulumi_vsphere/host_port_group.py +310 -311
- pulumi_vsphere/host_virtual_switch.py +358 -359
- pulumi_vsphere/license.py +71 -72
- pulumi_vsphere/nas_datastore.py +260 -261
- pulumi_vsphere/offline_software_depot.py +20 -21
- pulumi_vsphere/outputs.py +981 -982
- pulumi_vsphere/provider.py +120 -121
- pulumi_vsphere/pulumi-plugin.json +1 -1
- pulumi_vsphere/resource_pool.py +256 -257
- pulumi_vsphere/role.py +44 -45
- pulumi_vsphere/storage_drs_vm_override.py +86 -87
- pulumi_vsphere/supervisor.py +206 -207
- pulumi_vsphere/tag.py +52 -53
- pulumi_vsphere/tag_category.py +69 -70
- pulumi_vsphere/vapp_container.py +256 -257
- pulumi_vsphere/vapp_entity.py +171 -172
- pulumi_vsphere/virtual_disk.py +120 -121
- pulumi_vsphere/virtual_machine.py +1293 -1294
- pulumi_vsphere/virtual_machine_class.py +103 -104
- pulumi_vsphere/virtual_machine_snapshot.py +120 -121
- pulumi_vsphere/vm_storage_policy.py +38 -39
- pulumi_vsphere/vmfs_datastore.py +183 -184
- pulumi_vsphere/vnic.py +143 -144
- {pulumi_vsphere-4.16.0a1753339697.dist-info → pulumi_vsphere-4.16.0a1753512455.dist-info}/METADATA +1 -1
- pulumi_vsphere-4.16.0a1753512455.dist-info/RECORD +87 -0
- pulumi_vsphere-4.16.0a1753339697.dist-info/RECORD +0 -87
- {pulumi_vsphere-4.16.0a1753339697.dist-info → pulumi_vsphere-4.16.0a1753512455.dist-info}/WHEEL +0 -0
- {pulumi_vsphere-4.16.0a1753339697.dist-info → pulumi_vsphere-4.16.0a1753512455.dist-info}/top_level.txt +0 -0
pulumi_vsphere/config/vars.py
CHANGED
|
@@ -2,8 +2,7 @@
|
|
|
2
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 builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -21,88 +20,88 @@ __config__ = pulumi.Config('vsphere')
|
|
|
21
20
|
|
|
22
21
|
|
|
23
22
|
class _ExportableConfig(types.ModuleType):
|
|
24
|
-
@property
|
|
23
|
+
@_builtins.property
|
|
25
24
|
def allow_unverified_ssl(self) -> Optional[bool]:
|
|
26
25
|
"""
|
|
27
26
|
If set, VMware vSphere client will permit unverifiable SSL certificates.
|
|
28
27
|
"""
|
|
29
28
|
return __config__.get_bool('allowUnverifiedSsl') or _utilities.get_env_bool('VSPHERE_ALLOW_UNVERIFIED_SSL')
|
|
30
29
|
|
|
31
|
-
@property
|
|
30
|
+
@_builtins.property
|
|
32
31
|
def api_timeout(self) -> Optional[int]:
|
|
33
32
|
"""
|
|
34
33
|
API timeout in minutes (Default: 5)
|
|
35
34
|
"""
|
|
36
35
|
return __config__.get_int('apiTimeout')
|
|
37
36
|
|
|
38
|
-
@property
|
|
37
|
+
@_builtins.property
|
|
39
38
|
def client_debug(self) -> Optional[bool]:
|
|
40
39
|
"""
|
|
41
40
|
govmomi debug
|
|
42
41
|
"""
|
|
43
42
|
return __config__.get_bool('clientDebug') or _utilities.get_env_bool('VSPHERE_CLIENT_DEBUG')
|
|
44
43
|
|
|
45
|
-
@property
|
|
44
|
+
@_builtins.property
|
|
46
45
|
def client_debug_path(self) -> Optional[str]:
|
|
47
46
|
"""
|
|
48
47
|
govmomi debug path for debug
|
|
49
48
|
"""
|
|
50
49
|
return __config__.get('clientDebugPath') or _utilities.get_env('VSPHERE_CLIENT_DEBUG_PATH')
|
|
51
50
|
|
|
52
|
-
@property
|
|
51
|
+
@_builtins.property
|
|
53
52
|
def client_debug_path_run(self) -> Optional[str]:
|
|
54
53
|
"""
|
|
55
54
|
govmomi debug path for a single run
|
|
56
55
|
"""
|
|
57
56
|
return __config__.get('clientDebugPathRun') or _utilities.get_env('VSPHERE_CLIENT_DEBUG_PATH_RUN')
|
|
58
57
|
|
|
59
|
-
@property
|
|
58
|
+
@_builtins.property
|
|
60
59
|
def password(self) -> Optional[str]:
|
|
61
60
|
"""
|
|
62
61
|
The user password for vSphere API operations.
|
|
63
62
|
"""
|
|
64
63
|
return __config__.get('password')
|
|
65
64
|
|
|
66
|
-
@property
|
|
65
|
+
@_builtins.property
|
|
67
66
|
def persist_session(self) -> Optional[bool]:
|
|
68
67
|
"""
|
|
69
68
|
Persist vSphere client sessions to disk
|
|
70
69
|
"""
|
|
71
70
|
return __config__.get_bool('persistSession') or _utilities.get_env_bool('VSPHERE_PERSIST_SESSION')
|
|
72
71
|
|
|
73
|
-
@property
|
|
72
|
+
@_builtins.property
|
|
74
73
|
def rest_session_path(self) -> Optional[str]:
|
|
75
74
|
"""
|
|
76
75
|
The directory to save vSphere REST API sessions to
|
|
77
76
|
"""
|
|
78
77
|
return __config__.get('restSessionPath') or _utilities.get_env('VSPHERE_REST_SESSION_PATH')
|
|
79
78
|
|
|
80
|
-
@property
|
|
79
|
+
@_builtins.property
|
|
81
80
|
def user(self) -> Optional[str]:
|
|
82
81
|
"""
|
|
83
82
|
The user name for vSphere API operations.
|
|
84
83
|
"""
|
|
85
84
|
return __config__.get('user')
|
|
86
85
|
|
|
87
|
-
@property
|
|
86
|
+
@_builtins.property
|
|
88
87
|
def vcenter_server(self) -> Optional[str]:
|
|
89
88
|
return __config__.get('vcenterServer')
|
|
90
89
|
|
|
91
|
-
@property
|
|
90
|
+
@_builtins.property
|
|
92
91
|
def vim_keep_alive(self) -> Optional[int]:
|
|
93
92
|
"""
|
|
94
93
|
Keep alive interval for the VIM session in minutes
|
|
95
94
|
"""
|
|
96
95
|
return __config__.get_int('vimKeepAlive') or _utilities.get_env_int('VSPHERE_VIM_KEEP_ALIVE')
|
|
97
96
|
|
|
98
|
-
@property
|
|
97
|
+
@_builtins.property
|
|
99
98
|
def vim_session_path(self) -> Optional[str]:
|
|
100
99
|
"""
|
|
101
100
|
The directory to save vSphere SOAP API sessions to
|
|
102
101
|
"""
|
|
103
102
|
return __config__.get('vimSessionPath') or _utilities.get_env('VSPHERE_VIM_SESSION_PATH')
|
|
104
103
|
|
|
105
|
-
@property
|
|
104
|
+
@_builtins.property
|
|
106
105
|
def vsphere_server(self) -> Optional[str]:
|
|
107
106
|
"""
|
|
108
107
|
The vSphere Server name for vSphere API operations.
|
|
@@ -2,8 +2,7 @@
|
|
|
2
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 builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -22,16 +21,16 @@ __all__ = ['ContentLibraryArgs', 'ContentLibrary']
|
|
|
22
21
|
@pulumi.input_type
|
|
23
22
|
class ContentLibraryArgs:
|
|
24
23
|
def __init__(__self__, *,
|
|
25
|
-
storage_backings: pulumi.Input[Sequence[pulumi.Input[
|
|
26
|
-
description: Optional[pulumi.Input[
|
|
27
|
-
name: Optional[pulumi.Input[
|
|
24
|
+
storage_backings: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
25
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
26
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
28
27
|
publication: Optional[pulumi.Input['ContentLibraryPublicationArgs']] = None,
|
|
29
28
|
subscription: Optional[pulumi.Input['ContentLibrarySubscriptionArgs']] = None):
|
|
30
29
|
"""
|
|
31
30
|
The set of arguments for constructing a ContentLibrary resource.
|
|
32
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
33
|
-
:param pulumi.Input[
|
|
34
|
-
:param pulumi.Input[
|
|
31
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_backings: The managed object reference ID of the datastore on which to store the content library items.
|
|
32
|
+
:param pulumi.Input[_builtins.str] description: A description for the content library.
|
|
33
|
+
:param pulumi.Input[_builtins.str] name: The name of the content library.
|
|
35
34
|
:param pulumi.Input['ContentLibraryPublicationArgs'] publication: Options to publish a local content library.
|
|
36
35
|
:param pulumi.Input['ContentLibrarySubscriptionArgs'] subscription: Options subscribe to a published content library.
|
|
37
36
|
"""
|
|
@@ -45,43 +44,43 @@ class ContentLibraryArgs:
|
|
|
45
44
|
if subscription is not None:
|
|
46
45
|
pulumi.set(__self__, "subscription", subscription)
|
|
47
46
|
|
|
48
|
-
@property
|
|
47
|
+
@_builtins.property
|
|
49
48
|
@pulumi.getter(name="storageBackings")
|
|
50
|
-
def storage_backings(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
49
|
+
def storage_backings(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
51
50
|
"""
|
|
52
51
|
The managed object reference ID of the datastore on which to store the content library items.
|
|
53
52
|
"""
|
|
54
53
|
return pulumi.get(self, "storage_backings")
|
|
55
54
|
|
|
56
55
|
@storage_backings.setter
|
|
57
|
-
def storage_backings(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
56
|
+
def storage_backings(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
58
57
|
pulumi.set(self, "storage_backings", value)
|
|
59
58
|
|
|
60
|
-
@property
|
|
59
|
+
@_builtins.property
|
|
61
60
|
@pulumi.getter
|
|
62
|
-
def description(self) -> Optional[pulumi.Input[
|
|
61
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
63
62
|
"""
|
|
64
63
|
A description for the content library.
|
|
65
64
|
"""
|
|
66
65
|
return pulumi.get(self, "description")
|
|
67
66
|
|
|
68
67
|
@description.setter
|
|
69
|
-
def description(self, value: Optional[pulumi.Input[
|
|
68
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
70
69
|
pulumi.set(self, "description", value)
|
|
71
70
|
|
|
72
|
-
@property
|
|
71
|
+
@_builtins.property
|
|
73
72
|
@pulumi.getter
|
|
74
|
-
def name(self) -> Optional[pulumi.Input[
|
|
73
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
75
74
|
"""
|
|
76
75
|
The name of the content library.
|
|
77
76
|
"""
|
|
78
77
|
return pulumi.get(self, "name")
|
|
79
78
|
|
|
80
79
|
@name.setter
|
|
81
|
-
def name(self, value: Optional[pulumi.Input[
|
|
80
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
82
81
|
pulumi.set(self, "name", value)
|
|
83
82
|
|
|
84
|
-
@property
|
|
83
|
+
@_builtins.property
|
|
85
84
|
@pulumi.getter
|
|
86
85
|
def publication(self) -> Optional[pulumi.Input['ContentLibraryPublicationArgs']]:
|
|
87
86
|
"""
|
|
@@ -93,7 +92,7 @@ class ContentLibraryArgs:
|
|
|
93
92
|
def publication(self, value: Optional[pulumi.Input['ContentLibraryPublicationArgs']]):
|
|
94
93
|
pulumi.set(self, "publication", value)
|
|
95
94
|
|
|
96
|
-
@property
|
|
95
|
+
@_builtins.property
|
|
97
96
|
@pulumi.getter
|
|
98
97
|
def subscription(self) -> Optional[pulumi.Input['ContentLibrarySubscriptionArgs']]:
|
|
99
98
|
"""
|
|
@@ -109,17 +108,17 @@ class ContentLibraryArgs:
|
|
|
109
108
|
@pulumi.input_type
|
|
110
109
|
class _ContentLibraryState:
|
|
111
110
|
def __init__(__self__, *,
|
|
112
|
-
description: Optional[pulumi.Input[
|
|
113
|
-
name: Optional[pulumi.Input[
|
|
111
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
112
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
114
113
|
publication: Optional[pulumi.Input['ContentLibraryPublicationArgs']] = None,
|
|
115
|
-
storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
114
|
+
storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
116
115
|
subscription: Optional[pulumi.Input['ContentLibrarySubscriptionArgs']] = None):
|
|
117
116
|
"""
|
|
118
117
|
Input properties used for looking up and filtering ContentLibrary resources.
|
|
119
|
-
:param pulumi.Input[
|
|
120
|
-
:param pulumi.Input[
|
|
118
|
+
:param pulumi.Input[_builtins.str] description: A description for the content library.
|
|
119
|
+
:param pulumi.Input[_builtins.str] name: The name of the content library.
|
|
121
120
|
:param pulumi.Input['ContentLibraryPublicationArgs'] publication: Options to publish a local content library.
|
|
122
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
121
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_backings: The managed object reference ID of the datastore on which to store the content library items.
|
|
123
122
|
:param pulumi.Input['ContentLibrarySubscriptionArgs'] subscription: Options subscribe to a published content library.
|
|
124
123
|
"""
|
|
125
124
|
if description is not None:
|
|
@@ -133,31 +132,31 @@ class _ContentLibraryState:
|
|
|
133
132
|
if subscription is not None:
|
|
134
133
|
pulumi.set(__self__, "subscription", subscription)
|
|
135
134
|
|
|
136
|
-
@property
|
|
135
|
+
@_builtins.property
|
|
137
136
|
@pulumi.getter
|
|
138
|
-
def description(self) -> Optional[pulumi.Input[
|
|
137
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
139
138
|
"""
|
|
140
139
|
A description for the content library.
|
|
141
140
|
"""
|
|
142
141
|
return pulumi.get(self, "description")
|
|
143
142
|
|
|
144
143
|
@description.setter
|
|
145
|
-
def description(self, value: Optional[pulumi.Input[
|
|
144
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
146
145
|
pulumi.set(self, "description", value)
|
|
147
146
|
|
|
148
|
-
@property
|
|
147
|
+
@_builtins.property
|
|
149
148
|
@pulumi.getter
|
|
150
|
-
def name(self) -> Optional[pulumi.Input[
|
|
149
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
151
150
|
"""
|
|
152
151
|
The name of the content library.
|
|
153
152
|
"""
|
|
154
153
|
return pulumi.get(self, "name")
|
|
155
154
|
|
|
156
155
|
@name.setter
|
|
157
|
-
def name(self, value: Optional[pulumi.Input[
|
|
156
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
158
157
|
pulumi.set(self, "name", value)
|
|
159
158
|
|
|
160
|
-
@property
|
|
159
|
+
@_builtins.property
|
|
161
160
|
@pulumi.getter
|
|
162
161
|
def publication(self) -> Optional[pulumi.Input['ContentLibraryPublicationArgs']]:
|
|
163
162
|
"""
|
|
@@ -169,19 +168,19 @@ class _ContentLibraryState:
|
|
|
169
168
|
def publication(self, value: Optional[pulumi.Input['ContentLibraryPublicationArgs']]):
|
|
170
169
|
pulumi.set(self, "publication", value)
|
|
171
170
|
|
|
172
|
-
@property
|
|
171
|
+
@_builtins.property
|
|
173
172
|
@pulumi.getter(name="storageBackings")
|
|
174
|
-
def storage_backings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
173
|
+
def storage_backings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
175
174
|
"""
|
|
176
175
|
The managed object reference ID of the datastore on which to store the content library items.
|
|
177
176
|
"""
|
|
178
177
|
return pulumi.get(self, "storage_backings")
|
|
179
178
|
|
|
180
179
|
@storage_backings.setter
|
|
181
|
-
def storage_backings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
180
|
+
def storage_backings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
182
181
|
pulumi.set(self, "storage_backings", value)
|
|
183
182
|
|
|
184
|
-
@property
|
|
183
|
+
@_builtins.property
|
|
185
184
|
@pulumi.getter
|
|
186
185
|
def subscription(self) -> Optional[pulumi.Input['ContentLibrarySubscriptionArgs']]:
|
|
187
186
|
"""
|
|
@@ -200,10 +199,10 @@ class ContentLibrary(pulumi.CustomResource):
|
|
|
200
199
|
def __init__(__self__,
|
|
201
200
|
resource_name: str,
|
|
202
201
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
203
|
-
description: Optional[pulumi.Input[
|
|
204
|
-
name: Optional[pulumi.Input[
|
|
202
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
203
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
205
204
|
publication: Optional[pulumi.Input[Union['ContentLibraryPublicationArgs', 'ContentLibraryPublicationArgsDict']]] = None,
|
|
206
|
-
storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
205
|
+
storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
207
206
|
subscription: Optional[pulumi.Input[Union['ContentLibrarySubscriptionArgs', 'ContentLibrarySubscriptionArgsDict']]] = None,
|
|
208
207
|
__props__=None):
|
|
209
208
|
"""
|
|
@@ -260,10 +259,10 @@ class ContentLibrary(pulumi.CustomResource):
|
|
|
260
259
|
|
|
261
260
|
:param str resource_name: The name of the resource.
|
|
262
261
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
263
|
-
:param pulumi.Input[
|
|
264
|
-
:param pulumi.Input[
|
|
262
|
+
:param pulumi.Input[_builtins.str] description: A description for the content library.
|
|
263
|
+
:param pulumi.Input[_builtins.str] name: The name of the content library.
|
|
265
264
|
:param pulumi.Input[Union['ContentLibraryPublicationArgs', 'ContentLibraryPublicationArgsDict']] publication: Options to publish a local content library.
|
|
266
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
265
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_backings: The managed object reference ID of the datastore on which to store the content library items.
|
|
267
266
|
:param pulumi.Input[Union['ContentLibrarySubscriptionArgs', 'ContentLibrarySubscriptionArgsDict']] subscription: Options subscribe to a published content library.
|
|
268
267
|
"""
|
|
269
268
|
...
|
|
@@ -339,10 +338,10 @@ class ContentLibrary(pulumi.CustomResource):
|
|
|
339
338
|
def _internal_init(__self__,
|
|
340
339
|
resource_name: str,
|
|
341
340
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
342
|
-
description: Optional[pulumi.Input[
|
|
343
|
-
name: Optional[pulumi.Input[
|
|
341
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
342
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
344
343
|
publication: Optional[pulumi.Input[Union['ContentLibraryPublicationArgs', 'ContentLibraryPublicationArgsDict']]] = None,
|
|
345
|
-
storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
344
|
+
storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
346
345
|
subscription: Optional[pulumi.Input[Union['ContentLibrarySubscriptionArgs', 'ContentLibrarySubscriptionArgsDict']]] = None,
|
|
347
346
|
__props__=None):
|
|
348
347
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -370,10 +369,10 @@ class ContentLibrary(pulumi.CustomResource):
|
|
|
370
369
|
def get(resource_name: str,
|
|
371
370
|
id: pulumi.Input[str],
|
|
372
371
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
373
|
-
description: Optional[pulumi.Input[
|
|
374
|
-
name: Optional[pulumi.Input[
|
|
372
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
373
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
375
374
|
publication: Optional[pulumi.Input[Union['ContentLibraryPublicationArgs', 'ContentLibraryPublicationArgsDict']]] = None,
|
|
376
|
-
storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
375
|
+
storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
377
376
|
subscription: Optional[pulumi.Input[Union['ContentLibrarySubscriptionArgs', 'ContentLibrarySubscriptionArgsDict']]] = None) -> 'ContentLibrary':
|
|
378
377
|
"""
|
|
379
378
|
Get an existing ContentLibrary resource's state with the given name, id, and optional extra
|
|
@@ -382,10 +381,10 @@ class ContentLibrary(pulumi.CustomResource):
|
|
|
382
381
|
:param str resource_name: The unique name of the resulting resource.
|
|
383
382
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
384
383
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
385
|
-
:param pulumi.Input[
|
|
386
|
-
:param pulumi.Input[
|
|
384
|
+
:param pulumi.Input[_builtins.str] description: A description for the content library.
|
|
385
|
+
:param pulumi.Input[_builtins.str] name: The name of the content library.
|
|
387
386
|
:param pulumi.Input[Union['ContentLibraryPublicationArgs', 'ContentLibraryPublicationArgsDict']] publication: Options to publish a local content library.
|
|
388
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
387
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_backings: The managed object reference ID of the datastore on which to store the content library items.
|
|
389
388
|
:param pulumi.Input[Union['ContentLibrarySubscriptionArgs', 'ContentLibrarySubscriptionArgsDict']] subscription: Options subscribe to a published content library.
|
|
390
389
|
"""
|
|
391
390
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -399,23 +398,23 @@ class ContentLibrary(pulumi.CustomResource):
|
|
|
399
398
|
__props__.__dict__["subscription"] = subscription
|
|
400
399
|
return ContentLibrary(resource_name, opts=opts, __props__=__props__)
|
|
401
400
|
|
|
402
|
-
@property
|
|
401
|
+
@_builtins.property
|
|
403
402
|
@pulumi.getter
|
|
404
|
-
def description(self) -> pulumi.Output[Optional[
|
|
403
|
+
def description(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
405
404
|
"""
|
|
406
405
|
A description for the content library.
|
|
407
406
|
"""
|
|
408
407
|
return pulumi.get(self, "description")
|
|
409
408
|
|
|
410
|
-
@property
|
|
409
|
+
@_builtins.property
|
|
411
410
|
@pulumi.getter
|
|
412
|
-
def name(self) -> pulumi.Output[
|
|
411
|
+
def name(self) -> pulumi.Output[_builtins.str]:
|
|
413
412
|
"""
|
|
414
413
|
The name of the content library.
|
|
415
414
|
"""
|
|
416
415
|
return pulumi.get(self, "name")
|
|
417
416
|
|
|
418
|
-
@property
|
|
417
|
+
@_builtins.property
|
|
419
418
|
@pulumi.getter
|
|
420
419
|
def publication(self) -> pulumi.Output['outputs.ContentLibraryPublication']:
|
|
421
420
|
"""
|
|
@@ -423,15 +422,15 @@ class ContentLibrary(pulumi.CustomResource):
|
|
|
423
422
|
"""
|
|
424
423
|
return pulumi.get(self, "publication")
|
|
425
424
|
|
|
426
|
-
@property
|
|
425
|
+
@_builtins.property
|
|
427
426
|
@pulumi.getter(name="storageBackings")
|
|
428
|
-
def storage_backings(self) -> pulumi.Output[Sequence[
|
|
427
|
+
def storage_backings(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
429
428
|
"""
|
|
430
429
|
The managed object reference ID of the datastore on which to store the content library items.
|
|
431
430
|
"""
|
|
432
431
|
return pulumi.get(self, "storage_backings")
|
|
433
432
|
|
|
434
|
-
@property
|
|
433
|
+
@_builtins.property
|
|
435
434
|
@pulumi.getter
|
|
436
435
|
def subscription(self) -> pulumi.Output[Optional['outputs.ContentLibrarySubscription']]:
|
|
437
436
|
"""
|