pulumi-gcp 7.8.0a1706805960__py3-none-any.whl → 7.8.0a1706829616__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_gcp/_utilities.py +6 -2
- pulumi_gcp/alloydb/outputs.py +16 -0
- pulumi_gcp/artifactregistry/outputs.py +204 -0
- pulumi_gcp/assuredworkloads/_inputs.py +34 -0
- pulumi_gcp/assuredworkloads/outputs.py +34 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +20 -0
- pulumi_gcp/beyondcorp/outputs.py +54 -0
- pulumi_gcp/bigquery/_inputs.py +18 -0
- pulumi_gcp/bigquery/outputs.py +172 -0
- pulumi_gcp/bigtable/_inputs.py +4 -0
- pulumi_gcp/bigtable/outputs.py +4 -0
- pulumi_gcp/certificateauthority/outputs.py +378 -0
- pulumi_gcp/certificatemanager/outputs.py +32 -0
- pulumi_gcp/cloudbuild/outputs.py +1009 -3
- pulumi_gcp/cloudbuildv2/_inputs.py +14 -0
- pulumi_gcp/cloudbuildv2/outputs.py +14 -0
- pulumi_gcp/clouddeploy/_inputs.py +36 -0
- pulumi_gcp/clouddeploy/outputs.py +36 -0
- pulumi_gcp/cloudfunctions/_inputs.py +4 -0
- pulumi_gcp/cloudfunctions/outputs.py +54 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +302 -0
- pulumi_gcp/cloudidentity/outputs.py +54 -0
- pulumi_gcp/cloudrun/outputs.py +704 -0
- pulumi_gcp/cloudrunv2/outputs.py +929 -5
- pulumi_gcp/composer/_inputs.py +430 -0
- pulumi_gcp/composer/outputs.py +860 -0
- pulumi_gcp/compute/_inputs.py +924 -0
- pulumi_gcp/compute/outputs.py +4091 -1
- pulumi_gcp/container/_inputs.py +542 -0
- pulumi_gcp/container/outputs.py +2137 -3
- pulumi_gcp/dataplex/_inputs.py +66 -0
- pulumi_gcp/dataplex/outputs.py +66 -0
- pulumi_gcp/dataproc/_inputs.py +174 -0
- pulumi_gcp/dataproc/outputs.py +174 -0
- pulumi_gcp/dns/_inputs.py +34 -0
- pulumi_gcp/dns/outputs.py +34 -0
- pulumi_gcp/filestore/outputs.py +88 -0
- pulumi_gcp/firebaserules/_inputs.py +6 -0
- pulumi_gcp/firebaserules/outputs.py +6 -0
- pulumi_gcp/folder/_inputs.py +4 -0
- pulumi_gcp/folder/iam_audit_config.py +2 -2
- pulumi_gcp/folder/iam_member.py +2 -2
- pulumi_gcp/folder/iam_policy.py +2 -2
- pulumi_gcp/folder/outputs.py +54 -0
- pulumi_gcp/gkehub/_inputs.py +8 -0
- pulumi_gcp/gkehub/outputs.py +8 -0
- pulumi_gcp/iam/outputs.py +92 -0
- pulumi_gcp/kms/outputs.py +16 -0
- pulumi_gcp/logging/_inputs.py +108 -0
- pulumi_gcp/logging/outputs.py +108 -0
- pulumi_gcp/monitoring/outputs.py +14 -0
- pulumi_gcp/networkconnectivity/_inputs.py +6 -0
- pulumi_gcp/networkconnectivity/outputs.py +6 -0
- pulumi_gcp/organizations/_inputs.py +4 -0
- pulumi_gcp/organizations/iam_audit_config.py +2 -2
- pulumi_gcp/organizations/iam_member.py +2 -2
- pulumi_gcp/organizations/iam_policy.py +2 -2
- pulumi_gcp/organizations/outputs.py +4 -0
- pulumi_gcp/projects/_inputs.py +4 -0
- pulumi_gcp/projects/iam_audit_config.py +2 -2
- pulumi_gcp/projects/iam_binding.py +2 -2
- pulumi_gcp/projects/iam_member.py +2 -2
- pulumi_gcp/projects/iam_policy.py +2 -2
- pulumi_gcp/projects/outputs.py +54 -0
- pulumi_gcp/pubsub/outputs.py +282 -0
- pulumi_gcp/redis/outputs.py +204 -0
- pulumi_gcp/secretmanager/outputs.py +88 -0
- pulumi_gcp/sourcerepo/outputs.py +20 -0
- pulumi_gcp/spanner/outputs.py +68 -0
- pulumi_gcp/sql/_inputs.py +50 -0
- pulumi_gcp/sql/outputs.py +904 -0
- pulumi_gcp/storage/outputs.py +188 -0
- pulumi_gcp/vertex/outputs.py +124 -0
- pulumi_gcp/vmwareengine/outputs.py +208 -0
- pulumi_gcp/vpcaccess/outputs.py +4 -0
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/METADATA +2 -1
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/RECORD +79 -79
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/top_level.txt +0 -0
@@ -24,6 +24,10 @@ class WorkloadComplianceStatusArgs:
|
|
24
24
|
def __init__(__self__, *,
|
25
25
|
acknowledged_violation_counts: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
|
26
26
|
active_violation_counts: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
27
|
+
"""
|
28
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] acknowledged_violation_counts: Number of current orgPolicy violations which are acknowledged.
|
29
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] active_violation_counts: Number of current orgPolicy violations which are not acknowledged.
|
30
|
+
"""
|
27
31
|
if acknowledged_violation_counts is not None:
|
28
32
|
pulumi.set(__self__, "acknowledged_violation_counts", acknowledged_violation_counts)
|
29
33
|
if active_violation_counts is not None:
|
@@ -32,6 +36,9 @@ class WorkloadComplianceStatusArgs:
|
|
32
36
|
@property
|
33
37
|
@pulumi.getter(name="acknowledgedViolationCounts")
|
34
38
|
def acknowledged_violation_counts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
39
|
+
"""
|
40
|
+
Number of current orgPolicy violations which are acknowledged.
|
41
|
+
"""
|
35
42
|
return pulumi.get(self, "acknowledged_violation_counts")
|
36
43
|
|
37
44
|
@acknowledged_violation_counts.setter
|
@@ -41,6 +48,9 @@ class WorkloadComplianceStatusArgs:
|
|
41
48
|
@property
|
42
49
|
@pulumi.getter(name="activeViolationCounts")
|
43
50
|
def active_violation_counts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
51
|
+
"""
|
52
|
+
Number of current orgPolicy violations which are not acknowledged.
|
53
|
+
"""
|
44
54
|
return pulumi.get(self, "active_violation_counts")
|
45
55
|
|
46
56
|
@active_violation_counts.setter
|
@@ -54,6 +64,11 @@ class WorkloadEkmProvisioningResponseArgs:
|
|
54
64
|
ekm_provisioning_error_domain: Optional[pulumi.Input[str]] = None,
|
55
65
|
ekm_provisioning_error_mapping: Optional[pulumi.Input[str]] = None,
|
56
66
|
ekm_provisioning_state: Optional[pulumi.Input[str]] = None):
|
67
|
+
"""
|
68
|
+
:param pulumi.Input[str] ekm_provisioning_error_domain: Indicates Ekm provisioning error if any. Possible values: EKM_PROVISIONING_ERROR_DOMAIN_UNSPECIFIED, UNSPECIFIED_ERROR, GOOGLE_SERVER_ERROR, EXTERNAL_USER_ERROR, EXTERNAL_PARTNER_ERROR, TIMEOUT_ERROR
|
69
|
+
:param pulumi.Input[str] ekm_provisioning_error_mapping: Detailed error message if Ekm provisioning fails Possible values: EKM_PROVISIONING_ERROR_MAPPING_UNSPECIFIED, INVALID_SERVICE_ACCOUNT, MISSING_METRICS_SCOPE_ADMIN_PERMISSION, MISSING_EKM_CONNECTION_ADMIN_PERMISSION
|
70
|
+
:param pulumi.Input[str] ekm_provisioning_state: Indicates Ekm enrollment Provisioning of a given workload. Possible values: EKM_PROVISIONING_STATE_UNSPECIFIED, EKM_PROVISIONING_STATE_PENDING, EKM_PROVISIONING_STATE_FAILED, EKM_PROVISIONING_STATE_COMPLETED
|
71
|
+
"""
|
57
72
|
if ekm_provisioning_error_domain is not None:
|
58
73
|
pulumi.set(__self__, "ekm_provisioning_error_domain", ekm_provisioning_error_domain)
|
59
74
|
if ekm_provisioning_error_mapping is not None:
|
@@ -64,6 +79,9 @@ class WorkloadEkmProvisioningResponseArgs:
|
|
64
79
|
@property
|
65
80
|
@pulumi.getter(name="ekmProvisioningErrorDomain")
|
66
81
|
def ekm_provisioning_error_domain(self) -> Optional[pulumi.Input[str]]:
|
82
|
+
"""
|
83
|
+
Indicates Ekm provisioning error if any. Possible values: EKM_PROVISIONING_ERROR_DOMAIN_UNSPECIFIED, UNSPECIFIED_ERROR, GOOGLE_SERVER_ERROR, EXTERNAL_USER_ERROR, EXTERNAL_PARTNER_ERROR, TIMEOUT_ERROR
|
84
|
+
"""
|
67
85
|
return pulumi.get(self, "ekm_provisioning_error_domain")
|
68
86
|
|
69
87
|
@ekm_provisioning_error_domain.setter
|
@@ -73,6 +91,9 @@ class WorkloadEkmProvisioningResponseArgs:
|
|
73
91
|
@property
|
74
92
|
@pulumi.getter(name="ekmProvisioningErrorMapping")
|
75
93
|
def ekm_provisioning_error_mapping(self) -> Optional[pulumi.Input[str]]:
|
94
|
+
"""
|
95
|
+
Detailed error message if Ekm provisioning fails Possible values: EKM_PROVISIONING_ERROR_MAPPING_UNSPECIFIED, INVALID_SERVICE_ACCOUNT, MISSING_METRICS_SCOPE_ADMIN_PERMISSION, MISSING_EKM_CONNECTION_ADMIN_PERMISSION
|
96
|
+
"""
|
76
97
|
return pulumi.get(self, "ekm_provisioning_error_mapping")
|
77
98
|
|
78
99
|
@ekm_provisioning_error_mapping.setter
|
@@ -82,6 +103,9 @@ class WorkloadEkmProvisioningResponseArgs:
|
|
82
103
|
@property
|
83
104
|
@pulumi.getter(name="ekmProvisioningState")
|
84
105
|
def ekm_provisioning_state(self) -> Optional[pulumi.Input[str]]:
|
106
|
+
"""
|
107
|
+
Indicates Ekm enrollment Provisioning of a given workload. Possible values: EKM_PROVISIONING_STATE_UNSPECIFIED, EKM_PROVISIONING_STATE_PENDING, EKM_PROVISIONING_STATE_FAILED, EKM_PROVISIONING_STATE_COMPLETED
|
108
|
+
"""
|
85
109
|
return pulumi.get(self, "ekm_provisioning_state")
|
86
110
|
|
87
111
|
@ekm_provisioning_state.setter
|
@@ -280,6 +304,10 @@ class WorkloadSaaEnrollmentResponseArgs:
|
|
280
304
|
def __init__(__self__, *,
|
281
305
|
setup_errors: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
282
306
|
setup_status: Optional[pulumi.Input[str]] = None):
|
307
|
+
"""
|
308
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] setup_errors: Indicates SAA enrollment setup error if any.
|
309
|
+
:param pulumi.Input[str] setup_status: Indicates SAA enrollment status of a given workload. Possible values: SETUP_STATE_UNSPECIFIED, STATUS_PENDING, STATUS_COMPLETE
|
310
|
+
"""
|
283
311
|
if setup_errors is not None:
|
284
312
|
pulumi.set(__self__, "setup_errors", setup_errors)
|
285
313
|
if setup_status is not None:
|
@@ -288,6 +316,9 @@ class WorkloadSaaEnrollmentResponseArgs:
|
|
288
316
|
@property
|
289
317
|
@pulumi.getter(name="setupErrors")
|
290
318
|
def setup_errors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
319
|
+
"""
|
320
|
+
Indicates SAA enrollment setup error if any.
|
321
|
+
"""
|
291
322
|
return pulumi.get(self, "setup_errors")
|
292
323
|
|
293
324
|
@setup_errors.setter
|
@@ -297,6 +328,9 @@ class WorkloadSaaEnrollmentResponseArgs:
|
|
297
328
|
@property
|
298
329
|
@pulumi.getter(name="setupStatus")
|
299
330
|
def setup_status(self) -> Optional[pulumi.Input[str]]:
|
331
|
+
"""
|
332
|
+
Indicates SAA enrollment status of a given workload. Possible values: SETUP_STATE_UNSPECIFIED, STATUS_PENDING, STATUS_COMPLETE
|
333
|
+
"""
|
300
334
|
return pulumi.get(self, "setup_status")
|
301
335
|
|
302
336
|
@setup_status.setter
|
@@ -43,6 +43,10 @@ class WorkloadComplianceStatus(dict):
|
|
43
43
|
def __init__(__self__, *,
|
44
44
|
acknowledged_violation_counts: Optional[Sequence[int]] = None,
|
45
45
|
active_violation_counts: Optional[Sequence[int]] = None):
|
46
|
+
"""
|
47
|
+
:param Sequence[int] acknowledged_violation_counts: Number of current orgPolicy violations which are acknowledged.
|
48
|
+
:param Sequence[int] active_violation_counts: Number of current orgPolicy violations which are not acknowledged.
|
49
|
+
"""
|
46
50
|
if acknowledged_violation_counts is not None:
|
47
51
|
pulumi.set(__self__, "acknowledged_violation_counts", acknowledged_violation_counts)
|
48
52
|
if active_violation_counts is not None:
|
@@ -51,11 +55,17 @@ class WorkloadComplianceStatus(dict):
|
|
51
55
|
@property
|
52
56
|
@pulumi.getter(name="acknowledgedViolationCounts")
|
53
57
|
def acknowledged_violation_counts(self) -> Optional[Sequence[int]]:
|
58
|
+
"""
|
59
|
+
Number of current orgPolicy violations which are acknowledged.
|
60
|
+
"""
|
54
61
|
return pulumi.get(self, "acknowledged_violation_counts")
|
55
62
|
|
56
63
|
@property
|
57
64
|
@pulumi.getter(name="activeViolationCounts")
|
58
65
|
def active_violation_counts(self) -> Optional[Sequence[int]]:
|
66
|
+
"""
|
67
|
+
Number of current orgPolicy violations which are not acknowledged.
|
68
|
+
"""
|
59
69
|
return pulumi.get(self, "active_violation_counts")
|
60
70
|
|
61
71
|
|
@@ -86,6 +96,11 @@ class WorkloadEkmProvisioningResponse(dict):
|
|
86
96
|
ekm_provisioning_error_domain: Optional[str] = None,
|
87
97
|
ekm_provisioning_error_mapping: Optional[str] = None,
|
88
98
|
ekm_provisioning_state: Optional[str] = None):
|
99
|
+
"""
|
100
|
+
:param str ekm_provisioning_error_domain: Indicates Ekm provisioning error if any. Possible values: EKM_PROVISIONING_ERROR_DOMAIN_UNSPECIFIED, UNSPECIFIED_ERROR, GOOGLE_SERVER_ERROR, EXTERNAL_USER_ERROR, EXTERNAL_PARTNER_ERROR, TIMEOUT_ERROR
|
101
|
+
:param str ekm_provisioning_error_mapping: Detailed error message if Ekm provisioning fails Possible values: EKM_PROVISIONING_ERROR_MAPPING_UNSPECIFIED, INVALID_SERVICE_ACCOUNT, MISSING_METRICS_SCOPE_ADMIN_PERMISSION, MISSING_EKM_CONNECTION_ADMIN_PERMISSION
|
102
|
+
:param str ekm_provisioning_state: Indicates Ekm enrollment Provisioning of a given workload. Possible values: EKM_PROVISIONING_STATE_UNSPECIFIED, EKM_PROVISIONING_STATE_PENDING, EKM_PROVISIONING_STATE_FAILED, EKM_PROVISIONING_STATE_COMPLETED
|
103
|
+
"""
|
89
104
|
if ekm_provisioning_error_domain is not None:
|
90
105
|
pulumi.set(__self__, "ekm_provisioning_error_domain", ekm_provisioning_error_domain)
|
91
106
|
if ekm_provisioning_error_mapping is not None:
|
@@ -96,16 +111,25 @@ class WorkloadEkmProvisioningResponse(dict):
|
|
96
111
|
@property
|
97
112
|
@pulumi.getter(name="ekmProvisioningErrorDomain")
|
98
113
|
def ekm_provisioning_error_domain(self) -> Optional[str]:
|
114
|
+
"""
|
115
|
+
Indicates Ekm provisioning error if any. Possible values: EKM_PROVISIONING_ERROR_DOMAIN_UNSPECIFIED, UNSPECIFIED_ERROR, GOOGLE_SERVER_ERROR, EXTERNAL_USER_ERROR, EXTERNAL_PARTNER_ERROR, TIMEOUT_ERROR
|
116
|
+
"""
|
99
117
|
return pulumi.get(self, "ekm_provisioning_error_domain")
|
100
118
|
|
101
119
|
@property
|
102
120
|
@pulumi.getter(name="ekmProvisioningErrorMapping")
|
103
121
|
def ekm_provisioning_error_mapping(self) -> Optional[str]:
|
122
|
+
"""
|
123
|
+
Detailed error message if Ekm provisioning fails Possible values: EKM_PROVISIONING_ERROR_MAPPING_UNSPECIFIED, INVALID_SERVICE_ACCOUNT, MISSING_METRICS_SCOPE_ADMIN_PERMISSION, MISSING_EKM_CONNECTION_ADMIN_PERMISSION
|
124
|
+
"""
|
104
125
|
return pulumi.get(self, "ekm_provisioning_error_mapping")
|
105
126
|
|
106
127
|
@property
|
107
128
|
@pulumi.getter(name="ekmProvisioningState")
|
108
129
|
def ekm_provisioning_state(self) -> Optional[str]:
|
130
|
+
"""
|
131
|
+
Indicates Ekm enrollment Provisioning of a given workload. Possible values: EKM_PROVISIONING_STATE_UNSPECIFIED, EKM_PROVISIONING_STATE_PENDING, EKM_PROVISIONING_STATE_FAILED, EKM_PROVISIONING_STATE_COMPLETED
|
132
|
+
"""
|
109
133
|
return pulumi.get(self, "ekm_provisioning_state")
|
110
134
|
|
111
135
|
|
@@ -359,6 +383,10 @@ class WorkloadSaaEnrollmentResponse(dict):
|
|
359
383
|
def __init__(__self__, *,
|
360
384
|
setup_errors: Optional[Sequence[str]] = None,
|
361
385
|
setup_status: Optional[str] = None):
|
386
|
+
"""
|
387
|
+
:param Sequence[str] setup_errors: Indicates SAA enrollment setup error if any.
|
388
|
+
:param str setup_status: Indicates SAA enrollment status of a given workload. Possible values: SETUP_STATE_UNSPECIFIED, STATUS_PENDING, STATUS_COMPLETE
|
389
|
+
"""
|
362
390
|
if setup_errors is not None:
|
363
391
|
pulumi.set(__self__, "setup_errors", setup_errors)
|
364
392
|
if setup_status is not None:
|
@@ -367,11 +395,17 @@ class WorkloadSaaEnrollmentResponse(dict):
|
|
367
395
|
@property
|
368
396
|
@pulumi.getter(name="setupErrors")
|
369
397
|
def setup_errors(self) -> Optional[Sequence[str]]:
|
398
|
+
"""
|
399
|
+
Indicates SAA enrollment setup error if any.
|
400
|
+
"""
|
370
401
|
return pulumi.get(self, "setup_errors")
|
371
402
|
|
372
403
|
@property
|
373
404
|
@pulumi.getter(name="setupStatus")
|
374
405
|
def setup_status(self) -> Optional[str]:
|
406
|
+
"""
|
407
|
+
Indicates SAA enrollment status of a given workload. Possible values: SETUP_STATE_UNSPECIFIED, STATUS_PENDING, STATUS_COMPLETE
|
408
|
+
"""
|
375
409
|
return pulumi.get(self, "setup_status")
|
376
410
|
|
377
411
|
|
@@ -128,17 +128,27 @@ class GetManagementServerManagementUriResult(dict):
|
|
128
128
|
def __init__(__self__, *,
|
129
129
|
api: str,
|
130
130
|
web_ui: str):
|
131
|
+
"""
|
132
|
+
:param str api: The management console api endpoint.
|
133
|
+
:param str web_ui: The management console webUi.
|
134
|
+
"""
|
131
135
|
pulumi.set(__self__, "api", api)
|
132
136
|
pulumi.set(__self__, "web_ui", web_ui)
|
133
137
|
|
134
138
|
@property
|
135
139
|
@pulumi.getter
|
136
140
|
def api(self) -> str:
|
141
|
+
"""
|
142
|
+
The management console api endpoint.
|
143
|
+
"""
|
137
144
|
return pulumi.get(self, "api")
|
138
145
|
|
139
146
|
@property
|
140
147
|
@pulumi.getter(name="webUi")
|
141
148
|
def web_ui(self) -> str:
|
149
|
+
"""
|
150
|
+
The management console webUi.
|
151
|
+
"""
|
142
152
|
return pulumi.get(self, "web_ui")
|
143
153
|
|
144
154
|
|
@@ -147,17 +157,27 @@ class GetManagementServerNetworkResult(dict):
|
|
147
157
|
def __init__(__self__, *,
|
148
158
|
network: str,
|
149
159
|
peering_mode: str):
|
160
|
+
"""
|
161
|
+
:param str network: Network with format 'projects/{{project_id}}/global/networks/{{network_id}}'
|
162
|
+
:param str peering_mode: Type of Network peeringMode Default value: "PRIVATE_SERVICE_ACCESS" Possible values: ["PRIVATE_SERVICE_ACCESS"]
|
163
|
+
"""
|
150
164
|
pulumi.set(__self__, "network", network)
|
151
165
|
pulumi.set(__self__, "peering_mode", peering_mode)
|
152
166
|
|
153
167
|
@property
|
154
168
|
@pulumi.getter
|
155
169
|
def network(self) -> str:
|
170
|
+
"""
|
171
|
+
Network with format 'projects/{{project_id}}/global/networks/{{network_id}}'
|
172
|
+
"""
|
156
173
|
return pulumi.get(self, "network")
|
157
174
|
|
158
175
|
@property
|
159
176
|
@pulumi.getter(name="peeringMode")
|
160
177
|
def peering_mode(self) -> str:
|
178
|
+
"""
|
179
|
+
Type of Network peeringMode Default value: "PRIVATE_SERVICE_ACCESS" Possible values: ["PRIVATE_SERVICE_ACCESS"]
|
180
|
+
"""
|
161
181
|
return pulumi.get(self, "peering_mode")
|
162
182
|
|
163
183
|
|
pulumi_gcp/beyondcorp/outputs.py
CHANGED
@@ -251,17 +251,27 @@ class GetAppConnectionApplicationEndpointResult(dict):
|
|
251
251
|
def __init__(__self__, *,
|
252
252
|
host: str,
|
253
253
|
port: int):
|
254
|
+
"""
|
255
|
+
:param str host: Hostname or IP address of the remote application endpoint.
|
256
|
+
:param int port: Port of the remote application endpoint.
|
257
|
+
"""
|
254
258
|
pulumi.set(__self__, "host", host)
|
255
259
|
pulumi.set(__self__, "port", port)
|
256
260
|
|
257
261
|
@property
|
258
262
|
@pulumi.getter
|
259
263
|
def host(self) -> str:
|
264
|
+
"""
|
265
|
+
Hostname or IP address of the remote application endpoint.
|
266
|
+
"""
|
260
267
|
return pulumi.get(self, "host")
|
261
268
|
|
262
269
|
@property
|
263
270
|
@pulumi.getter
|
264
271
|
def port(self) -> int:
|
272
|
+
"""
|
273
|
+
Port of the remote application endpoint.
|
274
|
+
"""
|
265
275
|
return pulumi.get(self, "port")
|
266
276
|
|
267
277
|
|
@@ -272,6 +282,14 @@ class GetAppConnectionGatewayResult(dict):
|
|
272
282
|
ingress_port: int,
|
273
283
|
type: str,
|
274
284
|
uri: str):
|
285
|
+
"""
|
286
|
+
:param str app_gateway: AppGateway name in following format: projects/{project_id}/locations/{locationId}/appgateways/{gateway_id}.
|
287
|
+
:param int ingress_port: Ingress port reserved on the gateways for this AppConnection, if not specified or zero, the default port is 19443.
|
288
|
+
:param str type: The type of hosting used by the gateway. Refer to
|
289
|
+
https://cloud.google.com/beyondcorp/docs/reference/rest/v1/projects.locations.appConnections#Type_1
|
290
|
+
for a list of possible values.
|
291
|
+
:param str uri: Server-defined URI for this resource.
|
292
|
+
"""
|
275
293
|
pulumi.set(__self__, "app_gateway", app_gateway)
|
276
294
|
pulumi.set(__self__, "ingress_port", ingress_port)
|
277
295
|
pulumi.set(__self__, "type", type)
|
@@ -280,21 +298,35 @@ class GetAppConnectionGatewayResult(dict):
|
|
280
298
|
@property
|
281
299
|
@pulumi.getter(name="appGateway")
|
282
300
|
def app_gateway(self) -> str:
|
301
|
+
"""
|
302
|
+
AppGateway name in following format: projects/{project_id}/locations/{locationId}/appgateways/{gateway_id}.
|
303
|
+
"""
|
283
304
|
return pulumi.get(self, "app_gateway")
|
284
305
|
|
285
306
|
@property
|
286
307
|
@pulumi.getter(name="ingressPort")
|
287
308
|
def ingress_port(self) -> int:
|
309
|
+
"""
|
310
|
+
Ingress port reserved on the gateways for this AppConnection, if not specified or zero, the default port is 19443.
|
311
|
+
"""
|
288
312
|
return pulumi.get(self, "ingress_port")
|
289
313
|
|
290
314
|
@property
|
291
315
|
@pulumi.getter
|
292
316
|
def type(self) -> str:
|
317
|
+
"""
|
318
|
+
The type of hosting used by the gateway. Refer to
|
319
|
+
https://cloud.google.com/beyondcorp/docs/reference/rest/v1/projects.locations.appConnections#Type_1
|
320
|
+
for a list of possible values.
|
321
|
+
"""
|
293
322
|
return pulumi.get(self, "type")
|
294
323
|
|
295
324
|
@property
|
296
325
|
@pulumi.getter
|
297
326
|
def uri(self) -> str:
|
327
|
+
"""
|
328
|
+
Server-defined URI for this resource.
|
329
|
+
"""
|
298
330
|
return pulumi.get(self, "uri")
|
299
331
|
|
300
332
|
|
@@ -302,11 +334,17 @@ class GetAppConnectionGatewayResult(dict):
|
|
302
334
|
class GetAppConnectorPrincipalInfoResult(dict):
|
303
335
|
def __init__(__self__, *,
|
304
336
|
service_accounts: Sequence['outputs.GetAppConnectorPrincipalInfoServiceAccountResult']):
|
337
|
+
"""
|
338
|
+
:param Sequence['GetAppConnectorPrincipalInfoServiceAccountArgs'] service_accounts: ServiceAccount represents a GCP service account.
|
339
|
+
"""
|
305
340
|
pulumi.set(__self__, "service_accounts", service_accounts)
|
306
341
|
|
307
342
|
@property
|
308
343
|
@pulumi.getter(name="serviceAccounts")
|
309
344
|
def service_accounts(self) -> Sequence['outputs.GetAppConnectorPrincipalInfoServiceAccountResult']:
|
345
|
+
"""
|
346
|
+
ServiceAccount represents a GCP service account.
|
347
|
+
"""
|
310
348
|
return pulumi.get(self, "service_accounts")
|
311
349
|
|
312
350
|
|
@@ -314,11 +352,17 @@ class GetAppConnectorPrincipalInfoResult(dict):
|
|
314
352
|
class GetAppConnectorPrincipalInfoServiceAccountResult(dict):
|
315
353
|
def __init__(__self__, *,
|
316
354
|
email: str):
|
355
|
+
"""
|
356
|
+
:param str email: Email address of the service account.
|
357
|
+
"""
|
317
358
|
pulumi.set(__self__, "email", email)
|
318
359
|
|
319
360
|
@property
|
320
361
|
@pulumi.getter
|
321
362
|
def email(self) -> str:
|
363
|
+
"""
|
364
|
+
Email address of the service account.
|
365
|
+
"""
|
322
366
|
return pulumi.get(self, "email")
|
323
367
|
|
324
368
|
|
@@ -327,17 +371,27 @@ class GetAppGatewayAllocatedConnectionResult(dict):
|
|
327
371
|
def __init__(__self__, *,
|
328
372
|
ingress_port: int,
|
329
373
|
psc_uri: str):
|
374
|
+
"""
|
375
|
+
:param int ingress_port: The ingress port of an allocated connection.
|
376
|
+
:param str psc_uri: The PSC uri of an allocated connection.
|
377
|
+
"""
|
330
378
|
pulumi.set(__self__, "ingress_port", ingress_port)
|
331
379
|
pulumi.set(__self__, "psc_uri", psc_uri)
|
332
380
|
|
333
381
|
@property
|
334
382
|
@pulumi.getter(name="ingressPort")
|
335
383
|
def ingress_port(self) -> int:
|
384
|
+
"""
|
385
|
+
The ingress port of an allocated connection.
|
386
|
+
"""
|
336
387
|
return pulumi.get(self, "ingress_port")
|
337
388
|
|
338
389
|
@property
|
339
390
|
@pulumi.getter(name="pscUri")
|
340
391
|
def psc_uri(self) -> str:
|
392
|
+
"""
|
393
|
+
The PSC uri of an allocated connection.
|
394
|
+
"""
|
341
395
|
return pulumi.get(self, "psc_uri")
|
342
396
|
|
343
397
|
|
pulumi_gcp/bigquery/_inputs.py
CHANGED
@@ -5138,6 +5138,12 @@ class TableTableReplicationInfoArgs:
|
|
5138
5138
|
source_project_id: pulumi.Input[str],
|
5139
5139
|
source_table_id: pulumi.Input[str],
|
5140
5140
|
replication_interval_ms: Optional[pulumi.Input[int]] = None):
|
5141
|
+
"""
|
5142
|
+
:param pulumi.Input[str] source_dataset_id: The ID of the source dataset.
|
5143
|
+
:param pulumi.Input[str] source_project_id: The ID of the source project.
|
5144
|
+
:param pulumi.Input[str] source_table_id: The ID of the source materialized view.
|
5145
|
+
:param pulumi.Input[int] replication_interval_ms: The interval at which the source materialized view is polled for updates. The default is 300000.
|
5146
|
+
"""
|
5141
5147
|
pulumi.set(__self__, "source_dataset_id", source_dataset_id)
|
5142
5148
|
pulumi.set(__self__, "source_project_id", source_project_id)
|
5143
5149
|
pulumi.set(__self__, "source_table_id", source_table_id)
|
@@ -5147,6 +5153,9 @@ class TableTableReplicationInfoArgs:
|
|
5147
5153
|
@property
|
5148
5154
|
@pulumi.getter(name="sourceDatasetId")
|
5149
5155
|
def source_dataset_id(self) -> pulumi.Input[str]:
|
5156
|
+
"""
|
5157
|
+
The ID of the source dataset.
|
5158
|
+
"""
|
5150
5159
|
return pulumi.get(self, "source_dataset_id")
|
5151
5160
|
|
5152
5161
|
@source_dataset_id.setter
|
@@ -5156,6 +5165,9 @@ class TableTableReplicationInfoArgs:
|
|
5156
5165
|
@property
|
5157
5166
|
@pulumi.getter(name="sourceProjectId")
|
5158
5167
|
def source_project_id(self) -> pulumi.Input[str]:
|
5168
|
+
"""
|
5169
|
+
The ID of the source project.
|
5170
|
+
"""
|
5159
5171
|
return pulumi.get(self, "source_project_id")
|
5160
5172
|
|
5161
5173
|
@source_project_id.setter
|
@@ -5165,6 +5177,9 @@ class TableTableReplicationInfoArgs:
|
|
5165
5177
|
@property
|
5166
5178
|
@pulumi.getter(name="sourceTableId")
|
5167
5179
|
def source_table_id(self) -> pulumi.Input[str]:
|
5180
|
+
"""
|
5181
|
+
The ID of the source materialized view.
|
5182
|
+
"""
|
5168
5183
|
return pulumi.get(self, "source_table_id")
|
5169
5184
|
|
5170
5185
|
@source_table_id.setter
|
@@ -5174,6 +5189,9 @@ class TableTableReplicationInfoArgs:
|
|
5174
5189
|
@property
|
5175
5190
|
@pulumi.getter(name="replicationIntervalMs")
|
5176
5191
|
def replication_interval_ms(self) -> Optional[pulumi.Input[int]]:
|
5192
|
+
"""
|
5193
|
+
The interval at which the source materialized view is polled for updates. The default is 300000.
|
5194
|
+
"""
|
5177
5195
|
return pulumi.get(self, "replication_interval_ms")
|
5178
5196
|
|
5179
5197
|
@replication_interval_ms.setter
|