pulumi-alicloud 3.61.1__py3-none-any.whl → 3.61.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-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/brain/get_industrial_pid_loops.py +18 -2
- pulumi_alicloud/brain/get_industrial_pid_organizations.py +12 -2
- pulumi_alicloud/brain/get_industrial_pid_projects.py +18 -2
- pulumi_alicloud/brain/get_industrial_serice.py +6 -2
- pulumi_alicloud/brain/industrial_pid_loop.py +6 -2
- pulumi_alicloud/brain/industrial_pid_organization.py +4 -4
- pulumi_alicloud/brain/industrial_pid_project.py +4 -4
- pulumi_alicloud/cas/certificate.py +155 -13
- pulumi_alicloud/cas/service_certificate.py +9 -30
- pulumi_alicloud/cdn/real_time_log_delivery.py +2 -2
- pulumi_alicloud/cen/get_transit_router_route_tables.py +81 -14
- pulumi_alicloud/cen/outputs.py +6 -2
- pulumi_alicloud/cfg/remediation.py +6 -2
- pulumi_alicloud/clickhouse/account.py +2 -2
- pulumi_alicloud/clickhouse/backup_policy.py +2 -2
- pulumi_alicloud/cloudfirewall/instance.py +2 -0
- pulumi_alicloud/cs/_inputs.py +141 -21
- pulumi_alicloud/cs/kubernetes.py +7 -7
- pulumi_alicloud/cs/managed_kubernetes.py +506 -45
- pulumi_alicloud/cs/outputs.py +148 -21
- pulumi_alicloud/cs/registry_enterprise_namespace.py +92 -72
- pulumi_alicloud/cs/registry_enterprise_repo.py +96 -74
- pulumi_alicloud/cs/registry_enterprise_sync_rule.py +105 -101
- pulumi_alicloud/cs/serverless_kubernetes.py +174 -206
- pulumi_alicloud/databasefilesystem/instance.py +2 -2
- pulumi_alicloud/dts/consumer_channel.py +2 -2
- pulumi_alicloud/dts/subscription_job.py +2 -2
- pulumi_alicloud/ecs/auto_provisioning_group.py +2 -2
- pulumi_alicloud/ehpc/get_clusters.py +11 -2
- pulumi_alicloud/ehpc/get_job_templates.py +5 -2
- pulumi_alicloud/ehpc/job_template.py +2 -2
- pulumi_alicloud/ehpc/outputs.py +34 -2
- pulumi_alicloud/fc/function.py +6 -6
- pulumi_alicloud/fc/function_async_invoke_config.py +2 -2
- pulumi_alicloud/fc/trigger.py +2 -2
- pulumi_alicloud/gpdb/account.py +0 -4
- pulumi_alicloud/gpdb/connection.py +0 -4
- pulumi_alicloud/log/alert.py +30 -28
- pulumi_alicloud/log/audit.py +2 -0
- pulumi_alicloud/log/dashboard.py +8 -8
- pulumi_alicloud/log/etl.py +26 -26
- pulumi_alicloud/log/ingestion.py +10 -10
- pulumi_alicloud/log/log_tail_attachment.py +14 -14
- pulumi_alicloud/log/log_tail_config.py +10 -10
- pulumi_alicloud/log/machine_group.py +4 -4
- pulumi_alicloud/log/oss_export.py +10 -10
- pulumi_alicloud/log/project.py +4 -4
- pulumi_alicloud/log/store_index.py +10 -10
- pulumi_alicloud/nlb/server_group.py +2 -2
- pulumi_alicloud/oos/service_setting.py +10 -8
- pulumi_alicloud/oss/bucket.py +18 -10
- pulumi_alicloud/oss/bucket_object.py +12 -8
- pulumi_alicloud/oss/bucket_replication.py +2 -2
- pulumi_alicloud/polardb/cluster.py +75 -21
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/zone_record.py +2 -2
- pulumi_alicloud/ram/access_key.py +4 -0
- pulumi_alicloud/rds/account_privilege.py +2 -2
- pulumi_alicloud/rds/backup_policy.py +270 -12
- pulumi_alicloud/rds/database.py +49 -7
- pulumi_alicloud/rds/instance.py +4 -2
- pulumi_alicloud/rocketmq/group.py +2 -2
- pulumi_alicloud/rocketmq/topic.py +2 -2
- pulumi_alicloud/sls/alert.py +6 -6
- pulumi_alicloud/sls/scheduled_sql.py +10 -10
- pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
- pulumi_alicloud/vpc/ipv6_internet_bandwidth.py +4 -4
- pulumi_alicloud/vpc/route_table_attachment.py +4 -4
- pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +2 -2
- {pulumi_alicloud-3.61.1.dist-info → pulumi_alicloud-3.61.2.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.61.1.dist-info → pulumi_alicloud-3.61.2.dist-info}/RECORD +73 -73
- {pulumi_alicloud-3.61.1.dist-info → pulumi_alicloud-3.61.2.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.61.1.dist-info → pulumi_alicloud-3.61.2.dist-info}/top_level.txt +0 -0
|
@@ -22,12 +22,14 @@ class RegistryEnterpriseRepoArgs:
|
|
|
22
22
|
name: Optional[pulumi.Input[str]] = None):
|
|
23
23
|
"""
|
|
24
24
|
The set of arguments for constructing a RegistryEnterpriseRepo resource.
|
|
25
|
-
:param pulumi.Input[str] instance_id: ID of Container Registry Enterprise Edition instance.
|
|
26
|
-
:param pulumi.Input[str] namespace:
|
|
27
|
-
:param pulumi.Input[str] repo_type:
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
:param pulumi.Input[str]
|
|
25
|
+
:param pulumi.Input[str] instance_id: The ID of the Container Registry Enterprise Edition instance.
|
|
26
|
+
:param pulumi.Input[str] namespace: The name of the namespace to which the image repository belongs.
|
|
27
|
+
:param pulumi.Input[str] repo_type: The type of the repository. Valid values:
|
|
28
|
+
- `PUBLIC`: The repository is a public repository.
|
|
29
|
+
- `PRIVATE`: The repository is a private repository.
|
|
30
|
+
:param pulumi.Input[str] summary: The summary about the repository.
|
|
31
|
+
:param pulumi.Input[str] detail: The description of the repository.
|
|
32
|
+
:param pulumi.Input[str] name: The name of the image repository.
|
|
31
33
|
"""
|
|
32
34
|
pulumi.set(__self__, "instance_id", instance_id)
|
|
33
35
|
pulumi.set(__self__, "namespace", namespace)
|
|
@@ -42,7 +44,7 @@ class RegistryEnterpriseRepoArgs:
|
|
|
42
44
|
@pulumi.getter(name="instanceId")
|
|
43
45
|
def instance_id(self) -> pulumi.Input[str]:
|
|
44
46
|
"""
|
|
45
|
-
ID of Container Registry Enterprise Edition instance.
|
|
47
|
+
The ID of the Container Registry Enterprise Edition instance.
|
|
46
48
|
"""
|
|
47
49
|
return pulumi.get(self, "instance_id")
|
|
48
50
|
|
|
@@ -54,7 +56,7 @@ class RegistryEnterpriseRepoArgs:
|
|
|
54
56
|
@pulumi.getter
|
|
55
57
|
def namespace(self) -> pulumi.Input[str]:
|
|
56
58
|
"""
|
|
57
|
-
|
|
59
|
+
The name of the namespace to which the image repository belongs.
|
|
58
60
|
"""
|
|
59
61
|
return pulumi.get(self, "namespace")
|
|
60
62
|
|
|
@@ -66,7 +68,9 @@ class RegistryEnterpriseRepoArgs:
|
|
|
66
68
|
@pulumi.getter(name="repoType")
|
|
67
69
|
def repo_type(self) -> pulumi.Input[str]:
|
|
68
70
|
"""
|
|
69
|
-
|
|
71
|
+
The type of the repository. Valid values:
|
|
72
|
+
- `PUBLIC`: The repository is a public repository.
|
|
73
|
+
- `PRIVATE`: The repository is a private repository.
|
|
70
74
|
"""
|
|
71
75
|
return pulumi.get(self, "repo_type")
|
|
72
76
|
|
|
@@ -78,7 +82,7 @@ class RegistryEnterpriseRepoArgs:
|
|
|
78
82
|
@pulumi.getter
|
|
79
83
|
def summary(self) -> pulumi.Input[str]:
|
|
80
84
|
"""
|
|
81
|
-
The
|
|
85
|
+
The summary about the repository.
|
|
82
86
|
"""
|
|
83
87
|
return pulumi.get(self, "summary")
|
|
84
88
|
|
|
@@ -90,7 +94,7 @@ class RegistryEnterpriseRepoArgs:
|
|
|
90
94
|
@pulumi.getter
|
|
91
95
|
def detail(self) -> Optional[pulumi.Input[str]]:
|
|
92
96
|
"""
|
|
93
|
-
The
|
|
97
|
+
The description of the repository.
|
|
94
98
|
"""
|
|
95
99
|
return pulumi.get(self, "detail")
|
|
96
100
|
|
|
@@ -102,7 +106,7 @@ class RegistryEnterpriseRepoArgs:
|
|
|
102
106
|
@pulumi.getter
|
|
103
107
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
104
108
|
"""
|
|
105
|
-
|
|
109
|
+
The name of the image repository.
|
|
106
110
|
"""
|
|
107
111
|
return pulumi.get(self, "name")
|
|
108
112
|
|
|
@@ -123,13 +127,15 @@ class _RegistryEnterpriseRepoState:
|
|
|
123
127
|
summary: Optional[pulumi.Input[str]] = None):
|
|
124
128
|
"""
|
|
125
129
|
Input properties used for looking up and filtering RegistryEnterpriseRepo resources.
|
|
126
|
-
:param pulumi.Input[str] detail: The
|
|
127
|
-
:param pulumi.Input[str] instance_id: ID of Container Registry Enterprise Edition instance.
|
|
128
|
-
:param pulumi.Input[str] name:
|
|
129
|
-
:param pulumi.Input[str] namespace:
|
|
130
|
-
:param pulumi.Input[str] repo_id: The
|
|
131
|
-
:param pulumi.Input[str] repo_type:
|
|
132
|
-
|
|
130
|
+
:param pulumi.Input[str] detail: The description of the repository.
|
|
131
|
+
:param pulumi.Input[str] instance_id: The ID of the Container Registry Enterprise Edition instance.
|
|
132
|
+
:param pulumi.Input[str] name: The name of the image repository.
|
|
133
|
+
:param pulumi.Input[str] namespace: The name of the namespace to which the image repository belongs.
|
|
134
|
+
:param pulumi.Input[str] repo_id: The ID of the repository.
|
|
135
|
+
:param pulumi.Input[str] repo_type: The type of the repository. Valid values:
|
|
136
|
+
- `PUBLIC`: The repository is a public repository.
|
|
137
|
+
- `PRIVATE`: The repository is a private repository.
|
|
138
|
+
:param pulumi.Input[str] summary: The summary about the repository.
|
|
133
139
|
"""
|
|
134
140
|
if detail is not None:
|
|
135
141
|
pulumi.set(__self__, "detail", detail)
|
|
@@ -150,7 +156,7 @@ class _RegistryEnterpriseRepoState:
|
|
|
150
156
|
@pulumi.getter
|
|
151
157
|
def detail(self) -> Optional[pulumi.Input[str]]:
|
|
152
158
|
"""
|
|
153
|
-
The
|
|
159
|
+
The description of the repository.
|
|
154
160
|
"""
|
|
155
161
|
return pulumi.get(self, "detail")
|
|
156
162
|
|
|
@@ -162,7 +168,7 @@ class _RegistryEnterpriseRepoState:
|
|
|
162
168
|
@pulumi.getter(name="instanceId")
|
|
163
169
|
def instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
164
170
|
"""
|
|
165
|
-
ID of Container Registry Enterprise Edition instance.
|
|
171
|
+
The ID of the Container Registry Enterprise Edition instance.
|
|
166
172
|
"""
|
|
167
173
|
return pulumi.get(self, "instance_id")
|
|
168
174
|
|
|
@@ -174,7 +180,7 @@ class _RegistryEnterpriseRepoState:
|
|
|
174
180
|
@pulumi.getter
|
|
175
181
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
176
182
|
"""
|
|
177
|
-
|
|
183
|
+
The name of the image repository.
|
|
178
184
|
"""
|
|
179
185
|
return pulumi.get(self, "name")
|
|
180
186
|
|
|
@@ -186,7 +192,7 @@ class _RegistryEnterpriseRepoState:
|
|
|
186
192
|
@pulumi.getter
|
|
187
193
|
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
188
194
|
"""
|
|
189
|
-
|
|
195
|
+
The name of the namespace to which the image repository belongs.
|
|
190
196
|
"""
|
|
191
197
|
return pulumi.get(self, "namespace")
|
|
192
198
|
|
|
@@ -198,7 +204,7 @@ class _RegistryEnterpriseRepoState:
|
|
|
198
204
|
@pulumi.getter(name="repoId")
|
|
199
205
|
def repo_id(self) -> Optional[pulumi.Input[str]]:
|
|
200
206
|
"""
|
|
201
|
-
The
|
|
207
|
+
The ID of the repository.
|
|
202
208
|
"""
|
|
203
209
|
return pulumi.get(self, "repo_id")
|
|
204
210
|
|
|
@@ -210,7 +216,9 @@ class _RegistryEnterpriseRepoState:
|
|
|
210
216
|
@pulumi.getter(name="repoType")
|
|
211
217
|
def repo_type(self) -> Optional[pulumi.Input[str]]:
|
|
212
218
|
"""
|
|
213
|
-
|
|
219
|
+
The type of the repository. Valid values:
|
|
220
|
+
- `PUBLIC`: The repository is a public repository.
|
|
221
|
+
- `PRIVATE`: The repository is a private repository.
|
|
214
222
|
"""
|
|
215
223
|
return pulumi.get(self, "repo_type")
|
|
216
224
|
|
|
@@ -222,7 +230,7 @@ class _RegistryEnterpriseRepoState:
|
|
|
222
230
|
@pulumi.getter
|
|
223
231
|
def summary(self) -> Optional[pulumi.Input[str]]:
|
|
224
232
|
"""
|
|
225
|
-
The
|
|
233
|
+
The summary about the repository.
|
|
226
234
|
"""
|
|
227
235
|
return pulumi.get(self, "summary")
|
|
228
236
|
|
|
@@ -244,9 +252,9 @@ class RegistryEnterpriseRepo(pulumi.CustomResource):
|
|
|
244
252
|
summary: Optional[pulumi.Input[str]] = None,
|
|
245
253
|
__props__=None):
|
|
246
254
|
"""
|
|
247
|
-
|
|
255
|
+
Provides a Container Registry Enterprise Edition Repository resource.
|
|
248
256
|
|
|
249
|
-
For information about Container Registry Enterprise Edition
|
|
257
|
+
For information about Container Registry Enterprise Edition Repository and how to use it, see [What is Repository](https://www.alibabacloud.com/help/en/acr/developer-reference/api-cr-2018-12-01-createrepository)
|
|
250
258
|
|
|
251
259
|
> **NOTE:** Available since v1.86.0.
|
|
252
260
|
|
|
@@ -259,48 +267,54 @@ class RegistryEnterpriseRepo(pulumi.CustomResource):
|
|
|
259
267
|
```python
|
|
260
268
|
import pulumi
|
|
261
269
|
import pulumi_alicloud as alicloud
|
|
270
|
+
import pulumi_random as random
|
|
262
271
|
|
|
263
272
|
config = pulumi.Config()
|
|
264
273
|
name = config.get("name")
|
|
265
274
|
if name is None:
|
|
266
275
|
name = "terraform-example"
|
|
267
|
-
|
|
276
|
+
default = random.index.Integer("default",
|
|
277
|
+
min=10000,
|
|
278
|
+
max=99999)
|
|
279
|
+
default_registry_enterprise_instance = alicloud.cr.RegistryEnterpriseInstance("default",
|
|
268
280
|
payment_type="Subscription",
|
|
269
281
|
period=1,
|
|
270
282
|
renew_period=0,
|
|
271
283
|
renewal_status="ManualRenewal",
|
|
272
284
|
instance_type="Advanced",
|
|
273
|
-
instance_name=name)
|
|
274
|
-
|
|
275
|
-
instance_id=
|
|
276
|
-
name=name,
|
|
285
|
+
instance_name=f"{name}-{default['result']}")
|
|
286
|
+
default_registry_enterprise_namespace = alicloud.cs.RegistryEnterpriseNamespace("default",
|
|
287
|
+
instance_id=default_registry_enterprise_instance.id,
|
|
288
|
+
name=f"{name}-{default['result']}",
|
|
277
289
|
auto_create=False,
|
|
278
290
|
default_visibility="PUBLIC")
|
|
279
|
-
|
|
280
|
-
instance_id=
|
|
281
|
-
namespace=
|
|
282
|
-
name=name,
|
|
283
|
-
summary="this is summary of my new repo",
|
|
291
|
+
example = alicloud.cs.RegistryEnterpriseRepo("example",
|
|
292
|
+
instance_id=default_registry_enterprise_instance.id,
|
|
293
|
+
namespace=default_registry_enterprise_namespace.name,
|
|
294
|
+
name=f"{name}-{default['result']}",
|
|
284
295
|
repo_type="PUBLIC",
|
|
296
|
+
summary="this is summary of my new repo",
|
|
285
297
|
detail="this is a public repo")
|
|
286
298
|
```
|
|
287
299
|
|
|
288
300
|
## Import
|
|
289
301
|
|
|
290
|
-
Container Registry Enterprise Edition
|
|
302
|
+
Container Registry Enterprise Edition Repository can be imported using the id, e.g.
|
|
291
303
|
|
|
292
304
|
```sh
|
|
293
|
-
$ pulumi import alicloud:cs/registryEnterpriseRepo:RegistryEnterpriseRepo
|
|
305
|
+
$ pulumi import alicloud:cs/registryEnterpriseRepo:RegistryEnterpriseRepo example <instance_id>:<namespace>:<name>
|
|
294
306
|
```
|
|
295
307
|
|
|
296
308
|
:param str resource_name: The name of the resource.
|
|
297
309
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
298
|
-
:param pulumi.Input[str] detail: The
|
|
299
|
-
:param pulumi.Input[str] instance_id: ID of Container Registry Enterprise Edition instance.
|
|
300
|
-
:param pulumi.Input[str] name:
|
|
301
|
-
:param pulumi.Input[str] namespace:
|
|
302
|
-
:param pulumi.Input[str] repo_type:
|
|
303
|
-
|
|
310
|
+
:param pulumi.Input[str] detail: The description of the repository.
|
|
311
|
+
:param pulumi.Input[str] instance_id: The ID of the Container Registry Enterprise Edition instance.
|
|
312
|
+
:param pulumi.Input[str] name: The name of the image repository.
|
|
313
|
+
:param pulumi.Input[str] namespace: The name of the namespace to which the image repository belongs.
|
|
314
|
+
:param pulumi.Input[str] repo_type: The type of the repository. Valid values:
|
|
315
|
+
- `PUBLIC`: The repository is a public repository.
|
|
316
|
+
- `PRIVATE`: The repository is a private repository.
|
|
317
|
+
:param pulumi.Input[str] summary: The summary about the repository.
|
|
304
318
|
"""
|
|
305
319
|
...
|
|
306
320
|
@overload
|
|
@@ -309,9 +323,9 @@ class RegistryEnterpriseRepo(pulumi.CustomResource):
|
|
|
309
323
|
args: RegistryEnterpriseRepoArgs,
|
|
310
324
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
311
325
|
"""
|
|
312
|
-
|
|
326
|
+
Provides a Container Registry Enterprise Edition Repository resource.
|
|
313
327
|
|
|
314
|
-
For information about Container Registry Enterprise Edition
|
|
328
|
+
For information about Container Registry Enterprise Edition Repository and how to use it, see [What is Repository](https://www.alibabacloud.com/help/en/acr/developer-reference/api-cr-2018-12-01-createrepository)
|
|
315
329
|
|
|
316
330
|
> **NOTE:** Available since v1.86.0.
|
|
317
331
|
|
|
@@ -324,38 +338,42 @@ class RegistryEnterpriseRepo(pulumi.CustomResource):
|
|
|
324
338
|
```python
|
|
325
339
|
import pulumi
|
|
326
340
|
import pulumi_alicloud as alicloud
|
|
341
|
+
import pulumi_random as random
|
|
327
342
|
|
|
328
343
|
config = pulumi.Config()
|
|
329
344
|
name = config.get("name")
|
|
330
345
|
if name is None:
|
|
331
346
|
name = "terraform-example"
|
|
332
|
-
|
|
347
|
+
default = random.index.Integer("default",
|
|
348
|
+
min=10000,
|
|
349
|
+
max=99999)
|
|
350
|
+
default_registry_enterprise_instance = alicloud.cr.RegistryEnterpriseInstance("default",
|
|
333
351
|
payment_type="Subscription",
|
|
334
352
|
period=1,
|
|
335
353
|
renew_period=0,
|
|
336
354
|
renewal_status="ManualRenewal",
|
|
337
355
|
instance_type="Advanced",
|
|
338
|
-
instance_name=name)
|
|
339
|
-
|
|
340
|
-
instance_id=
|
|
341
|
-
name=name,
|
|
356
|
+
instance_name=f"{name}-{default['result']}")
|
|
357
|
+
default_registry_enterprise_namespace = alicloud.cs.RegistryEnterpriseNamespace("default",
|
|
358
|
+
instance_id=default_registry_enterprise_instance.id,
|
|
359
|
+
name=f"{name}-{default['result']}",
|
|
342
360
|
auto_create=False,
|
|
343
361
|
default_visibility="PUBLIC")
|
|
344
|
-
|
|
345
|
-
instance_id=
|
|
346
|
-
namespace=
|
|
347
|
-
name=name,
|
|
348
|
-
summary="this is summary of my new repo",
|
|
362
|
+
example = alicloud.cs.RegistryEnterpriseRepo("example",
|
|
363
|
+
instance_id=default_registry_enterprise_instance.id,
|
|
364
|
+
namespace=default_registry_enterprise_namespace.name,
|
|
365
|
+
name=f"{name}-{default['result']}",
|
|
349
366
|
repo_type="PUBLIC",
|
|
367
|
+
summary="this is summary of my new repo",
|
|
350
368
|
detail="this is a public repo")
|
|
351
369
|
```
|
|
352
370
|
|
|
353
371
|
## Import
|
|
354
372
|
|
|
355
|
-
Container Registry Enterprise Edition
|
|
373
|
+
Container Registry Enterprise Edition Repository can be imported using the id, e.g.
|
|
356
374
|
|
|
357
375
|
```sh
|
|
358
|
-
$ pulumi import alicloud:cs/registryEnterpriseRepo:RegistryEnterpriseRepo
|
|
376
|
+
$ pulumi import alicloud:cs/registryEnterpriseRepo:RegistryEnterpriseRepo example <instance_id>:<namespace>:<name>
|
|
359
377
|
```
|
|
360
378
|
|
|
361
379
|
:param str resource_name: The name of the resource.
|
|
@@ -427,13 +445,15 @@ class RegistryEnterpriseRepo(pulumi.CustomResource):
|
|
|
427
445
|
:param str resource_name: The unique name of the resulting resource.
|
|
428
446
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
429
447
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
430
|
-
:param pulumi.Input[str] detail: The
|
|
431
|
-
:param pulumi.Input[str] instance_id: ID of Container Registry Enterprise Edition instance.
|
|
432
|
-
:param pulumi.Input[str] name:
|
|
433
|
-
:param pulumi.Input[str] namespace:
|
|
434
|
-
:param pulumi.Input[str] repo_id: The
|
|
435
|
-
:param pulumi.Input[str] repo_type:
|
|
436
|
-
|
|
448
|
+
:param pulumi.Input[str] detail: The description of the repository.
|
|
449
|
+
:param pulumi.Input[str] instance_id: The ID of the Container Registry Enterprise Edition instance.
|
|
450
|
+
:param pulumi.Input[str] name: The name of the image repository.
|
|
451
|
+
:param pulumi.Input[str] namespace: The name of the namespace to which the image repository belongs.
|
|
452
|
+
:param pulumi.Input[str] repo_id: The ID of the repository.
|
|
453
|
+
:param pulumi.Input[str] repo_type: The type of the repository. Valid values:
|
|
454
|
+
- `PUBLIC`: The repository is a public repository.
|
|
455
|
+
- `PRIVATE`: The repository is a private repository.
|
|
456
|
+
:param pulumi.Input[str] summary: The summary about the repository.
|
|
437
457
|
"""
|
|
438
458
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
439
459
|
|
|
@@ -452,7 +472,7 @@ class RegistryEnterpriseRepo(pulumi.CustomResource):
|
|
|
452
472
|
@pulumi.getter
|
|
453
473
|
def detail(self) -> pulumi.Output[Optional[str]]:
|
|
454
474
|
"""
|
|
455
|
-
The
|
|
475
|
+
The description of the repository.
|
|
456
476
|
"""
|
|
457
477
|
return pulumi.get(self, "detail")
|
|
458
478
|
|
|
@@ -460,7 +480,7 @@ class RegistryEnterpriseRepo(pulumi.CustomResource):
|
|
|
460
480
|
@pulumi.getter(name="instanceId")
|
|
461
481
|
def instance_id(self) -> pulumi.Output[str]:
|
|
462
482
|
"""
|
|
463
|
-
ID of Container Registry Enterprise Edition instance.
|
|
483
|
+
The ID of the Container Registry Enterprise Edition instance.
|
|
464
484
|
"""
|
|
465
485
|
return pulumi.get(self, "instance_id")
|
|
466
486
|
|
|
@@ -468,7 +488,7 @@ class RegistryEnterpriseRepo(pulumi.CustomResource):
|
|
|
468
488
|
@pulumi.getter
|
|
469
489
|
def name(self) -> pulumi.Output[str]:
|
|
470
490
|
"""
|
|
471
|
-
|
|
491
|
+
The name of the image repository.
|
|
472
492
|
"""
|
|
473
493
|
return pulumi.get(self, "name")
|
|
474
494
|
|
|
@@ -476,7 +496,7 @@ class RegistryEnterpriseRepo(pulumi.CustomResource):
|
|
|
476
496
|
@pulumi.getter
|
|
477
497
|
def namespace(self) -> pulumi.Output[str]:
|
|
478
498
|
"""
|
|
479
|
-
|
|
499
|
+
The name of the namespace to which the image repository belongs.
|
|
480
500
|
"""
|
|
481
501
|
return pulumi.get(self, "namespace")
|
|
482
502
|
|
|
@@ -484,7 +504,7 @@ class RegistryEnterpriseRepo(pulumi.CustomResource):
|
|
|
484
504
|
@pulumi.getter(name="repoId")
|
|
485
505
|
def repo_id(self) -> pulumi.Output[str]:
|
|
486
506
|
"""
|
|
487
|
-
The
|
|
507
|
+
The ID of the repository.
|
|
488
508
|
"""
|
|
489
509
|
return pulumi.get(self, "repo_id")
|
|
490
510
|
|
|
@@ -492,7 +512,9 @@ class RegistryEnterpriseRepo(pulumi.CustomResource):
|
|
|
492
512
|
@pulumi.getter(name="repoType")
|
|
493
513
|
def repo_type(self) -> pulumi.Output[str]:
|
|
494
514
|
"""
|
|
495
|
-
|
|
515
|
+
The type of the repository. Valid values:
|
|
516
|
+
- `PUBLIC`: The repository is a public repository.
|
|
517
|
+
- `PRIVATE`: The repository is a private repository.
|
|
496
518
|
"""
|
|
497
519
|
return pulumi.get(self, "repo_type")
|
|
498
520
|
|
|
@@ -500,7 +522,7 @@ class RegistryEnterpriseRepo(pulumi.CustomResource):
|
|
|
500
522
|
@pulumi.getter
|
|
501
523
|
def summary(self) -> pulumi.Output[str]:
|
|
502
524
|
"""
|
|
503
|
-
The
|
|
525
|
+
The summary about the repository.
|
|
504
526
|
"""
|
|
505
527
|
return pulumi.get(self, "summary")
|
|
506
528
|
|