pulumi-gcp 8.14.0a1736853524__py3-none-any.whl → 8.15.0__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 +110 -0
- pulumi_gcp/accesscontextmanager/access_level_condition.py +28 -0
- pulumi_gcp/accesscontextmanager/egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +56 -0
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/environment_addons_config.py +266 -0
- pulumi_gcp/applicationintegration/_inputs.py +3 -3
- pulumi_gcp/applicationintegration/outputs.py +2 -2
- pulumi_gcp/artifactregistry/repository.py +32 -2
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/_inputs.py +93 -0
- pulumi_gcp/beyondcorp/outputs.py +89 -0
- pulumi_gcp/beyondcorp/security_gateway.py +670 -0
- pulumi_gcp/bigquery/connection.py +2 -2
- pulumi_gcp/bigquery/routine.py +2 -2
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/blockchainnodeengine/_inputs.py +3 -3
- pulumi_gcp/blockchainnodeengine/outputs.py +2 -2
- pulumi_gcp/certificateauthority/_inputs.py +6 -6
- pulumi_gcp/certificateauthority/outputs.py +4 -4
- pulumi_gcp/certificatemanager/_inputs.py +3 -3
- pulumi_gcp/certificatemanager/outputs.py +2 -2
- pulumi_gcp/chronicle/__init__.py +5 -0
- pulumi_gcp/chronicle/_inputs.py +767 -0
- pulumi_gcp/chronicle/data_access_label.py +690 -0
- pulumi_gcp/chronicle/data_access_scope.py +1094 -0
- pulumi_gcp/chronicle/outputs.py +624 -0
- pulumi_gcp/chronicle/reference_list.py +788 -0
- pulumi_gcp/chronicle/rule.py +1308 -0
- pulumi_gcp/chronicle/rule_deployment.py +849 -0
- pulumi_gcp/chronicle/watchlist.py +68 -45
- pulumi_gcp/cloudbuild/_inputs.py +3 -3
- pulumi_gcp/cloudbuild/outputs.py +2 -2
- pulumi_gcp/cloudquota/__init__.py +1 -0
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +336 -0
- pulumi_gcp/colab/__init__.py +10 -0
- pulumi_gcp/colab/_inputs.py +359 -0
- pulumi_gcp/colab/outputs.py +344 -0
- pulumi_gcp/colab/runtime_template.py +1160 -0
- pulumi_gcp/compute/_inputs.py +42 -42
- pulumi_gcp/compute/instance_group_manager.py +9 -9
- pulumi_gcp/compute/interconnect_attachment.py +7 -7
- pulumi_gcp/compute/outputs.py +28 -28
- pulumi_gcp/compute/region_instance_group_manager.py +9 -9
- pulumi_gcp/compute/route.py +8 -16
- pulumi_gcp/compute/subnetwork.py +7 -7
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/compute/url_map.py +4 -0
- pulumi_gcp/config/__init__.pyi +6 -0
- pulumi_gcp/config/vars.py +12 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/datacatalog/_inputs.py +3 -3
- pulumi_gcp/datacatalog/outputs.py +2 -2
- pulumi_gcp/dataplex/entry_type.py +2 -2
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataproc/batch.py +10 -10
- pulumi_gcp/developerconnect/_inputs.py +910 -42
- pulumi_gcp/developerconnect/connection.py +614 -86
- pulumi_gcp/developerconnect/git_repository_link.py +4 -0
- pulumi_gcp/developerconnect/outputs.py +717 -28
- pulumi_gcp/discoveryengine/_inputs.py +54 -0
- pulumi_gcp/discoveryengine/data_store.py +94 -0
- pulumi_gcp/discoveryengine/outputs.py +51 -0
- pulumi_gcp/dns/_inputs.py +124 -20
- pulumi_gcp/dns/outputs.py +90 -16
- pulumi_gcp/dns/record_set.py +82 -0
- pulumi_gcp/edgecontainer/_inputs.py +3 -3
- pulumi_gcp/edgecontainer/outputs.py +2 -2
- pulumi_gcp/edgenetwork/__init__.py +1 -0
- pulumi_gcp/edgenetwork/interconnect_attachment.py +941 -0
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gemini/code_repository_index.py +47 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/gkeonprem/v_mware_cluster.py +1 -1
- pulumi_gcp/iap/_inputs.py +9 -3
- pulumi_gcp/iap/outputs.py +6 -2
- pulumi_gcp/iap/settings.py +63 -63
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/identityplatform/_inputs.py +9 -9
- pulumi_gcp/identityplatform/outputs.py +6 -6
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/authz_policy.py +0 -202
- pulumi_gcp/oracledatabase/_inputs.py +3 -3
- pulumi_gcp/oracledatabase/outputs.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +13 -0
- pulumi_gcp/parametermanager/_inputs.py +174 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +230 -0
- pulumi_gcp/parametermanager/outputs.py +191 -0
- pulumi_gcp/parametermanager/parameter.py +706 -0
- pulumi_gcp/parametermanager/regional_parameter.py +762 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +558 -0
- pulumi_gcp/provider.py +60 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/_inputs.py +74 -0
- pulumi_gcp/sql/database_instance.py +80 -18
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +158 -0
- pulumi_gcp/sql/source_representation_instance.py +7 -14
- pulumi_gcp/transcoder/_inputs.py +6 -6
- pulumi_gcp/transcoder/outputs.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/RECORD +124 -104
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class GetDatabaseInstanceResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getDatabaseInstance.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, available_maintenance_versions=None, clones=None, connection_name=None, database_version=None, deletion_protection=None, dns_name=None, encryption_key_name=None, first_ip_address=None, id=None, instance_type=None, ip_addresses=None, maintenance_version=None, master_instance_name=None, name=None, private_ip_address=None, project=None, psc_service_attachment_link=None, public_ip_address=None, region=None, replica_configurations=None, replica_names=None, restore_backup_contexts=None, root_password=None, self_link=None, server_ca_certs=None, service_account_email_address=None, settings=None):
|
30
|
+
def __init__(__self__, available_maintenance_versions=None, clones=None, connection_name=None, database_version=None, deletion_protection=None, dns_name=None, encryption_key_name=None, first_ip_address=None, id=None, instance_type=None, ip_addresses=None, maintenance_version=None, master_instance_name=None, name=None, private_ip_address=None, project=None, psc_service_attachment_link=None, public_ip_address=None, region=None, replica_configurations=None, replica_names=None, replication_clusters=None, restore_backup_contexts=None, root_password=None, self_link=None, server_ca_certs=None, service_account_email_address=None, settings=None):
|
31
31
|
if available_maintenance_versions and not isinstance(available_maintenance_versions, list):
|
32
32
|
raise TypeError("Expected argument 'available_maintenance_versions' to be a list")
|
33
33
|
pulumi.set(__self__, "available_maintenance_versions", available_maintenance_versions)
|
@@ -91,6 +91,9 @@ class GetDatabaseInstanceResult:
|
|
91
91
|
if replica_names and not isinstance(replica_names, list):
|
92
92
|
raise TypeError("Expected argument 'replica_names' to be a list")
|
93
93
|
pulumi.set(__self__, "replica_names", replica_names)
|
94
|
+
if replication_clusters and not isinstance(replication_clusters, list):
|
95
|
+
raise TypeError("Expected argument 'replication_clusters' to be a list")
|
96
|
+
pulumi.set(__self__, "replication_clusters", replication_clusters)
|
94
97
|
if restore_backup_contexts and not isinstance(restore_backup_contexts, list):
|
95
98
|
raise TypeError("Expected argument 'restore_backup_contexts' to be a list")
|
96
99
|
pulumi.set(__self__, "restore_backup_contexts", restore_backup_contexts)
|
@@ -218,6 +221,11 @@ class GetDatabaseInstanceResult:
|
|
218
221
|
def replica_names(self) -> Sequence[str]:
|
219
222
|
return pulumi.get(self, "replica_names")
|
220
223
|
|
224
|
+
@property
|
225
|
+
@pulumi.getter(name="replicationClusters")
|
226
|
+
def replication_clusters(self) -> Sequence['outputs.GetDatabaseInstanceReplicationClusterResult']:
|
227
|
+
return pulumi.get(self, "replication_clusters")
|
228
|
+
|
221
229
|
@property
|
222
230
|
@pulumi.getter(name="restoreBackupContexts")
|
223
231
|
def restore_backup_contexts(self) -> Sequence['outputs.GetDatabaseInstanceRestoreBackupContextResult']:
|
@@ -276,6 +284,7 @@ class AwaitableGetDatabaseInstanceResult(GetDatabaseInstanceResult):
|
|
276
284
|
region=self.region,
|
277
285
|
replica_configurations=self.replica_configurations,
|
278
286
|
replica_names=self.replica_names,
|
287
|
+
replication_clusters=self.replication_clusters,
|
279
288
|
restore_backup_contexts=self.restore_backup_contexts,
|
280
289
|
root_password=self.root_password,
|
281
290
|
self_link=self.self_link,
|
@@ -331,6 +340,7 @@ def get_database_instance(name: Optional[str] = None,
|
|
331
340
|
region=pulumi.get(__ret__, 'region'),
|
332
341
|
replica_configurations=pulumi.get(__ret__, 'replica_configurations'),
|
333
342
|
replica_names=pulumi.get(__ret__, 'replica_names'),
|
343
|
+
replication_clusters=pulumi.get(__ret__, 'replication_clusters'),
|
334
344
|
restore_backup_contexts=pulumi.get(__ret__, 'restore_backup_contexts'),
|
335
345
|
root_password=pulumi.get(__ret__, 'root_password'),
|
336
346
|
self_link=pulumi.get(__ret__, 'self_link'),
|
@@ -383,6 +393,7 @@ def get_database_instance_output(name: Optional[pulumi.Input[str]] = None,
|
|
383
393
|
region=pulumi.get(__response__, 'region'),
|
384
394
|
replica_configurations=pulumi.get(__response__, 'replica_configurations'),
|
385
395
|
replica_names=pulumi.get(__response__, 'replica_names'),
|
396
|
+
replication_clusters=pulumi.get(__response__, 'replication_clusters'),
|
386
397
|
restore_backup_contexts=pulumi.get(__response__, 'restore_backup_contexts'),
|
387
398
|
root_password=pulumi.get(__response__, 'root_password'),
|
388
399
|
self_link=pulumi.get(__response__, 'self_link'),
|
pulumi_gcp/sql/outputs.py
CHANGED
@@ -19,6 +19,7 @@ __all__ = [
|
|
19
19
|
'DatabaseInstanceClone',
|
20
20
|
'DatabaseInstanceIpAddress',
|
21
21
|
'DatabaseInstanceReplicaConfiguration',
|
22
|
+
'DatabaseInstanceReplicationCluster',
|
22
23
|
'DatabaseInstanceRestoreBackupContext',
|
23
24
|
'DatabaseInstanceServerCaCert',
|
24
25
|
'DatabaseInstanceSettings',
|
@@ -45,6 +46,7 @@ __all__ = [
|
|
45
46
|
'GetDatabaseInstanceCloneResult',
|
46
47
|
'GetDatabaseInstanceIpAddressResult',
|
47
48
|
'GetDatabaseInstanceReplicaConfigurationResult',
|
49
|
+
'GetDatabaseInstanceReplicationClusterResult',
|
48
50
|
'GetDatabaseInstanceRestoreBackupContextResult',
|
49
51
|
'GetDatabaseInstanceServerCaCertResult',
|
50
52
|
'GetDatabaseInstanceSettingResult',
|
@@ -68,6 +70,7 @@ __all__ = [
|
|
68
70
|
'GetDatabaseInstancesInstanceCloneResult',
|
69
71
|
'GetDatabaseInstancesInstanceIpAddressResult',
|
70
72
|
'GetDatabaseInstancesInstanceReplicaConfigurationResult',
|
73
|
+
'GetDatabaseInstancesInstanceReplicationClusterResult',
|
71
74
|
'GetDatabaseInstancesInstanceRestoreBackupContextResult',
|
72
75
|
'GetDatabaseInstancesInstanceServerCaCertResult',
|
73
76
|
'GetDatabaseInstancesInstanceSettingResult',
|
@@ -464,6 +467,56 @@ class DatabaseInstanceReplicaConfiguration(dict):
|
|
464
467
|
return pulumi.get(self, "verify_server_certificate")
|
465
468
|
|
466
469
|
|
470
|
+
@pulumi.output_type
|
471
|
+
class DatabaseInstanceReplicationCluster(dict):
|
472
|
+
@staticmethod
|
473
|
+
def __key_warning(key: str):
|
474
|
+
suggest = None
|
475
|
+
if key == "drReplica":
|
476
|
+
suggest = "dr_replica"
|
477
|
+
elif key == "failoverDrReplicaName":
|
478
|
+
suggest = "failover_dr_replica_name"
|
479
|
+
|
480
|
+
if suggest:
|
481
|
+
pulumi.log.warn(f"Key '{key}' not found in DatabaseInstanceReplicationCluster. Access the value via the '{suggest}' property getter instead.")
|
482
|
+
|
483
|
+
def __getitem__(self, key: str) -> Any:
|
484
|
+
DatabaseInstanceReplicationCluster.__key_warning(key)
|
485
|
+
return super().__getitem__(key)
|
486
|
+
|
487
|
+
def get(self, key: str, default = None) -> Any:
|
488
|
+
DatabaseInstanceReplicationCluster.__key_warning(key)
|
489
|
+
return super().get(key, default)
|
490
|
+
|
491
|
+
def __init__(__self__, *,
|
492
|
+
dr_replica: Optional[bool] = None,
|
493
|
+
failover_dr_replica_name: Optional[str] = None):
|
494
|
+
"""
|
495
|
+
:param bool dr_replica: Read-only field that indicates whether the replica is a DR replica.
|
496
|
+
:param str failover_dr_replica_name: If the instance is a primary instance, then this field identifies the disaster recovery (DR) replica. The standard format of this field is "your-project:your-instance". You can also set this field to "your-instance", but cloud SQL backend will convert it to the aforementioned standard format.
|
497
|
+
"""
|
498
|
+
if dr_replica is not None:
|
499
|
+
pulumi.set(__self__, "dr_replica", dr_replica)
|
500
|
+
if failover_dr_replica_name is not None:
|
501
|
+
pulumi.set(__self__, "failover_dr_replica_name", failover_dr_replica_name)
|
502
|
+
|
503
|
+
@property
|
504
|
+
@pulumi.getter(name="drReplica")
|
505
|
+
def dr_replica(self) -> Optional[bool]:
|
506
|
+
"""
|
507
|
+
Read-only field that indicates whether the replica is a DR replica.
|
508
|
+
"""
|
509
|
+
return pulumi.get(self, "dr_replica")
|
510
|
+
|
511
|
+
@property
|
512
|
+
@pulumi.getter(name="failoverDrReplicaName")
|
513
|
+
def failover_dr_replica_name(self) -> Optional[str]:
|
514
|
+
"""
|
515
|
+
If the instance is a primary instance, then this field identifies the disaster recovery (DR) replica. The standard format of this field is "your-project:your-instance". You can also set this field to "your-instance", but cloud SQL backend will convert it to the aforementioned standard format.
|
516
|
+
"""
|
517
|
+
return pulumi.get(self, "failover_dr_replica_name")
|
518
|
+
|
519
|
+
|
467
520
|
@pulumi.output_type
|
468
521
|
class DatabaseInstanceRestoreBackupContext(dict):
|
469
522
|
@staticmethod
|
@@ -1480,6 +1533,8 @@ class DatabaseInstanceSettingsIpConfiguration(dict):
|
|
1480
1533
|
suggest = "psc_configs"
|
1481
1534
|
elif key == "serverCaMode":
|
1482
1535
|
suggest = "server_ca_mode"
|
1536
|
+
elif key == "serverCaPool":
|
1537
|
+
suggest = "server_ca_pool"
|
1483
1538
|
elif key == "sslMode":
|
1484
1539
|
suggest = "ssl_mode"
|
1485
1540
|
|
@@ -1502,6 +1557,7 @@ class DatabaseInstanceSettingsIpConfiguration(dict):
|
|
1502
1557
|
private_network: Optional[str] = None,
|
1503
1558
|
psc_configs: Optional[Sequence['outputs.DatabaseInstanceSettingsIpConfigurationPscConfig']] = None,
|
1504
1559
|
server_ca_mode: Optional[str] = None,
|
1560
|
+
server_ca_pool: Optional[str] = None,
|
1505
1561
|
ssl_mode: Optional[str] = None):
|
1506
1562
|
"""
|
1507
1563
|
:param str allocated_ip_range: The name of the allocated ip range for the private ip CloudSQL instance. For example: "google-managed-services-default". If set, the instance ip will be created in the allocated range. The range name must comply with [RFC 1035](https://datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63 characters long and match the regular expression a-z?.
|
@@ -1516,6 +1572,7 @@ class DatabaseInstanceSettingsIpConfiguration(dict):
|
|
1516
1572
|
This setting can be updated, but it cannot be removed after it is set.
|
1517
1573
|
:param Sequence['DatabaseInstanceSettingsIpConfigurationPscConfigArgs'] psc_configs: PSC settings for a Cloud SQL instance.
|
1518
1574
|
:param str server_ca_mode: Specify how the server certificate's Certificate Authority is hosted. Supported values are `GOOGLE_MANAGED_INTERNAL_CA` and `GOOGLE_MANAGED_CAS_CA`.
|
1575
|
+
:param str server_ca_pool: The resource name of the server CA pool for an instance with `CUSTOMER_MANAGED_CAS_CA` as the `server_ca_mode`.
|
1519
1576
|
:param str ssl_mode: Specify how SSL connection should be enforced in DB connections. Supported values are `ALLOW_UNENCRYPTED_AND_ENCRYPTED`, `ENCRYPTED_ONLY`, and `TRUSTED_CLIENT_CERTIFICATE_REQUIRED` (not supported for SQL Server). See [API reference doc](https://cloud.google.com/sql/docs/postgres/admin-api/rest/v1/instances#ipconfiguration) for details.
|
1520
1577
|
"""
|
1521
1578
|
if allocated_ip_range is not None:
|
@@ -1532,6 +1589,8 @@ class DatabaseInstanceSettingsIpConfiguration(dict):
|
|
1532
1589
|
pulumi.set(__self__, "psc_configs", psc_configs)
|
1533
1590
|
if server_ca_mode is not None:
|
1534
1591
|
pulumi.set(__self__, "server_ca_mode", server_ca_mode)
|
1592
|
+
if server_ca_pool is not None:
|
1593
|
+
pulumi.set(__self__, "server_ca_pool", server_ca_pool)
|
1535
1594
|
if ssl_mode is not None:
|
1536
1595
|
pulumi.set(__self__, "ssl_mode", ssl_mode)
|
1537
1596
|
|
@@ -1594,6 +1653,14 @@ class DatabaseInstanceSettingsIpConfiguration(dict):
|
|
1594
1653
|
"""
|
1595
1654
|
return pulumi.get(self, "server_ca_mode")
|
1596
1655
|
|
1656
|
+
@property
|
1657
|
+
@pulumi.getter(name="serverCaPool")
|
1658
|
+
def server_ca_pool(self) -> Optional[str]:
|
1659
|
+
"""
|
1660
|
+
The resource name of the server CA pool for an instance with `CUSTOMER_MANAGED_CAS_CA` as the `server_ca_mode`.
|
1661
|
+
"""
|
1662
|
+
return pulumi.get(self, "server_ca_pool")
|
1663
|
+
|
1597
1664
|
@property
|
1598
1665
|
@pulumi.getter(name="sslMode")
|
1599
1666
|
def ssl_mode(self) -> Optional[str]:
|
@@ -2543,6 +2610,35 @@ class GetDatabaseInstanceReplicaConfigurationResult(dict):
|
|
2543
2610
|
return pulumi.get(self, "verify_server_certificate")
|
2544
2611
|
|
2545
2612
|
|
2613
|
+
@pulumi.output_type
|
2614
|
+
class GetDatabaseInstanceReplicationClusterResult(dict):
|
2615
|
+
def __init__(__self__, *,
|
2616
|
+
dr_replica: bool,
|
2617
|
+
failover_dr_replica_name: str):
|
2618
|
+
"""
|
2619
|
+
:param bool dr_replica: Read-only field that indicates whether the replica is a DR replica.
|
2620
|
+
:param str failover_dr_replica_name: If the instance is a primary instance, then this field identifies the disaster recovery (DR) replica. The standard format of this field is "your-project:your-instance". You can also set this field to "your-instance", but cloud SQL backend will convert it to the aforementioned standard format.
|
2621
|
+
"""
|
2622
|
+
pulumi.set(__self__, "dr_replica", dr_replica)
|
2623
|
+
pulumi.set(__self__, "failover_dr_replica_name", failover_dr_replica_name)
|
2624
|
+
|
2625
|
+
@property
|
2626
|
+
@pulumi.getter(name="drReplica")
|
2627
|
+
def dr_replica(self) -> bool:
|
2628
|
+
"""
|
2629
|
+
Read-only field that indicates whether the replica is a DR replica.
|
2630
|
+
"""
|
2631
|
+
return pulumi.get(self, "dr_replica")
|
2632
|
+
|
2633
|
+
@property
|
2634
|
+
@pulumi.getter(name="failoverDrReplicaName")
|
2635
|
+
def failover_dr_replica_name(self) -> str:
|
2636
|
+
"""
|
2637
|
+
If the instance is a primary instance, then this field identifies the disaster recovery (DR) replica. The standard format of this field is "your-project:your-instance". You can also set this field to "your-instance", but cloud SQL backend will convert it to the aforementioned standard format.
|
2638
|
+
"""
|
2639
|
+
return pulumi.get(self, "failover_dr_replica_name")
|
2640
|
+
|
2641
|
+
|
2546
2642
|
@pulumi.output_type
|
2547
2643
|
class GetDatabaseInstanceRestoreBackupContextResult(dict):
|
2548
2644
|
def __init__(__self__, *,
|
@@ -3249,6 +3345,7 @@ class GetDatabaseInstanceSettingIpConfigurationResult(dict):
|
|
3249
3345
|
private_network: str,
|
3250
3346
|
psc_configs: Sequence['outputs.GetDatabaseInstanceSettingIpConfigurationPscConfigResult'],
|
3251
3347
|
server_ca_mode: str,
|
3348
|
+
server_ca_pool: str,
|
3252
3349
|
ssl_mode: str):
|
3253
3350
|
"""
|
3254
3351
|
:param str allocated_ip_range: The name of the allocated ip range for the private ip CloudSQL instance. For example: "google-managed-services-default". If set, the instance ip will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?.
|
@@ -3257,6 +3354,7 @@ class GetDatabaseInstanceSettingIpConfigurationResult(dict):
|
|
3257
3354
|
:param str private_network: The VPC network from which the Cloud SQL instance is accessible for private IP. For example, projects/myProject/global/networks/default. Specifying a network enables private IP. At least ipv4_enabled must be enabled or a private_network must be configured. This setting can be updated, but it cannot be removed after it is set.
|
3258
3355
|
:param Sequence['GetDatabaseInstanceSettingIpConfigurationPscConfigArgs'] psc_configs: PSC settings for a Cloud SQL instance.
|
3259
3356
|
:param str server_ca_mode: Specify how the server certificate's Certificate Authority is hosted.
|
3357
|
+
:param str server_ca_pool: The resource name of the server CA pool for an instance with "CUSTOMER_MANAGED_CAS_CA" as the "server_ca_mode".
|
3260
3358
|
:param str ssl_mode: Specify how SSL connection should be enforced in DB connections.
|
3261
3359
|
"""
|
3262
3360
|
pulumi.set(__self__, "allocated_ip_range", allocated_ip_range)
|
@@ -3266,6 +3364,7 @@ class GetDatabaseInstanceSettingIpConfigurationResult(dict):
|
|
3266
3364
|
pulumi.set(__self__, "private_network", private_network)
|
3267
3365
|
pulumi.set(__self__, "psc_configs", psc_configs)
|
3268
3366
|
pulumi.set(__self__, "server_ca_mode", server_ca_mode)
|
3367
|
+
pulumi.set(__self__, "server_ca_pool", server_ca_pool)
|
3269
3368
|
pulumi.set(__self__, "ssl_mode", ssl_mode)
|
3270
3369
|
|
3271
3370
|
@property
|
@@ -3321,6 +3420,14 @@ class GetDatabaseInstanceSettingIpConfigurationResult(dict):
|
|
3321
3420
|
"""
|
3322
3421
|
return pulumi.get(self, "server_ca_mode")
|
3323
3422
|
|
3423
|
+
@property
|
3424
|
+
@pulumi.getter(name="serverCaPool")
|
3425
|
+
def server_ca_pool(self) -> str:
|
3426
|
+
"""
|
3427
|
+
The resource name of the server CA pool for an instance with "CUSTOMER_MANAGED_CAS_CA" as the "server_ca_mode".
|
3428
|
+
"""
|
3429
|
+
return pulumi.get(self, "server_ca_pool")
|
3430
|
+
|
3324
3431
|
@property
|
3325
3432
|
@pulumi.getter(name="sslMode")
|
3326
3433
|
def ssl_mode(self) -> str:
|
@@ -3647,6 +3754,7 @@ class GetDatabaseInstancesInstanceResult(dict):
|
|
3647
3754
|
region: str,
|
3648
3755
|
replica_configurations: Sequence['outputs.GetDatabaseInstancesInstanceReplicaConfigurationResult'],
|
3649
3756
|
replica_names: Sequence[str],
|
3757
|
+
replication_clusters: Sequence['outputs.GetDatabaseInstancesInstanceReplicationClusterResult'],
|
3650
3758
|
restore_backup_contexts: Sequence['outputs.GetDatabaseInstancesInstanceRestoreBackupContextResult'],
|
3651
3759
|
root_password: str,
|
3652
3760
|
self_link: str,
|
@@ -3667,6 +3775,7 @@ class GetDatabaseInstancesInstanceResult(dict):
|
|
3667
3775
|
:param str region: To filter out the Cloud SQL instances which are located in the specified region.
|
3668
3776
|
:param Sequence['GetDatabaseInstancesInstanceReplicaConfigurationArgs'] replica_configurations: The configuration for replication.
|
3669
3777
|
:param Sequence[str] replica_names: The replicas of the instance.
|
3778
|
+
:param Sequence['GetDatabaseInstancesInstanceReplicationClusterArgs'] replication_clusters: A primary instance and disaster recovery replica pair. Applicable to MySQL and PostgreSQL. This field can be set only after both the primary and replica are created.
|
3670
3779
|
:param str root_password: Initial root password. Required for MS SQL Server.
|
3671
3780
|
:param str self_link: The URI of the created resource.
|
3672
3781
|
:param str service_account_email_address: The service account email address assigned to the instance.
|
@@ -3692,6 +3801,7 @@ class GetDatabaseInstancesInstanceResult(dict):
|
|
3692
3801
|
pulumi.set(__self__, "region", region)
|
3693
3802
|
pulumi.set(__self__, "replica_configurations", replica_configurations)
|
3694
3803
|
pulumi.set(__self__, "replica_names", replica_names)
|
3804
|
+
pulumi.set(__self__, "replication_clusters", replication_clusters)
|
3695
3805
|
pulumi.set(__self__, "restore_backup_contexts", restore_backup_contexts)
|
3696
3806
|
pulumi.set(__self__, "root_password", root_password)
|
3697
3807
|
pulumi.set(__self__, "self_link", self_link)
|
@@ -3838,6 +3948,14 @@ class GetDatabaseInstancesInstanceResult(dict):
|
|
3838
3948
|
"""
|
3839
3949
|
return pulumi.get(self, "replica_names")
|
3840
3950
|
|
3951
|
+
@property
|
3952
|
+
@pulumi.getter(name="replicationClusters")
|
3953
|
+
def replication_clusters(self) -> Sequence['outputs.GetDatabaseInstancesInstanceReplicationClusterResult']:
|
3954
|
+
"""
|
3955
|
+
A primary instance and disaster recovery replica pair. Applicable to MySQL and PostgreSQL. This field can be set only after both the primary and replica are created.
|
3956
|
+
"""
|
3957
|
+
return pulumi.get(self, "replication_clusters")
|
3958
|
+
|
3841
3959
|
@property
|
3842
3960
|
@pulumi.getter(name="restoreBackupContexts")
|
3843
3961
|
def restore_backup_contexts(self) -> Sequence['outputs.GetDatabaseInstancesInstanceRestoreBackupContextResult']:
|
@@ -4108,6 +4226,35 @@ class GetDatabaseInstancesInstanceReplicaConfigurationResult(dict):
|
|
4108
4226
|
return pulumi.get(self, "verify_server_certificate")
|
4109
4227
|
|
4110
4228
|
|
4229
|
+
@pulumi.output_type
|
4230
|
+
class GetDatabaseInstancesInstanceReplicationClusterResult(dict):
|
4231
|
+
def __init__(__self__, *,
|
4232
|
+
dr_replica: bool,
|
4233
|
+
failover_dr_replica_name: str):
|
4234
|
+
"""
|
4235
|
+
:param bool dr_replica: Read-only field that indicates whether the replica is a DR replica.
|
4236
|
+
:param str failover_dr_replica_name: If the instance is a primary instance, then this field identifies the disaster recovery (DR) replica. The standard format of this field is "your-project:your-instance". You can also set this field to "your-instance", but cloud SQL backend will convert it to the aforementioned standard format.
|
4237
|
+
"""
|
4238
|
+
pulumi.set(__self__, "dr_replica", dr_replica)
|
4239
|
+
pulumi.set(__self__, "failover_dr_replica_name", failover_dr_replica_name)
|
4240
|
+
|
4241
|
+
@property
|
4242
|
+
@pulumi.getter(name="drReplica")
|
4243
|
+
def dr_replica(self) -> bool:
|
4244
|
+
"""
|
4245
|
+
Read-only field that indicates whether the replica is a DR replica.
|
4246
|
+
"""
|
4247
|
+
return pulumi.get(self, "dr_replica")
|
4248
|
+
|
4249
|
+
@property
|
4250
|
+
@pulumi.getter(name="failoverDrReplicaName")
|
4251
|
+
def failover_dr_replica_name(self) -> str:
|
4252
|
+
"""
|
4253
|
+
If the instance is a primary instance, then this field identifies the disaster recovery (DR) replica. The standard format of this field is "your-project:your-instance". You can also set this field to "your-instance", but cloud SQL backend will convert it to the aforementioned standard format.
|
4254
|
+
"""
|
4255
|
+
return pulumi.get(self, "failover_dr_replica_name")
|
4256
|
+
|
4257
|
+
|
4111
4258
|
@pulumi.output_type
|
4112
4259
|
class GetDatabaseInstancesInstanceRestoreBackupContextResult(dict):
|
4113
4260
|
def __init__(__self__, *,
|
@@ -4814,6 +4961,7 @@ class GetDatabaseInstancesInstanceSettingIpConfigurationResult(dict):
|
|
4814
4961
|
private_network: str,
|
4815
4962
|
psc_configs: Sequence['outputs.GetDatabaseInstancesInstanceSettingIpConfigurationPscConfigResult'],
|
4816
4963
|
server_ca_mode: str,
|
4964
|
+
server_ca_pool: str,
|
4817
4965
|
ssl_mode: str):
|
4818
4966
|
"""
|
4819
4967
|
:param str allocated_ip_range: The name of the allocated ip range for the private ip CloudSQL instance. For example: "google-managed-services-default". If set, the instance ip will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?.
|
@@ -4822,6 +4970,7 @@ class GetDatabaseInstancesInstanceSettingIpConfigurationResult(dict):
|
|
4822
4970
|
:param str private_network: The VPC network from which the Cloud SQL instance is accessible for private IP. For example, projects/myProject/global/networks/default. Specifying a network enables private IP. At least ipv4_enabled must be enabled or a private_network must be configured. This setting can be updated, but it cannot be removed after it is set.
|
4823
4971
|
:param Sequence['GetDatabaseInstancesInstanceSettingIpConfigurationPscConfigArgs'] psc_configs: PSC settings for a Cloud SQL instance.
|
4824
4972
|
:param str server_ca_mode: Specify how the server certificate's Certificate Authority is hosted.
|
4973
|
+
:param str server_ca_pool: The resource name of the server CA pool for an instance with "CUSTOMER_MANAGED_CAS_CA" as the "server_ca_mode".
|
4825
4974
|
:param str ssl_mode: Specify how SSL connection should be enforced in DB connections.
|
4826
4975
|
"""
|
4827
4976
|
pulumi.set(__self__, "allocated_ip_range", allocated_ip_range)
|
@@ -4831,6 +4980,7 @@ class GetDatabaseInstancesInstanceSettingIpConfigurationResult(dict):
|
|
4831
4980
|
pulumi.set(__self__, "private_network", private_network)
|
4832
4981
|
pulumi.set(__self__, "psc_configs", psc_configs)
|
4833
4982
|
pulumi.set(__self__, "server_ca_mode", server_ca_mode)
|
4983
|
+
pulumi.set(__self__, "server_ca_pool", server_ca_pool)
|
4834
4984
|
pulumi.set(__self__, "ssl_mode", ssl_mode)
|
4835
4985
|
|
4836
4986
|
@property
|
@@ -4886,6 +5036,14 @@ class GetDatabaseInstancesInstanceSettingIpConfigurationResult(dict):
|
|
4886
5036
|
"""
|
4887
5037
|
return pulumi.get(self, "server_ca_mode")
|
4888
5038
|
|
5039
|
+
@property
|
5040
|
+
@pulumi.getter(name="serverCaPool")
|
5041
|
+
def server_ca_pool(self) -> str:
|
5042
|
+
"""
|
5043
|
+
The resource name of the server CA pool for an instance with "CUSTOMER_MANAGED_CAS_CA" as the "server_ca_mode".
|
5044
|
+
"""
|
5045
|
+
return pulumi.get(self, "server_ca_pool")
|
5046
|
+
|
4889
5047
|
@property
|
4890
5048
|
@pulumi.getter(name="sslMode")
|
4891
5049
|
def ssl_mode(self) -> str:
|
@@ -33,8 +33,7 @@ class SourceRepresentationInstanceArgs:
|
|
33
33
|
username: Optional[pulumi.Input[str]] = None):
|
34
34
|
"""
|
35
35
|
The set of arguments for constructing a SourceRepresentationInstance resource.
|
36
|
-
:param pulumi.Input[str] database_version: The MySQL version
|
37
|
-
Possible values are: `MYSQL_5_6`, `MYSQL_5_7`, `MYSQL_8_0`, `POSTGRES_9_6`, `POSTGRES_10`, `POSTGRES_11`, `POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`.
|
36
|
+
:param pulumi.Input[str] database_version: The MySQL, PostgreSQL or SQL Server (beta) version to use. Supported values include MYSQL_5_6, MYSQL_5_7, MYSQL_8_0, MYSQL_8_4, POSTGRES_9_6, POSTGRES_10, POSTGRES_11, POSTGRES_12, POSTGRES_13, POSTGRES_14, POSTGRES_15, POSTGRES_16, POSTGRES_17. Database Version Policies includes an up-to-date reference of supported versions.
|
38
37
|
:param pulumi.Input[str] host: The IPv4 address and port for the external server, or the the DNS address for the external server. If the external server is hosted on Cloud SQL, the port is 5432.
|
39
38
|
|
40
39
|
|
@@ -81,8 +80,7 @@ class SourceRepresentationInstanceArgs:
|
|
81
80
|
@pulumi.getter(name="databaseVersion")
|
82
81
|
def database_version(self) -> pulumi.Input[str]:
|
83
82
|
"""
|
84
|
-
The MySQL version
|
85
|
-
Possible values are: `MYSQL_5_6`, `MYSQL_5_7`, `MYSQL_8_0`, `POSTGRES_9_6`, `POSTGRES_10`, `POSTGRES_11`, `POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`.
|
83
|
+
The MySQL, PostgreSQL or SQL Server (beta) version to use. Supported values include MYSQL_5_6, MYSQL_5_7, MYSQL_8_0, MYSQL_8_4, POSTGRES_9_6, POSTGRES_10, POSTGRES_11, POSTGRES_12, POSTGRES_13, POSTGRES_14, POSTGRES_15, POSTGRES_16, POSTGRES_17. Database Version Policies includes an up-to-date reference of supported versions.
|
86
84
|
"""
|
87
85
|
return pulumi.get(self, "database_version")
|
88
86
|
|
@@ -250,8 +248,7 @@ class _SourceRepresentationInstanceState:
|
|
250
248
|
:param pulumi.Input[str] ca_certificate: The CA certificate on the external server. Include only if SSL/TLS is used on the external server.
|
251
249
|
:param pulumi.Input[str] client_certificate: The client certificate on the external server. Required only for server-client authentication. Include only if SSL/TLS is used on the external server.
|
252
250
|
:param pulumi.Input[str] client_key: The private key file for the client certificate on the external server. Required only for server-client authentication. Include only if SSL/TLS is used on the external server.
|
253
|
-
:param pulumi.Input[str] database_version: The MySQL version
|
254
|
-
Possible values are: `MYSQL_5_6`, `MYSQL_5_7`, `MYSQL_8_0`, `POSTGRES_9_6`, `POSTGRES_10`, `POSTGRES_11`, `POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`.
|
251
|
+
:param pulumi.Input[str] database_version: The MySQL, PostgreSQL or SQL Server (beta) version to use. Supported values include MYSQL_5_6, MYSQL_5_7, MYSQL_8_0, MYSQL_8_4, POSTGRES_9_6, POSTGRES_10, POSTGRES_11, POSTGRES_12, POSTGRES_13, POSTGRES_14, POSTGRES_15, POSTGRES_16, POSTGRES_17. Database Version Policies includes an up-to-date reference of supported versions.
|
255
252
|
:param pulumi.Input[str] dump_file_path: A file in the bucket that contains the data from the external server.
|
256
253
|
:param pulumi.Input[str] host: The IPv4 address and port for the external server, or the the DNS address for the external server. If the external server is hosted on Cloud SQL, the port is 5432.
|
257
254
|
|
@@ -333,8 +330,7 @@ class _SourceRepresentationInstanceState:
|
|
333
330
|
@pulumi.getter(name="databaseVersion")
|
334
331
|
def database_version(self) -> Optional[pulumi.Input[str]]:
|
335
332
|
"""
|
336
|
-
The MySQL version
|
337
|
-
Possible values are: `MYSQL_5_6`, `MYSQL_5_7`, `MYSQL_8_0`, `POSTGRES_9_6`, `POSTGRES_10`, `POSTGRES_11`, `POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`.
|
333
|
+
The MySQL, PostgreSQL or SQL Server (beta) version to use. Supported values include MYSQL_5_6, MYSQL_5_7, MYSQL_8_0, MYSQL_8_4, POSTGRES_9_6, POSTGRES_10, POSTGRES_11, POSTGRES_12, POSTGRES_13, POSTGRES_14, POSTGRES_15, POSTGRES_16, POSTGRES_17. Database Version Policies includes an up-to-date reference of supported versions.
|
338
334
|
"""
|
339
335
|
return pulumi.get(self, "database_version")
|
340
336
|
|
@@ -535,8 +531,7 @@ class SourceRepresentationInstance(pulumi.CustomResource):
|
|
535
531
|
:param pulumi.Input[str] ca_certificate: The CA certificate on the external server. Include only if SSL/TLS is used on the external server.
|
536
532
|
:param pulumi.Input[str] client_certificate: The client certificate on the external server. Required only for server-client authentication. Include only if SSL/TLS is used on the external server.
|
537
533
|
:param pulumi.Input[str] client_key: The private key file for the client certificate on the external server. Required only for server-client authentication. Include only if SSL/TLS is used on the external server.
|
538
|
-
:param pulumi.Input[str] database_version: The MySQL version
|
539
|
-
Possible values are: `MYSQL_5_6`, `MYSQL_5_7`, `MYSQL_8_0`, `POSTGRES_9_6`, `POSTGRES_10`, `POSTGRES_11`, `POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`.
|
534
|
+
:param pulumi.Input[str] database_version: The MySQL, PostgreSQL or SQL Server (beta) version to use. Supported values include MYSQL_5_6, MYSQL_5_7, MYSQL_8_0, MYSQL_8_4, POSTGRES_9_6, POSTGRES_10, POSTGRES_11, POSTGRES_12, POSTGRES_13, POSTGRES_14, POSTGRES_15, POSTGRES_16, POSTGRES_17. Database Version Policies includes an up-to-date reference of supported versions.
|
540
535
|
:param pulumi.Input[str] dump_file_path: A file in the bucket that contains the data from the external server.
|
541
536
|
:param pulumi.Input[str] host: The IPv4 address and port for the external server, or the the DNS address for the external server. If the external server is hosted on Cloud SQL, the port is 5432.
|
542
537
|
|
@@ -711,8 +706,7 @@ class SourceRepresentationInstance(pulumi.CustomResource):
|
|
711
706
|
:param pulumi.Input[str] ca_certificate: The CA certificate on the external server. Include only if SSL/TLS is used on the external server.
|
712
707
|
:param pulumi.Input[str] client_certificate: The client certificate on the external server. Required only for server-client authentication. Include only if SSL/TLS is used on the external server.
|
713
708
|
:param pulumi.Input[str] client_key: The private key file for the client certificate on the external server. Required only for server-client authentication. Include only if SSL/TLS is used on the external server.
|
714
|
-
:param pulumi.Input[str] database_version: The MySQL version
|
715
|
-
Possible values are: `MYSQL_5_6`, `MYSQL_5_7`, `MYSQL_8_0`, `POSTGRES_9_6`, `POSTGRES_10`, `POSTGRES_11`, `POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`.
|
709
|
+
:param pulumi.Input[str] database_version: The MySQL, PostgreSQL or SQL Server (beta) version to use. Supported values include MYSQL_5_6, MYSQL_5_7, MYSQL_8_0, MYSQL_8_4, POSTGRES_9_6, POSTGRES_10, POSTGRES_11, POSTGRES_12, POSTGRES_13, POSTGRES_14, POSTGRES_15, POSTGRES_16, POSTGRES_17. Database Version Policies includes an up-to-date reference of supported versions.
|
716
710
|
:param pulumi.Input[str] dump_file_path: A file in the bucket that contains the data from the external server.
|
717
711
|
:param pulumi.Input[str] host: The IPv4 address and port for the external server, or the the DNS address for the external server. If the external server is hosted on Cloud SQL, the port is 5432.
|
718
712
|
|
@@ -775,8 +769,7 @@ class SourceRepresentationInstance(pulumi.CustomResource):
|
|
775
769
|
@pulumi.getter(name="databaseVersion")
|
776
770
|
def database_version(self) -> pulumi.Output[str]:
|
777
771
|
"""
|
778
|
-
The MySQL version
|
779
|
-
Possible values are: `MYSQL_5_6`, `MYSQL_5_7`, `MYSQL_8_0`, `POSTGRES_9_6`, `POSTGRES_10`, `POSTGRES_11`, `POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`.
|
772
|
+
The MySQL, PostgreSQL or SQL Server (beta) version to use. Supported values include MYSQL_5_6, MYSQL_5_7, MYSQL_8_0, MYSQL_8_4, POSTGRES_9_6, POSTGRES_10, POSTGRES_11, POSTGRES_12, POSTGRES_13, POSTGRES_14, POSTGRES_15, POSTGRES_16, POSTGRES_17. Database Version Policies includes an up-to-date reference of supported versions.
|
780
773
|
"""
|
781
774
|
return pulumi.get(self, "database_version")
|
782
775
|
|
pulumi_gcp/transcoder/_inputs.py
CHANGED
@@ -682,7 +682,7 @@ if not MYPY:
|
|
682
682
|
Structure is documented below.
|
683
683
|
|
684
684
|
|
685
|
-
<a name="
|
685
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
686
686
|
"""
|
687
687
|
elif False:
|
688
688
|
JobConfigElementaryStreamVideoStreamArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -696,7 +696,7 @@ class JobConfigElementaryStreamVideoStreamArgs:
|
|
696
696
|
Structure is documented below.
|
697
697
|
|
698
698
|
|
699
|
-
<a name="
|
699
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
700
700
|
"""
|
701
701
|
if h264 is not None:
|
702
702
|
pulumi.set(__self__, "h264", h264)
|
@@ -709,7 +709,7 @@ class JobConfigElementaryStreamVideoStreamArgs:
|
|
709
709
|
Structure is documented below.
|
710
710
|
|
711
711
|
|
712
|
-
<a name="
|
712
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
713
713
|
"""
|
714
714
|
return pulumi.get(self, "h264")
|
715
715
|
|
@@ -2607,7 +2607,7 @@ if not MYPY:
|
|
2607
2607
|
Structure is documented below.
|
2608
2608
|
|
2609
2609
|
|
2610
|
-
<a name="
|
2610
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
2611
2611
|
"""
|
2612
2612
|
elif False:
|
2613
2613
|
JobTemplateConfigElementaryStreamVideoStreamArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -2621,7 +2621,7 @@ class JobTemplateConfigElementaryStreamVideoStreamArgs:
|
|
2621
2621
|
Structure is documented below.
|
2622
2622
|
|
2623
2623
|
|
2624
|
-
<a name="
|
2624
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
2625
2625
|
"""
|
2626
2626
|
if h264 is not None:
|
2627
2627
|
pulumi.set(__self__, "h264", h264)
|
@@ -2634,7 +2634,7 @@ class JobTemplateConfigElementaryStreamVideoStreamArgs:
|
|
2634
2634
|
Structure is documented below.
|
2635
2635
|
|
2636
2636
|
|
2637
|
-
<a name="
|
2637
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
2638
2638
|
"""
|
2639
2639
|
return pulumi.get(self, "h264")
|
2640
2640
|
|
pulumi_gcp/transcoder/outputs.py
CHANGED
@@ -510,7 +510,7 @@ class JobConfigElementaryStreamVideoStream(dict):
|
|
510
510
|
Structure is documented below.
|
511
511
|
|
512
512
|
|
513
|
-
<a name="
|
513
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
514
514
|
"""
|
515
515
|
if h264 is not None:
|
516
516
|
pulumi.set(__self__, "h264", h264)
|
@@ -523,7 +523,7 @@ class JobConfigElementaryStreamVideoStream(dict):
|
|
523
523
|
Structure is documented below.
|
524
524
|
|
525
525
|
|
526
|
-
<a name="
|
526
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
527
527
|
"""
|
528
528
|
return pulumi.get(self, "h264")
|
529
529
|
|
@@ -1929,7 +1929,7 @@ class JobTemplateConfigElementaryStreamVideoStream(dict):
|
|
1929
1929
|
Structure is documented below.
|
1930
1930
|
|
1931
1931
|
|
1932
|
-
<a name="
|
1932
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
1933
1933
|
"""
|
1934
1934
|
if h264 is not None:
|
1935
1935
|
pulumi.set(__self__, "h264", h264)
|
@@ -1942,7 +1942,7 @@ class JobTemplateConfigElementaryStreamVideoStream(dict):
|
|
1942
1942
|
Structure is documented below.
|
1943
1943
|
|
1944
1944
|
|
1945
|
-
<a name="
|
1945
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
1946
1946
|
"""
|
1947
1947
|
return pulumi.get(self, "h264")
|
1948
1948
|
|
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_60646",
|
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_9394",
|
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_60646",
|
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_9394",
|
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_11380",
|
622
|
+
name="tf-test_35305",
|
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_11380",
|
1067
|
+
name="tf-test_35305",
|
1068
1068
|
org_id="123456789",
|
1069
1069
|
billing_account="000000-0000000-0000000-000000",
|
1070
1070
|
deletion_policy="DELETE")
|