pulumi-gcp 8.13.0__py3-none-any.whl → 8.13.0a1735021610__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.
- pulumi_gcp/__init__.py +0 -43
- pulumi_gcp/accesscontextmanager/_inputs.py +3 -3
- pulumi_gcp/accesscontextmanager/outputs.py +2 -2
- pulumi_gcp/artifactregistry/_inputs.py +0 -83
- pulumi_gcp/artifactregistry/get_repository.py +4 -15
- pulumi_gcp/artifactregistry/outputs.py +0 -112
- pulumi_gcp/artifactregistry/repository.py +7 -93
- pulumi_gcp/backupdisasterrecovery/get_backup.py +2 -38
- pulumi_gcp/backupdisasterrecovery/get_data_source.py +2 -38
- pulumi_gcp/backupdisasterrecovery/outputs.py +8 -8
- pulumi_gcp/bigquery/_inputs.py +0 -369
- pulumi_gcp/bigquery/dataset_access.py +0 -61
- pulumi_gcp/bigquery/job.py +18 -6
- pulumi_gcp/bigquery/outputs.py +0 -350
- pulumi_gcp/bigquery/table.py +0 -47
- pulumi_gcp/cloudrunv2/_inputs.py +3 -6
- pulumi_gcp/cloudrunv2/outputs.py +6 -10
- pulumi_gcp/composer/_inputs.py +5 -80
- pulumi_gcp/composer/outputs.py +4 -111
- pulumi_gcp/compute/_inputs.py +87 -181
- pulumi_gcp/compute/firewall_policy_association.py +39 -50
- pulumi_gcp/compute/get_network.py +2 -17
- pulumi_gcp/compute/get_subnetwork.py +4 -18
- pulumi_gcp/compute/network.py +2 -39
- pulumi_gcp/compute/outputs.py +58 -157
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/resize_request.py +40 -26
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/dataproc/batch.py +18 -4
- pulumi_gcp/datastream/_inputs.py +0 -68
- pulumi_gcp/datastream/outputs.py +1 -41
- pulumi_gcp/developerconnect/connection.py +12 -58
- pulumi_gcp/diagflow/_inputs.py +3 -3
- pulumi_gcp/diagflow/outputs.py +2 -2
- pulumi_gcp/filestore/backup.py +3 -71
- pulumi_gcp/firebase/hosting_custom_domain.py +4 -4
- pulumi_gcp/firestore/_inputs.py +3 -3
- pulumi_gcp/firestore/outputs.py +2 -2
- pulumi_gcp/gkehub/__init__.py +0 -1
- pulumi_gcp/gkehub/outputs.py +0 -1153
- pulumi_gcp/gkeonprem/__init__.py +0 -1
- pulumi_gcp/gkeonprem/_inputs.py +0 -2364
- pulumi_gcp/gkeonprem/outputs.py +0 -1780
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/connection.py +7 -7
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/kms/__init__.py +0 -2
- pulumi_gcp/netapp/kmsconfig.py +14 -2
- pulumi_gcp/networkconnectivity/hub.py +0 -108
- pulumi_gcp/networkconnectivity/spoke.py +0 -195
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -4
- pulumi_gcp/networksecurity/__init__.py +0 -2
- pulumi_gcp/networksecurity/_inputs.py +0 -78
- pulumi_gcp/networksecurity/outputs.py +0 -48
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parallelstore/instance.py +0 -149
- pulumi_gcp/projects/usage_export_bucket.py +110 -42
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/instance.py +16 -4
- pulumi_gcp/spanner/instance_iam_binding.py +0 -14
- pulumi_gcp/spanner/instance_iam_member.py +0 -14
- pulumi_gcp/sql/database_instance.py +7 -7
- pulumi_gcp/storage/__init__.py +0 -1
- pulumi_gcp/storage/_inputs.py +0 -431
- pulumi_gcp/storage/outputs.py +0 -363
- pulumi_gcp/storage/transfer_job.py +38 -84
- pulumi_gcp/vertex/_inputs.py +25 -26
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/outputs.py +14 -15
- pulumi_gcp/workstations/workstation.py +1 -55
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1735021610.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1735021610.dist-info}/RECORD +79 -90
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1735021610.dist-info}/WHEEL +1 -1
- pulumi_gcp/chronicle/__init__.py +0 -10
- pulumi_gcp/chronicle/_inputs.py +0 -169
- pulumi_gcp/chronicle/outputs.py +0 -107
- pulumi_gcp/chronicle/watchlist.py +0 -776
- pulumi_gcp/gkehub/get_feature.py +0 -226
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +0 -1715
- pulumi_gcp/kms/get_autokey_config.py +0 -121
- pulumi_gcp/kms/get_key_handle.py +0 -185
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +0 -723
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +0 -815
- pulumi_gcp/storage/folder.py +0 -483
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1735021610.dist-info}/top_level.txt +0 -0
pulumi_gcp/vertex/_inputs.py
CHANGED
@@ -3422,12 +3422,7 @@ class AiIndexIndexStatArgs:
|
|
3422
3422
|
|
3423
3423
|
if not MYPY:
|
3424
3424
|
class AiIndexMetadataArgsDict(TypedDict):
|
3425
|
-
|
3426
|
-
"""
|
3427
|
-
The configuration of the Matching Engine Index.
|
3428
|
-
Structure is documented below.
|
3429
|
-
"""
|
3430
|
-
contents_delta_uri: NotRequired[pulumi.Input[str]]
|
3425
|
+
contents_delta_uri: pulumi.Input[str]
|
3431
3426
|
"""
|
3432
3427
|
Allows inserting, updating or deleting the contents of the Matching Engine Index.
|
3433
3428
|
The string must be a valid Cloud Storage directory path. If this
|
@@ -3436,6 +3431,11 @@ if not MYPY:
|
|
3436
3431
|
The expected structure and format of the files this URI points to is
|
3437
3432
|
described at https://cloud.google.com/vertex-ai/docs/matching-engine/using-matching-engine#input-data-format
|
3438
3433
|
"""
|
3434
|
+
config: NotRequired[pulumi.Input['AiIndexMetadataConfigArgsDict']]
|
3435
|
+
"""
|
3436
|
+
The configuration of the Matching Engine Index.
|
3437
|
+
Structure is documented below.
|
3438
|
+
"""
|
3439
3439
|
is_complete_overwrite: NotRequired[pulumi.Input[bool]]
|
3440
3440
|
"""
|
3441
3441
|
If this field is set together with contentsDeltaUri when calling IndexService.UpdateIndex,
|
@@ -3447,44 +3447,30 @@ elif False:
|
|
3447
3447
|
@pulumi.input_type
|
3448
3448
|
class AiIndexMetadataArgs:
|
3449
3449
|
def __init__(__self__, *,
|
3450
|
+
contents_delta_uri: pulumi.Input[str],
|
3450
3451
|
config: Optional[pulumi.Input['AiIndexMetadataConfigArgs']] = None,
|
3451
|
-
contents_delta_uri: Optional[pulumi.Input[str]] = None,
|
3452
3452
|
is_complete_overwrite: Optional[pulumi.Input[bool]] = None):
|
3453
3453
|
"""
|
3454
|
-
:param pulumi.Input['AiIndexMetadataConfigArgs'] config: The configuration of the Matching Engine Index.
|
3455
|
-
Structure is documented below.
|
3456
3454
|
:param pulumi.Input[str] contents_delta_uri: Allows inserting, updating or deleting the contents of the Matching Engine Index.
|
3457
3455
|
The string must be a valid Cloud Storage directory path. If this
|
3458
3456
|
field is set when calling IndexService.UpdateIndex, then no other
|
3459
3457
|
Index field can be also updated as part of the same call.
|
3460
3458
|
The expected structure and format of the files this URI points to is
|
3461
3459
|
described at https://cloud.google.com/vertex-ai/docs/matching-engine/using-matching-engine#input-data-format
|
3460
|
+
:param pulumi.Input['AiIndexMetadataConfigArgs'] config: The configuration of the Matching Engine Index.
|
3461
|
+
Structure is documented below.
|
3462
3462
|
:param pulumi.Input[bool] is_complete_overwrite: If this field is set together with contentsDeltaUri when calling IndexService.UpdateIndex,
|
3463
3463
|
then existing content of the Index will be replaced by the data from the contentsDeltaUri.
|
3464
3464
|
"""
|
3465
|
+
pulumi.set(__self__, "contents_delta_uri", contents_delta_uri)
|
3465
3466
|
if config is not None:
|
3466
3467
|
pulumi.set(__self__, "config", config)
|
3467
|
-
if contents_delta_uri is not None:
|
3468
|
-
pulumi.set(__self__, "contents_delta_uri", contents_delta_uri)
|
3469
3468
|
if is_complete_overwrite is not None:
|
3470
3469
|
pulumi.set(__self__, "is_complete_overwrite", is_complete_overwrite)
|
3471
3470
|
|
3472
|
-
@property
|
3473
|
-
@pulumi.getter
|
3474
|
-
def config(self) -> Optional[pulumi.Input['AiIndexMetadataConfigArgs']]:
|
3475
|
-
"""
|
3476
|
-
The configuration of the Matching Engine Index.
|
3477
|
-
Structure is documented below.
|
3478
|
-
"""
|
3479
|
-
return pulumi.get(self, "config")
|
3480
|
-
|
3481
|
-
@config.setter
|
3482
|
-
def config(self, value: Optional[pulumi.Input['AiIndexMetadataConfigArgs']]):
|
3483
|
-
pulumi.set(self, "config", value)
|
3484
|
-
|
3485
3471
|
@property
|
3486
3472
|
@pulumi.getter(name="contentsDeltaUri")
|
3487
|
-
def contents_delta_uri(self) ->
|
3473
|
+
def contents_delta_uri(self) -> pulumi.Input[str]:
|
3488
3474
|
"""
|
3489
3475
|
Allows inserting, updating or deleting the contents of the Matching Engine Index.
|
3490
3476
|
The string must be a valid Cloud Storage directory path. If this
|
@@ -3496,9 +3482,22 @@ class AiIndexMetadataArgs:
|
|
3496
3482
|
return pulumi.get(self, "contents_delta_uri")
|
3497
3483
|
|
3498
3484
|
@contents_delta_uri.setter
|
3499
|
-
def contents_delta_uri(self, value:
|
3485
|
+
def contents_delta_uri(self, value: pulumi.Input[str]):
|
3500
3486
|
pulumi.set(self, "contents_delta_uri", value)
|
3501
3487
|
|
3488
|
+
@property
|
3489
|
+
@pulumi.getter
|
3490
|
+
def config(self) -> Optional[pulumi.Input['AiIndexMetadataConfigArgs']]:
|
3491
|
+
"""
|
3492
|
+
The configuration of the Matching Engine Index.
|
3493
|
+
Structure is documented below.
|
3494
|
+
"""
|
3495
|
+
return pulumi.get(self, "config")
|
3496
|
+
|
3497
|
+
@config.setter
|
3498
|
+
def config(self, value: Optional[pulumi.Input['AiIndexMetadataConfigArgs']]):
|
3499
|
+
pulumi.set(self, "config", value)
|
3500
|
+
|
3502
3501
|
@property
|
3503
3502
|
@pulumi.getter(name="isCompleteOverwrite")
|
3504
3503
|
def is_complete_overwrite(self) -> Optional[pulumi.Input[bool]]:
|
pulumi_gcp/vertex/ai_endpoint.py
CHANGED
@@ -730,7 +730,7 @@ class AiEndpoint(pulumi.CustomResource):
|
|
730
730
|
|
731
731
|
project = gcp.organizations.get_project()
|
732
732
|
endpoint = gcp.vertex.AiEndpoint("endpoint",
|
733
|
-
name="endpoint-
|
733
|
+
name="endpoint-name_8270",
|
734
734
|
display_name="sample-endpoint",
|
735
735
|
description="A sample vertex endpoint",
|
736
736
|
location="us-central1",
|
@@ -751,7 +751,7 @@ class AiEndpoint(pulumi.CustomResource):
|
|
751
751
|
import pulumi_gcp as gcp
|
752
752
|
|
753
753
|
endpoint = gcp.vertex.AiEndpoint("endpoint",
|
754
|
-
name="endpoint-
|
754
|
+
name="endpoint-name_41150",
|
755
755
|
display_name="sample-endpoint",
|
756
756
|
description="A sample vertex endpoint",
|
757
757
|
location="us-central1",
|
@@ -896,7 +896,7 @@ class AiEndpoint(pulumi.CustomResource):
|
|
896
896
|
|
897
897
|
project = gcp.organizations.get_project()
|
898
898
|
endpoint = gcp.vertex.AiEndpoint("endpoint",
|
899
|
-
name="endpoint-
|
899
|
+
name="endpoint-name_8270",
|
900
900
|
display_name="sample-endpoint",
|
901
901
|
description="A sample vertex endpoint",
|
902
902
|
location="us-central1",
|
@@ -917,7 +917,7 @@ class AiEndpoint(pulumi.CustomResource):
|
|
917
917
|
import pulumi_gcp as gcp
|
918
918
|
|
919
919
|
endpoint = gcp.vertex.AiEndpoint("endpoint",
|
920
|
-
name="endpoint-
|
920
|
+
name="endpoint-name_41150",
|
921
921
|
display_name="sample-endpoint",
|
922
922
|
description="A sample vertex endpoint",
|
923
923
|
location="us-central1",
|
@@ -618,8 +618,8 @@ class AiFeatureOnlineStoreFeatureview(pulumi.CustomResource):
|
|
618
618
|
|
619
619
|
test_project = gcp.organizations.get_project()
|
620
620
|
project = gcp.organizations.Project("project",
|
621
|
-
project_id="tf-
|
622
|
-
name="tf-
|
621
|
+
project_id="tf-test_89313",
|
622
|
+
name="tf-test_60646",
|
623
623
|
org_id="123456789",
|
624
624
|
billing_account="000000-0000000-0000000-000000",
|
625
625
|
deletion_policy="DELETE")
|
@@ -1063,8 +1063,8 @@ class AiFeatureOnlineStoreFeatureview(pulumi.CustomResource):
|
|
1063
1063
|
|
1064
1064
|
test_project = gcp.organizations.get_project()
|
1065
1065
|
project = gcp.organizations.Project("project",
|
1066
|
-
project_id="tf-
|
1067
|
-
name="tf-
|
1066
|
+
project_id="tf-test_89313",
|
1067
|
+
name="tf-test_60646",
|
1068
1068
|
org_id="123456789",
|
1069
1069
|
billing_account="000000-0000000-0000000-000000",
|
1070
1070
|
deletion_policy="DELETE")
|
pulumi_gcp/vertex/outputs.py
CHANGED
@@ -2868,40 +2868,30 @@ class AiIndexMetadata(dict):
|
|
2868
2868
|
return super().get(key, default)
|
2869
2869
|
|
2870
2870
|
def __init__(__self__, *,
|
2871
|
+
contents_delta_uri: str,
|
2871
2872
|
config: Optional['outputs.AiIndexMetadataConfig'] = None,
|
2872
|
-
contents_delta_uri: Optional[str] = None,
|
2873
2873
|
is_complete_overwrite: Optional[bool] = None):
|
2874
2874
|
"""
|
2875
|
-
:param 'AiIndexMetadataConfigArgs' config: The configuration of the Matching Engine Index.
|
2876
|
-
Structure is documented below.
|
2877
2875
|
:param str contents_delta_uri: Allows inserting, updating or deleting the contents of the Matching Engine Index.
|
2878
2876
|
The string must be a valid Cloud Storage directory path. If this
|
2879
2877
|
field is set when calling IndexService.UpdateIndex, then no other
|
2880
2878
|
Index field can be also updated as part of the same call.
|
2881
2879
|
The expected structure and format of the files this URI points to is
|
2882
2880
|
described at https://cloud.google.com/vertex-ai/docs/matching-engine/using-matching-engine#input-data-format
|
2881
|
+
:param 'AiIndexMetadataConfigArgs' config: The configuration of the Matching Engine Index.
|
2882
|
+
Structure is documented below.
|
2883
2883
|
:param bool is_complete_overwrite: If this field is set together with contentsDeltaUri when calling IndexService.UpdateIndex,
|
2884
2884
|
then existing content of the Index will be replaced by the data from the contentsDeltaUri.
|
2885
2885
|
"""
|
2886
|
+
pulumi.set(__self__, "contents_delta_uri", contents_delta_uri)
|
2886
2887
|
if config is not None:
|
2887
2888
|
pulumi.set(__self__, "config", config)
|
2888
|
-
if contents_delta_uri is not None:
|
2889
|
-
pulumi.set(__self__, "contents_delta_uri", contents_delta_uri)
|
2890
2889
|
if is_complete_overwrite is not None:
|
2891
2890
|
pulumi.set(__self__, "is_complete_overwrite", is_complete_overwrite)
|
2892
2891
|
|
2893
|
-
@property
|
2894
|
-
@pulumi.getter
|
2895
|
-
def config(self) -> Optional['outputs.AiIndexMetadataConfig']:
|
2896
|
-
"""
|
2897
|
-
The configuration of the Matching Engine Index.
|
2898
|
-
Structure is documented below.
|
2899
|
-
"""
|
2900
|
-
return pulumi.get(self, "config")
|
2901
|
-
|
2902
2892
|
@property
|
2903
2893
|
@pulumi.getter(name="contentsDeltaUri")
|
2904
|
-
def contents_delta_uri(self) ->
|
2894
|
+
def contents_delta_uri(self) -> str:
|
2905
2895
|
"""
|
2906
2896
|
Allows inserting, updating or deleting the contents of the Matching Engine Index.
|
2907
2897
|
The string must be a valid Cloud Storage directory path. If this
|
@@ -2912,6 +2902,15 @@ class AiIndexMetadata(dict):
|
|
2912
2902
|
"""
|
2913
2903
|
return pulumi.get(self, "contents_delta_uri")
|
2914
2904
|
|
2905
|
+
@property
|
2906
|
+
@pulumi.getter
|
2907
|
+
def config(self) -> Optional['outputs.AiIndexMetadataConfig']:
|
2908
|
+
"""
|
2909
|
+
The configuration of the Matching Engine Index.
|
2910
|
+
Structure is documented below.
|
2911
|
+
"""
|
2912
|
+
return pulumi.get(self, "config")
|
2913
|
+
|
2915
2914
|
@property
|
2916
2915
|
@pulumi.getter(name="isCompleteOverwrite")
|
2917
2916
|
def is_complete_overwrite(self) -> Optional[bool]:
|
@@ -27,8 +27,7 @@ class WorkstationArgs:
|
|
27
27
|
display_name: Optional[pulumi.Input[str]] = None,
|
28
28
|
env: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
29
29
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
30
|
-
project: Optional[pulumi.Input[str]] = None
|
31
|
-
source_workstation: Optional[pulumi.Input[str]] = None):
|
30
|
+
project: Optional[pulumi.Input[str]] = None):
|
32
31
|
"""
|
33
32
|
The set of arguments for constructing a Workstation resource.
|
34
33
|
:param pulumi.Input[str] location: The location where the workstation parent resources reside.
|
@@ -48,8 +47,6 @@ class WorkstationArgs:
|
|
48
47
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
49
48
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
50
49
|
If it is not provided, the provider project is used.
|
51
|
-
:param pulumi.Input[str] source_workstation: Full resource name of the source workstation from which the workstation's persistent
|
52
|
-
directories will be cloned from during creation.
|
53
50
|
"""
|
54
51
|
pulumi.set(__self__, "location", location)
|
55
52
|
pulumi.set(__self__, "workstation_cluster_id", workstation_cluster_id)
|
@@ -65,8 +62,6 @@ class WorkstationArgs:
|
|
65
62
|
pulumi.set(__self__, "labels", labels)
|
66
63
|
if project is not None:
|
67
64
|
pulumi.set(__self__, "project", project)
|
68
|
-
if source_workstation is not None:
|
69
|
-
pulumi.set(__self__, "source_workstation", source_workstation)
|
70
65
|
|
71
66
|
@property
|
72
67
|
@pulumi.getter
|
@@ -184,19 +179,6 @@ class WorkstationArgs:
|
|
184
179
|
def project(self, value: Optional[pulumi.Input[str]]):
|
185
180
|
pulumi.set(self, "project", value)
|
186
181
|
|
187
|
-
@property
|
188
|
-
@pulumi.getter(name="sourceWorkstation")
|
189
|
-
def source_workstation(self) -> Optional[pulumi.Input[str]]:
|
190
|
-
"""
|
191
|
-
Full resource name of the source workstation from which the workstation's persistent
|
192
|
-
directories will be cloned from during creation.
|
193
|
-
"""
|
194
|
-
return pulumi.get(self, "source_workstation")
|
195
|
-
|
196
|
-
@source_workstation.setter
|
197
|
-
def source_workstation(self, value: Optional[pulumi.Input[str]]):
|
198
|
-
pulumi.set(self, "source_workstation", value)
|
199
|
-
|
200
182
|
|
201
183
|
@pulumi.input_type
|
202
184
|
class _WorkstationState:
|
@@ -213,7 +195,6 @@ class _WorkstationState:
|
|
213
195
|
name: Optional[pulumi.Input[str]] = None,
|
214
196
|
project: Optional[pulumi.Input[str]] = None,
|
215
197
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
216
|
-
source_workstation: Optional[pulumi.Input[str]] = None,
|
217
198
|
state: Optional[pulumi.Input[str]] = None,
|
218
199
|
uid: Optional[pulumi.Input[str]] = None,
|
219
200
|
workstation_cluster_id: Optional[pulumi.Input[str]] = None,
|
@@ -243,8 +224,6 @@ class _WorkstationState:
|
|
243
224
|
If it is not provided, the provider project is used.
|
244
225
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
245
226
|
and default labels configured on the provider.
|
246
|
-
:param pulumi.Input[str] source_workstation: Full resource name of the source workstation from which the workstation's persistent
|
247
|
-
directories will be cloned from during creation.
|
248
227
|
:param pulumi.Input[str] state: Current state of the workstation.
|
249
228
|
:param pulumi.Input[str] uid: A system-assigned unique identified for this resource.
|
250
229
|
:param pulumi.Input[str] workstation_cluster_id: The ID of the parent workstation cluster.
|
@@ -275,8 +254,6 @@ class _WorkstationState:
|
|
275
254
|
pulumi.set(__self__, "project", project)
|
276
255
|
if pulumi_labels is not None:
|
277
256
|
pulumi.set(__self__, "pulumi_labels", pulumi_labels)
|
278
|
-
if source_workstation is not None:
|
279
|
-
pulumi.set(__self__, "source_workstation", source_workstation)
|
280
257
|
if state is not None:
|
281
258
|
pulumi.set(__self__, "state", state)
|
282
259
|
if uid is not None:
|
@@ -440,19 +417,6 @@ class _WorkstationState:
|
|
440
417
|
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
441
418
|
pulumi.set(self, "pulumi_labels", value)
|
442
419
|
|
443
|
-
@property
|
444
|
-
@pulumi.getter(name="sourceWorkstation")
|
445
|
-
def source_workstation(self) -> Optional[pulumi.Input[str]]:
|
446
|
-
"""
|
447
|
-
Full resource name of the source workstation from which the workstation's persistent
|
448
|
-
directories will be cloned from during creation.
|
449
|
-
"""
|
450
|
-
return pulumi.get(self, "source_workstation")
|
451
|
-
|
452
|
-
@source_workstation.setter
|
453
|
-
def source_workstation(self, value: Optional[pulumi.Input[str]]):
|
454
|
-
pulumi.set(self, "source_workstation", value)
|
455
|
-
|
456
420
|
@property
|
457
421
|
@pulumi.getter
|
458
422
|
def state(self) -> Optional[pulumi.Input[str]]:
|
@@ -525,7 +489,6 @@ class Workstation(pulumi.CustomResource):
|
|
525
489
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
526
490
|
location: Optional[pulumi.Input[str]] = None,
|
527
491
|
project: Optional[pulumi.Input[str]] = None,
|
528
|
-
source_workstation: Optional[pulumi.Input[str]] = None,
|
529
492
|
workstation_cluster_id: Optional[pulumi.Input[str]] = None,
|
530
493
|
workstation_config_id: Optional[pulumi.Input[str]] = None,
|
531
494
|
workstation_id: Optional[pulumi.Input[str]] = None,
|
@@ -625,8 +588,6 @@ class Workstation(pulumi.CustomResource):
|
|
625
588
|
- - -
|
626
589
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
627
590
|
If it is not provided, the provider project is used.
|
628
|
-
:param pulumi.Input[str] source_workstation: Full resource name of the source workstation from which the workstation's persistent
|
629
|
-
directories will be cloned from during creation.
|
630
591
|
:param pulumi.Input[str] workstation_cluster_id: The ID of the parent workstation cluster.
|
631
592
|
:param pulumi.Input[str] workstation_config_id: The ID of the parent workstation cluster config.
|
632
593
|
:param pulumi.Input[str] workstation_id: ID to use for the workstation.
|
@@ -737,7 +698,6 @@ class Workstation(pulumi.CustomResource):
|
|
737
698
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
738
699
|
location: Optional[pulumi.Input[str]] = None,
|
739
700
|
project: Optional[pulumi.Input[str]] = None,
|
740
|
-
source_workstation: Optional[pulumi.Input[str]] = None,
|
741
701
|
workstation_cluster_id: Optional[pulumi.Input[str]] = None,
|
742
702
|
workstation_config_id: Optional[pulumi.Input[str]] = None,
|
743
703
|
workstation_id: Optional[pulumi.Input[str]] = None,
|
@@ -758,7 +718,6 @@ class Workstation(pulumi.CustomResource):
|
|
758
718
|
raise TypeError("Missing required property 'location'")
|
759
719
|
__props__.__dict__["location"] = location
|
760
720
|
__props__.__dict__["project"] = project
|
761
|
-
__props__.__dict__["source_workstation"] = source_workstation
|
762
721
|
if workstation_cluster_id is None and not opts.urn:
|
763
722
|
raise TypeError("Missing required property 'workstation_cluster_id'")
|
764
723
|
__props__.__dict__["workstation_cluster_id"] = workstation_cluster_id
|
@@ -800,7 +759,6 @@ class Workstation(pulumi.CustomResource):
|
|
800
759
|
name: Optional[pulumi.Input[str]] = None,
|
801
760
|
project: Optional[pulumi.Input[str]] = None,
|
802
761
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
803
|
-
source_workstation: Optional[pulumi.Input[str]] = None,
|
804
762
|
state: Optional[pulumi.Input[str]] = None,
|
805
763
|
uid: Optional[pulumi.Input[str]] = None,
|
806
764
|
workstation_cluster_id: Optional[pulumi.Input[str]] = None,
|
@@ -835,8 +793,6 @@ class Workstation(pulumi.CustomResource):
|
|
835
793
|
If it is not provided, the provider project is used.
|
836
794
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
837
795
|
and default labels configured on the provider.
|
838
|
-
:param pulumi.Input[str] source_workstation: Full resource name of the source workstation from which the workstation's persistent
|
839
|
-
directories will be cloned from during creation.
|
840
796
|
:param pulumi.Input[str] state: Current state of the workstation.
|
841
797
|
:param pulumi.Input[str] uid: A system-assigned unique identified for this resource.
|
842
798
|
:param pulumi.Input[str] workstation_cluster_id: The ID of the parent workstation cluster.
|
@@ -859,7 +815,6 @@ class Workstation(pulumi.CustomResource):
|
|
859
815
|
__props__.__dict__["name"] = name
|
860
816
|
__props__.__dict__["project"] = project
|
861
817
|
__props__.__dict__["pulumi_labels"] = pulumi_labels
|
862
|
-
__props__.__dict__["source_workstation"] = source_workstation
|
863
818
|
__props__.__dict__["state"] = state
|
864
819
|
__props__.__dict__["uid"] = uid
|
865
820
|
__props__.__dict__["workstation_cluster_id"] = workstation_cluster_id
|
@@ -971,15 +926,6 @@ class Workstation(pulumi.CustomResource):
|
|
971
926
|
"""
|
972
927
|
return pulumi.get(self, "pulumi_labels")
|
973
928
|
|
974
|
-
@property
|
975
|
-
@pulumi.getter(name="sourceWorkstation")
|
976
|
-
def source_workstation(self) -> pulumi.Output[Optional[str]]:
|
977
|
-
"""
|
978
|
-
Full resource name of the source workstation from which the workstation's persistent
|
979
|
-
directories will be cloned from during creation.
|
980
|
-
"""
|
981
|
-
return pulumi.get(self, "source_workstation")
|
982
|
-
|
983
929
|
@property
|
984
930
|
@pulumi.getter
|
985
931
|
def state(self) -> pulumi.Output[str]:
|