pulumi-gcp 7.26.0a1717544115__py3-none-any.whl → 7.26.0a1717690580__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 +56 -0
- pulumi_gcp/alloydb/_inputs.py +92 -0
- pulumi_gcp/alloydb/backup.py +12 -4
- pulumi_gcp/alloydb/cluster.py +72 -6
- pulumi_gcp/alloydb/instance.py +60 -2
- pulumi_gcp/alloydb/outputs.py +114 -0
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
- pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
- pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
- pulumi_gcp/bigquery/connection_iam_member.py +21 -7
- pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
- pulumi_gcp/bigquery/data_transfer_config.py +14 -7
- pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/_inputs.py +20 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
- pulumi_gcp/certificateauthority/certificate_template.py +157 -173
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
- pulumi_gcp/certificateauthority/outputs.py +20 -4
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/iam_binding.py +21 -7
- pulumi_gcp/cloudrun/iam_member.py +21 -7
- pulumi_gcp/cloudrun/iam_policy.py +21 -7
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/get_service.py +11 -1
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
- pulumi_gcp/cloudrunv2/service.py +47 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
- pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
- pulumi_gcp/compute/_inputs.py +18 -18
- pulumi_gcp/compute/outputs.py +20 -20
- pulumi_gcp/dataplex/__init__.py +5 -0
- pulumi_gcp/dataplex/_inputs.py +104 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +21 -7
- pulumi_gcp/dataplex/aspect_type_iam_member.py +21 -7
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
- pulumi_gcp/dataplex/entry_group_iam_binding.py +21 -7
- pulumi_gcp/dataplex/entry_group_iam_member.py +21 -7
- pulumi_gcp/dataplex/entry_group_iam_policy.py +21 -7
- pulumi_gcp/dataplex/entry_type.py +963 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +6 -2
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +6 -2
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
- pulumi_gcp/dataplex/outputs.py +76 -0
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataplex/task_iam_binding.py +21 -7
- pulumi_gcp/dataplex/task_iam_member.py +21 -7
- pulumi_gcp/dataplex/task_iam_policy.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
- pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
- pulumi_gcp/gkehub/feature_iam_member.py +21 -7
- pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
- pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
- pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
- pulumi_gcp/gkehub/membership_iam_member.py +21 -7
- pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
- 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/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/logging/__init__.py +4 -0
- pulumi_gcp/logging/_inputs.py +100 -0
- pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
- pulumi_gcp/logging/log_view_iam_binding.py +630 -0
- pulumi_gcp/logging/log_view_iam_member.py +630 -0
- pulumi_gcp/logging/log_view_iam_policy.py +449 -0
- pulumi_gcp/logging/outputs.py +76 -0
- pulumi_gcp/netapp/storage_pool.py +9 -9
- pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
- pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
- pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
- pulumi_gcp/notebooks/instance_iam_member.py +21 -7
- pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
- pulumi_gcp/pubsub/subscription.py +4 -4
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
- pulumi_gcp/sql/_inputs.py +2 -4
- pulumi_gcp/sql/outputs.py +6 -8
- pulumi_gcp/storage/_inputs.py +48 -0
- pulumi_gcp/storage/outputs.py +75 -0
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
- pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
- pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
- pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
- {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/RECORD +165 -156
- {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -3732,6 +3732,38 @@ _utilities.register(
|
|
3732
3732
|
"gcp:dataplex/entryGroupIamPolicy:EntryGroupIamPolicy": "EntryGroupIamPolicy"
|
3733
3733
|
}
|
3734
3734
|
},
|
3735
|
+
{
|
3736
|
+
"pkg": "gcp",
|
3737
|
+
"mod": "dataplex/entryType",
|
3738
|
+
"fqn": "pulumi_gcp.dataplex",
|
3739
|
+
"classes": {
|
3740
|
+
"gcp:dataplex/entryType:EntryType": "EntryType"
|
3741
|
+
}
|
3742
|
+
},
|
3743
|
+
{
|
3744
|
+
"pkg": "gcp",
|
3745
|
+
"mod": "dataplex/entryTypeIamBinding",
|
3746
|
+
"fqn": "pulumi_gcp.dataplex",
|
3747
|
+
"classes": {
|
3748
|
+
"gcp:dataplex/entryTypeIamBinding:EntryTypeIamBinding": "EntryTypeIamBinding"
|
3749
|
+
}
|
3750
|
+
},
|
3751
|
+
{
|
3752
|
+
"pkg": "gcp",
|
3753
|
+
"mod": "dataplex/entryTypeIamMember",
|
3754
|
+
"fqn": "pulumi_gcp.dataplex",
|
3755
|
+
"classes": {
|
3756
|
+
"gcp:dataplex/entryTypeIamMember:EntryTypeIamMember": "EntryTypeIamMember"
|
3757
|
+
}
|
3758
|
+
},
|
3759
|
+
{
|
3760
|
+
"pkg": "gcp",
|
3761
|
+
"mod": "dataplex/entryTypeIamPolicy",
|
3762
|
+
"fqn": "pulumi_gcp.dataplex",
|
3763
|
+
"classes": {
|
3764
|
+
"gcp:dataplex/entryTypeIamPolicy:EntryTypeIamPolicy": "EntryTypeIamPolicy"
|
3765
|
+
}
|
3766
|
+
},
|
3735
3767
|
{
|
3736
3768
|
"pkg": "gcp",
|
3737
3769
|
"mod": "dataplex/lake",
|
@@ -5676,6 +5708,30 @@ _utilities.register(
|
|
5676
5708
|
"gcp:logging/logView:LogView": "LogView"
|
5677
5709
|
}
|
5678
5710
|
},
|
5711
|
+
{
|
5712
|
+
"pkg": "gcp",
|
5713
|
+
"mod": "logging/logViewIamBinding",
|
5714
|
+
"fqn": "pulumi_gcp.logging",
|
5715
|
+
"classes": {
|
5716
|
+
"gcp:logging/logViewIamBinding:LogViewIamBinding": "LogViewIamBinding"
|
5717
|
+
}
|
5718
|
+
},
|
5719
|
+
{
|
5720
|
+
"pkg": "gcp",
|
5721
|
+
"mod": "logging/logViewIamMember",
|
5722
|
+
"fqn": "pulumi_gcp.logging",
|
5723
|
+
"classes": {
|
5724
|
+
"gcp:logging/logViewIamMember:LogViewIamMember": "LogViewIamMember"
|
5725
|
+
}
|
5726
|
+
},
|
5727
|
+
{
|
5728
|
+
"pkg": "gcp",
|
5729
|
+
"mod": "logging/logViewIamPolicy",
|
5730
|
+
"fqn": "pulumi_gcp.logging",
|
5731
|
+
"classes": {
|
5732
|
+
"gcp:logging/logViewIamPolicy:LogViewIamPolicy": "LogViewIamPolicy"
|
5733
|
+
}
|
5734
|
+
},
|
5679
5735
|
{
|
5680
5736
|
"pkg": "gcp",
|
5681
5737
|
"mod": "logging/metric",
|
pulumi_gcp/alloydb/_inputs.py
CHANGED
@@ -32,6 +32,7 @@ __all__ = [
|
|
32
32
|
'ClusterMaintenanceUpdatePolicyMaintenanceWindowStartTimeArgs',
|
33
33
|
'ClusterMigrationSourceArgs',
|
34
34
|
'ClusterNetworkConfigArgs',
|
35
|
+
'ClusterPscConfigArgs',
|
35
36
|
'ClusterRestoreBackupSourceArgs',
|
36
37
|
'ClusterRestoreContinuousBackupSourceArgs',
|
37
38
|
'ClusterSecondaryConfigArgs',
|
@@ -40,6 +41,7 @@ __all__ = [
|
|
40
41
|
'InstanceMachineConfigArgs',
|
41
42
|
'InstanceNetworkConfigArgs',
|
42
43
|
'InstanceNetworkConfigAuthorizedExternalNetworkArgs',
|
44
|
+
'InstancePscInstanceConfigArgs',
|
43
45
|
'InstanceQueryInsightsConfigArgs',
|
44
46
|
'InstanceReadPoolConfigArgs',
|
45
47
|
]
|
@@ -1053,6 +1055,29 @@ class ClusterNetworkConfigArgs:
|
|
1053
1055
|
pulumi.set(self, "network", value)
|
1054
1056
|
|
1055
1057
|
|
1058
|
+
@pulumi.input_type
|
1059
|
+
class ClusterPscConfigArgs:
|
1060
|
+
def __init__(__self__, *,
|
1061
|
+
psc_enabled: Optional[pulumi.Input[bool]] = None):
|
1062
|
+
"""
|
1063
|
+
:param pulumi.Input[bool] psc_enabled: Create an instance that allows connections from Private Service Connect endpoints to the instance.
|
1064
|
+
"""
|
1065
|
+
if psc_enabled is not None:
|
1066
|
+
pulumi.set(__self__, "psc_enabled", psc_enabled)
|
1067
|
+
|
1068
|
+
@property
|
1069
|
+
@pulumi.getter(name="pscEnabled")
|
1070
|
+
def psc_enabled(self) -> Optional[pulumi.Input[bool]]:
|
1071
|
+
"""
|
1072
|
+
Create an instance that allows connections from Private Service Connect endpoints to the instance.
|
1073
|
+
"""
|
1074
|
+
return pulumi.get(self, "psc_enabled")
|
1075
|
+
|
1076
|
+
@psc_enabled.setter
|
1077
|
+
def psc_enabled(self, value: Optional[pulumi.Input[bool]]):
|
1078
|
+
pulumi.set(self, "psc_enabled", value)
|
1079
|
+
|
1080
|
+
|
1056
1081
|
@pulumi.input_type
|
1057
1082
|
class ClusterRestoreBackupSourceArgs:
|
1058
1083
|
def __init__(__self__, *,
|
@@ -1297,6 +1322,73 @@ class InstanceNetworkConfigAuthorizedExternalNetworkArgs:
|
|
1297
1322
|
pulumi.set(self, "cidr_range", value)
|
1298
1323
|
|
1299
1324
|
|
1325
|
+
@pulumi.input_type
|
1326
|
+
class InstancePscInstanceConfigArgs:
|
1327
|
+
def __init__(__self__, *,
|
1328
|
+
allowed_consumer_projects: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1329
|
+
psc_dns_name: Optional[pulumi.Input[str]] = None,
|
1330
|
+
service_attachment_link: Optional[pulumi.Input[str]] = None):
|
1331
|
+
"""
|
1332
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_consumer_projects: List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
|
1333
|
+
These should be specified as project numbers only.
|
1334
|
+
:param pulumi.Input[str] psc_dns_name: (Output)
|
1335
|
+
The DNS name of the instance for PSC connectivity.
|
1336
|
+
Name convention: <uid>.<uid>.<region>.alloydb-psc.goog
|
1337
|
+
:param pulumi.Input[str] service_attachment_link: (Output)
|
1338
|
+
The service attachment created when Private Service Connect (PSC) is enabled for the instance.
|
1339
|
+
The name of the resource will be in the format of
|
1340
|
+
`projects/<alloydb-tenant-project-number>/regions/<region-name>/serviceAttachments/<service-attachment-name>`
|
1341
|
+
"""
|
1342
|
+
if allowed_consumer_projects is not None:
|
1343
|
+
pulumi.set(__self__, "allowed_consumer_projects", allowed_consumer_projects)
|
1344
|
+
if psc_dns_name is not None:
|
1345
|
+
pulumi.set(__self__, "psc_dns_name", psc_dns_name)
|
1346
|
+
if service_attachment_link is not None:
|
1347
|
+
pulumi.set(__self__, "service_attachment_link", service_attachment_link)
|
1348
|
+
|
1349
|
+
@property
|
1350
|
+
@pulumi.getter(name="allowedConsumerProjects")
|
1351
|
+
def allowed_consumer_projects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1352
|
+
"""
|
1353
|
+
List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
|
1354
|
+
These should be specified as project numbers only.
|
1355
|
+
"""
|
1356
|
+
return pulumi.get(self, "allowed_consumer_projects")
|
1357
|
+
|
1358
|
+
@allowed_consumer_projects.setter
|
1359
|
+
def allowed_consumer_projects(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1360
|
+
pulumi.set(self, "allowed_consumer_projects", value)
|
1361
|
+
|
1362
|
+
@property
|
1363
|
+
@pulumi.getter(name="pscDnsName")
|
1364
|
+
def psc_dns_name(self) -> Optional[pulumi.Input[str]]:
|
1365
|
+
"""
|
1366
|
+
(Output)
|
1367
|
+
The DNS name of the instance for PSC connectivity.
|
1368
|
+
Name convention: <uid>.<uid>.<region>.alloydb-psc.goog
|
1369
|
+
"""
|
1370
|
+
return pulumi.get(self, "psc_dns_name")
|
1371
|
+
|
1372
|
+
@psc_dns_name.setter
|
1373
|
+
def psc_dns_name(self, value: Optional[pulumi.Input[str]]):
|
1374
|
+
pulumi.set(self, "psc_dns_name", value)
|
1375
|
+
|
1376
|
+
@property
|
1377
|
+
@pulumi.getter(name="serviceAttachmentLink")
|
1378
|
+
def service_attachment_link(self) -> Optional[pulumi.Input[str]]:
|
1379
|
+
"""
|
1380
|
+
(Output)
|
1381
|
+
The service attachment created when Private Service Connect (PSC) is enabled for the instance.
|
1382
|
+
The name of the resource will be in the format of
|
1383
|
+
`projects/<alloydb-tenant-project-number>/regions/<region-name>/serviceAttachments/<service-attachment-name>`
|
1384
|
+
"""
|
1385
|
+
return pulumi.get(self, "service_attachment_link")
|
1386
|
+
|
1387
|
+
@service_attachment_link.setter
|
1388
|
+
def service_attachment_link(self, value: Optional[pulumi.Input[str]]):
|
1389
|
+
pulumi.set(self, "service_attachment_link", value)
|
1390
|
+
|
1391
|
+
|
1300
1392
|
@pulumi.input_type
|
1301
1393
|
class InstanceQueryInsightsConfigArgs:
|
1302
1394
|
def __init__(__self__, *,
|
pulumi_gcp/alloydb/backup.py
CHANGED
@@ -705,7 +705,9 @@ class Backup(pulumi.CustomResource):
|
|
705
705
|
default_cluster = gcp.alloydb.Cluster("default",
|
706
706
|
cluster_id="alloydb-cluster",
|
707
707
|
location="us-central1",
|
708
|
-
|
708
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
709
|
+
network=default_network.id,
|
710
|
+
))
|
709
711
|
private_ip_alloc = gcp.compute.GlobalAddress("private_ip_alloc",
|
710
712
|
name="alloydb-cluster",
|
711
713
|
address_type="INTERNAL",
|
@@ -737,7 +739,9 @@ class Backup(pulumi.CustomResource):
|
|
737
739
|
default_cluster = gcp.alloydb.Cluster("default",
|
738
740
|
cluster_id="alloydb-cluster",
|
739
741
|
location="us-central1",
|
740
|
-
|
742
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
743
|
+
network=default_network.id,
|
744
|
+
))
|
741
745
|
private_ip_alloc = gcp.compute.GlobalAddress("private_ip_alloc",
|
742
746
|
name="alloydb-cluster",
|
743
747
|
address_type="INTERNAL",
|
@@ -842,7 +846,9 @@ class Backup(pulumi.CustomResource):
|
|
842
846
|
default_cluster = gcp.alloydb.Cluster("default",
|
843
847
|
cluster_id="alloydb-cluster",
|
844
848
|
location="us-central1",
|
845
|
-
|
849
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
850
|
+
network=default_network.id,
|
851
|
+
))
|
846
852
|
private_ip_alloc = gcp.compute.GlobalAddress("private_ip_alloc",
|
847
853
|
name="alloydb-cluster",
|
848
854
|
address_type="INTERNAL",
|
@@ -874,7 +880,9 @@ class Backup(pulumi.CustomResource):
|
|
874
880
|
default_cluster = gcp.alloydb.Cluster("default",
|
875
881
|
cluster_id="alloydb-cluster",
|
876
882
|
location="us-central1",
|
877
|
-
|
883
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
884
|
+
network=default_network.id,
|
885
|
+
))
|
878
886
|
private_ip_alloc = gcp.compute.GlobalAddress("private_ip_alloc",
|
879
887
|
name="alloydb-cluster",
|
880
888
|
address_type="INTERNAL",
|
pulumi_gcp/alloydb/cluster.py
CHANGED
@@ -33,6 +33,7 @@ class ClusterArgs:
|
|
33
33
|
network: Optional[pulumi.Input[str]] = None,
|
34
34
|
network_config: Optional[pulumi.Input['ClusterNetworkConfigArgs']] = None,
|
35
35
|
project: Optional[pulumi.Input[str]] = None,
|
36
|
+
psc_config: Optional[pulumi.Input['ClusterPscConfigArgs']] = None,
|
36
37
|
restore_backup_source: Optional[pulumi.Input['ClusterRestoreBackupSourceArgs']] = None,
|
37
38
|
restore_continuous_backup_source: Optional[pulumi.Input['ClusterRestoreContinuousBackupSourceArgs']] = None,
|
38
39
|
secondary_config: Optional[pulumi.Input['ClusterSecondaryConfigArgs']] = None):
|
@@ -80,6 +81,8 @@ class ClusterArgs:
|
|
80
81
|
Structure is documented below.
|
81
82
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
82
83
|
If it is not provided, the provider project is used.
|
84
|
+
:param pulumi.Input['ClusterPscConfigArgs'] psc_config: Configuration for Private Service Connect (PSC) for the cluster.
|
85
|
+
Structure is documented below.
|
83
86
|
:param pulumi.Input['ClusterRestoreBackupSourceArgs'] restore_backup_source: The source when restoring from a backup. Conflicts with 'restore_continuous_backup_source', both can't be set together.
|
84
87
|
Structure is documented below.
|
85
88
|
:param pulumi.Input['ClusterRestoreContinuousBackupSourceArgs'] restore_continuous_backup_source: The source when restoring via point in time recovery (PITR). Conflicts with 'restore_backup_source', both can't be set together.
|
@@ -122,6 +125,8 @@ class ClusterArgs:
|
|
122
125
|
pulumi.set(__self__, "network_config", network_config)
|
123
126
|
if project is not None:
|
124
127
|
pulumi.set(__self__, "project", project)
|
128
|
+
if psc_config is not None:
|
129
|
+
pulumi.set(__self__, "psc_config", psc_config)
|
125
130
|
if restore_backup_source is not None:
|
126
131
|
pulumi.set(__self__, "restore_backup_source", restore_backup_source)
|
127
132
|
if restore_continuous_backup_source is not None:
|
@@ -361,6 +366,19 @@ class ClusterArgs:
|
|
361
366
|
def project(self, value: Optional[pulumi.Input[str]]):
|
362
367
|
pulumi.set(self, "project", value)
|
363
368
|
|
369
|
+
@property
|
370
|
+
@pulumi.getter(name="pscConfig")
|
371
|
+
def psc_config(self) -> Optional[pulumi.Input['ClusterPscConfigArgs']]:
|
372
|
+
"""
|
373
|
+
Configuration for Private Service Connect (PSC) for the cluster.
|
374
|
+
Structure is documented below.
|
375
|
+
"""
|
376
|
+
return pulumi.get(self, "psc_config")
|
377
|
+
|
378
|
+
@psc_config.setter
|
379
|
+
def psc_config(self, value: Optional[pulumi.Input['ClusterPscConfigArgs']]):
|
380
|
+
pulumi.set(self, "psc_config", value)
|
381
|
+
|
364
382
|
@property
|
365
383
|
@pulumi.getter(name="restoreBackupSource")
|
366
384
|
def restore_backup_source(self) -> Optional[pulumi.Input['ClusterRestoreBackupSourceArgs']]:
|
@@ -428,6 +446,7 @@ class _ClusterState:
|
|
428
446
|
network: Optional[pulumi.Input[str]] = None,
|
429
447
|
network_config: Optional[pulumi.Input['ClusterNetworkConfigArgs']] = None,
|
430
448
|
project: Optional[pulumi.Input[str]] = None,
|
449
|
+
psc_config: Optional[pulumi.Input['ClusterPscConfigArgs']] = None,
|
431
450
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
432
451
|
reconciling: Optional[pulumi.Input[bool]] = None,
|
433
452
|
restore_backup_source: Optional[pulumi.Input['ClusterRestoreBackupSourceArgs']] = None,
|
@@ -490,6 +509,8 @@ class _ClusterState:
|
|
490
509
|
Structure is documented below.
|
491
510
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
492
511
|
If it is not provided, the provider project is used.
|
512
|
+
:param pulumi.Input['ClusterPscConfigArgs'] psc_config: Configuration for Private Service Connect (PSC) for the cluster.
|
513
|
+
Structure is documented below.
|
493
514
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
494
515
|
and default labels configured on the provider.
|
495
516
|
:param pulumi.Input[bool] reconciling: Output only. Reconciling (https://google.aip.dev/128#reconciliation).
|
@@ -555,6 +576,8 @@ class _ClusterState:
|
|
555
576
|
pulumi.set(__self__, "network_config", network_config)
|
556
577
|
if project is not None:
|
557
578
|
pulumi.set(__self__, "project", project)
|
579
|
+
if psc_config is not None:
|
580
|
+
pulumi.set(__self__, "psc_config", psc_config)
|
558
581
|
if pulumi_labels is not None:
|
559
582
|
pulumi.set(__self__, "pulumi_labels", pulumi_labels)
|
560
583
|
if reconciling is not None:
|
@@ -888,6 +911,19 @@ class _ClusterState:
|
|
888
911
|
def project(self, value: Optional[pulumi.Input[str]]):
|
889
912
|
pulumi.set(self, "project", value)
|
890
913
|
|
914
|
+
@property
|
915
|
+
@pulumi.getter(name="pscConfig")
|
916
|
+
def psc_config(self) -> Optional[pulumi.Input['ClusterPscConfigArgs']]:
|
917
|
+
"""
|
918
|
+
Configuration for Private Service Connect (PSC) for the cluster.
|
919
|
+
Structure is documented below.
|
920
|
+
"""
|
921
|
+
return pulumi.get(self, "psc_config")
|
922
|
+
|
923
|
+
@psc_config.setter
|
924
|
+
def psc_config(self, value: Optional[pulumi.Input['ClusterPscConfigArgs']]):
|
925
|
+
pulumi.set(self, "psc_config", value)
|
926
|
+
|
891
927
|
@property
|
892
928
|
@pulumi.getter(name="pulumiLabels")
|
893
929
|
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -1001,6 +1037,7 @@ class Cluster(pulumi.CustomResource):
|
|
1001
1037
|
network: Optional[pulumi.Input[str]] = None,
|
1002
1038
|
network_config: Optional[pulumi.Input[pulumi.InputType['ClusterNetworkConfigArgs']]] = None,
|
1003
1039
|
project: Optional[pulumi.Input[str]] = None,
|
1040
|
+
psc_config: Optional[pulumi.Input[pulumi.InputType['ClusterPscConfigArgs']]] = None,
|
1004
1041
|
restore_backup_source: Optional[pulumi.Input[pulumi.InputType['ClusterRestoreBackupSourceArgs']]] = None,
|
1005
1042
|
restore_continuous_backup_source: Optional[pulumi.Input[pulumi.InputType['ClusterRestoreContinuousBackupSourceArgs']]] = None,
|
1006
1043
|
secondary_config: Optional[pulumi.Input[pulumi.InputType['ClusterSecondaryConfigArgs']]] = None,
|
@@ -1030,7 +1067,9 @@ class Cluster(pulumi.CustomResource):
|
|
1030
1067
|
default = gcp.alloydb.Cluster("default",
|
1031
1068
|
cluster_id="alloydb-cluster",
|
1032
1069
|
location="us-central1",
|
1033
|
-
|
1070
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
1071
|
+
network=default_network.id,
|
1072
|
+
))
|
1034
1073
|
project = gcp.organizations.get_project()
|
1035
1074
|
```
|
1036
1075
|
### Alloydb Cluster Full
|
@@ -1043,7 +1082,9 @@ class Cluster(pulumi.CustomResource):
|
|
1043
1082
|
full = gcp.alloydb.Cluster("full",
|
1044
1083
|
cluster_id="alloydb-cluster-full",
|
1045
1084
|
location="us-central1",
|
1046
|
-
|
1085
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
1086
|
+
network=default.id,
|
1087
|
+
),
|
1047
1088
|
database_version="POSTGRES_15",
|
1048
1089
|
initial_user=gcp.alloydb.ClusterInitialUserArgs(
|
1049
1090
|
user="alloydb-cluster-full",
|
@@ -1118,7 +1159,9 @@ class Cluster(pulumi.CustomResource):
|
|
1118
1159
|
restored_from_backup = gcp.alloydb.Cluster("restored_from_backup",
|
1119
1160
|
cluster_id="alloydb-backup-restored",
|
1120
1161
|
location="us-central1",
|
1121
|
-
|
1162
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
1163
|
+
network=default.id,
|
1164
|
+
),
|
1122
1165
|
restore_backup_source=gcp.alloydb.ClusterRestoreBackupSourceArgs(
|
1123
1166
|
backup_name=source_backup.name,
|
1124
1167
|
))
|
@@ -1250,6 +1293,8 @@ class Cluster(pulumi.CustomResource):
|
|
1250
1293
|
Structure is documented below.
|
1251
1294
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
1252
1295
|
If it is not provided, the provider project is used.
|
1296
|
+
:param pulumi.Input[pulumi.InputType['ClusterPscConfigArgs']] psc_config: Configuration for Private Service Connect (PSC) for the cluster.
|
1297
|
+
Structure is documented below.
|
1253
1298
|
:param pulumi.Input[pulumi.InputType['ClusterRestoreBackupSourceArgs']] restore_backup_source: The source when restoring from a backup. Conflicts with 'restore_continuous_backup_source', both can't be set together.
|
1254
1299
|
Structure is documented below.
|
1255
1300
|
:param pulumi.Input[pulumi.InputType['ClusterRestoreContinuousBackupSourceArgs']] restore_continuous_backup_source: The source when restoring via point in time recovery (PITR). Conflicts with 'restore_backup_source', both can't be set together.
|
@@ -1288,7 +1333,9 @@ class Cluster(pulumi.CustomResource):
|
|
1288
1333
|
default = gcp.alloydb.Cluster("default",
|
1289
1334
|
cluster_id="alloydb-cluster",
|
1290
1335
|
location="us-central1",
|
1291
|
-
|
1336
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
1337
|
+
network=default_network.id,
|
1338
|
+
))
|
1292
1339
|
project = gcp.organizations.get_project()
|
1293
1340
|
```
|
1294
1341
|
### Alloydb Cluster Full
|
@@ -1301,7 +1348,9 @@ class Cluster(pulumi.CustomResource):
|
|
1301
1348
|
full = gcp.alloydb.Cluster("full",
|
1302
1349
|
cluster_id="alloydb-cluster-full",
|
1303
1350
|
location="us-central1",
|
1304
|
-
|
1351
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
1352
|
+
network=default.id,
|
1353
|
+
),
|
1305
1354
|
database_version="POSTGRES_15",
|
1306
1355
|
initial_user=gcp.alloydb.ClusterInitialUserArgs(
|
1307
1356
|
user="alloydb-cluster-full",
|
@@ -1376,7 +1425,9 @@ class Cluster(pulumi.CustomResource):
|
|
1376
1425
|
restored_from_backup = gcp.alloydb.Cluster("restored_from_backup",
|
1377
1426
|
cluster_id="alloydb-backup-restored",
|
1378
1427
|
location="us-central1",
|
1379
|
-
|
1428
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
1429
|
+
network=default.id,
|
1430
|
+
),
|
1380
1431
|
restore_backup_source=gcp.alloydb.ClusterRestoreBackupSourceArgs(
|
1381
1432
|
backup_name=source_backup.name,
|
1382
1433
|
))
|
@@ -1496,6 +1547,7 @@ class Cluster(pulumi.CustomResource):
|
|
1496
1547
|
network: Optional[pulumi.Input[str]] = None,
|
1497
1548
|
network_config: Optional[pulumi.Input[pulumi.InputType['ClusterNetworkConfigArgs']]] = None,
|
1498
1549
|
project: Optional[pulumi.Input[str]] = None,
|
1550
|
+
psc_config: Optional[pulumi.Input[pulumi.InputType['ClusterPscConfigArgs']]] = None,
|
1499
1551
|
restore_backup_source: Optional[pulumi.Input[pulumi.InputType['ClusterRestoreBackupSourceArgs']]] = None,
|
1500
1552
|
restore_continuous_backup_source: Optional[pulumi.Input[pulumi.InputType['ClusterRestoreContinuousBackupSourceArgs']]] = None,
|
1501
1553
|
secondary_config: Optional[pulumi.Input[pulumi.InputType['ClusterSecondaryConfigArgs']]] = None,
|
@@ -1529,6 +1581,7 @@ class Cluster(pulumi.CustomResource):
|
|
1529
1581
|
__props__.__dict__["network"] = network
|
1530
1582
|
__props__.__dict__["network_config"] = network_config
|
1531
1583
|
__props__.__dict__["project"] = project
|
1584
|
+
__props__.__dict__["psc_config"] = psc_config
|
1532
1585
|
__props__.__dict__["restore_backup_source"] = restore_backup_source
|
1533
1586
|
__props__.__dict__["restore_continuous_backup_source"] = restore_continuous_backup_source
|
1534
1587
|
__props__.__dict__["secondary_config"] = secondary_config
|
@@ -1579,6 +1632,7 @@ class Cluster(pulumi.CustomResource):
|
|
1579
1632
|
network: Optional[pulumi.Input[str]] = None,
|
1580
1633
|
network_config: Optional[pulumi.Input[pulumi.InputType['ClusterNetworkConfigArgs']]] = None,
|
1581
1634
|
project: Optional[pulumi.Input[str]] = None,
|
1635
|
+
psc_config: Optional[pulumi.Input[pulumi.InputType['ClusterPscConfigArgs']]] = None,
|
1582
1636
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1583
1637
|
reconciling: Optional[pulumi.Input[bool]] = None,
|
1584
1638
|
restore_backup_source: Optional[pulumi.Input[pulumi.InputType['ClusterRestoreBackupSourceArgs']]] = None,
|
@@ -1646,6 +1700,8 @@ class Cluster(pulumi.CustomResource):
|
|
1646
1700
|
Structure is documented below.
|
1647
1701
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
1648
1702
|
If it is not provided, the provider project is used.
|
1703
|
+
:param pulumi.Input[pulumi.InputType['ClusterPscConfigArgs']] psc_config: Configuration for Private Service Connect (PSC) for the cluster.
|
1704
|
+
Structure is documented below.
|
1649
1705
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
1650
1706
|
and default labels configured on the provider.
|
1651
1707
|
:param pulumi.Input[bool] reconciling: Output only. Reconciling (https://google.aip.dev/128#reconciliation).
|
@@ -1688,6 +1744,7 @@ class Cluster(pulumi.CustomResource):
|
|
1688
1744
|
__props__.__dict__["network"] = network
|
1689
1745
|
__props__.__dict__["network_config"] = network_config
|
1690
1746
|
__props__.__dict__["project"] = project
|
1747
|
+
__props__.__dict__["psc_config"] = psc_config
|
1691
1748
|
__props__.__dict__["pulumi_labels"] = pulumi_labels
|
1692
1749
|
__props__.__dict__["reconciling"] = reconciling
|
1693
1750
|
__props__.__dict__["restore_backup_source"] = restore_backup_source
|
@@ -1919,6 +1976,15 @@ class Cluster(pulumi.CustomResource):
|
|
1919
1976
|
"""
|
1920
1977
|
return pulumi.get(self, "project")
|
1921
1978
|
|
1979
|
+
@property
|
1980
|
+
@pulumi.getter(name="pscConfig")
|
1981
|
+
def psc_config(self) -> pulumi.Output[Optional['outputs.ClusterPscConfig']]:
|
1982
|
+
"""
|
1983
|
+
Configuration for Private Service Connect (PSC) for the cluster.
|
1984
|
+
Structure is documented below.
|
1985
|
+
"""
|
1986
|
+
return pulumi.get(self, "psc_config")
|
1987
|
+
|
1922
1988
|
@property
|
1923
1989
|
@pulumi.getter(name="pulumiLabels")
|
1924
1990
|
def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
pulumi_gcp/alloydb/instance.py
CHANGED
@@ -28,6 +28,7 @@ class InstanceArgs:
|
|
28
28
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
29
29
|
machine_config: Optional[pulumi.Input['InstanceMachineConfigArgs']] = None,
|
30
30
|
network_config: Optional[pulumi.Input['InstanceNetworkConfigArgs']] = None,
|
31
|
+
psc_instance_config: Optional[pulumi.Input['InstancePscInstanceConfigArgs']] = None,
|
31
32
|
query_insights_config: Optional[pulumi.Input['InstanceQueryInsightsConfigArgs']] = None,
|
32
33
|
read_pool_config: Optional[pulumi.Input['InstanceReadPoolConfigArgs']] = None):
|
33
34
|
"""
|
@@ -60,6 +61,8 @@ class InstanceArgs:
|
|
60
61
|
Structure is documented below.
|
61
62
|
:param pulumi.Input['InstanceNetworkConfigArgs'] network_config: Instance level network configuration.
|
62
63
|
Structure is documented below.
|
64
|
+
:param pulumi.Input['InstancePscInstanceConfigArgs'] psc_instance_config: Configuration for Private Service Connect (PSC) for the instance.
|
65
|
+
Structure is documented below.
|
63
66
|
:param pulumi.Input['InstanceQueryInsightsConfigArgs'] query_insights_config: Configuration for query insights.
|
64
67
|
Structure is documented below.
|
65
68
|
:param pulumi.Input['InstanceReadPoolConfigArgs'] read_pool_config: Read pool specific config. If the instance type is READ_POOL, this configuration must be provided.
|
@@ -86,6 +89,8 @@ class InstanceArgs:
|
|
86
89
|
pulumi.set(__self__, "machine_config", machine_config)
|
87
90
|
if network_config is not None:
|
88
91
|
pulumi.set(__self__, "network_config", network_config)
|
92
|
+
if psc_instance_config is not None:
|
93
|
+
pulumi.set(__self__, "psc_instance_config", psc_instance_config)
|
89
94
|
if query_insights_config is not None:
|
90
95
|
pulumi.set(__self__, "query_insights_config", query_insights_config)
|
91
96
|
if read_pool_config is not None:
|
@@ -249,6 +254,19 @@ class InstanceArgs:
|
|
249
254
|
def network_config(self, value: Optional[pulumi.Input['InstanceNetworkConfigArgs']]):
|
250
255
|
pulumi.set(self, "network_config", value)
|
251
256
|
|
257
|
+
@property
|
258
|
+
@pulumi.getter(name="pscInstanceConfig")
|
259
|
+
def psc_instance_config(self) -> Optional[pulumi.Input['InstancePscInstanceConfigArgs']]:
|
260
|
+
"""
|
261
|
+
Configuration for Private Service Connect (PSC) for the instance.
|
262
|
+
Structure is documented below.
|
263
|
+
"""
|
264
|
+
return pulumi.get(self, "psc_instance_config")
|
265
|
+
|
266
|
+
@psc_instance_config.setter
|
267
|
+
def psc_instance_config(self, value: Optional[pulumi.Input['InstancePscInstanceConfigArgs']]):
|
268
|
+
pulumi.set(self, "psc_instance_config", value)
|
269
|
+
|
252
270
|
@property
|
253
271
|
@pulumi.getter(name="queryInsightsConfig")
|
254
272
|
def query_insights_config(self) -> Optional[pulumi.Input['InstanceQueryInsightsConfigArgs']]:
|
@@ -296,6 +314,7 @@ class _InstanceState:
|
|
296
314
|
machine_config: Optional[pulumi.Input['InstanceMachineConfigArgs']] = None,
|
297
315
|
name: Optional[pulumi.Input[str]] = None,
|
298
316
|
network_config: Optional[pulumi.Input['InstanceNetworkConfigArgs']] = None,
|
317
|
+
psc_instance_config: Optional[pulumi.Input['InstancePscInstanceConfigArgs']] = None,
|
299
318
|
public_ip_address: Optional[pulumi.Input[str]] = None,
|
300
319
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
301
320
|
query_insights_config: Optional[pulumi.Input['InstanceQueryInsightsConfigArgs']] = None,
|
@@ -338,6 +357,8 @@ class _InstanceState:
|
|
338
357
|
:param pulumi.Input[str] name: The name of the instance resource.
|
339
358
|
:param pulumi.Input['InstanceNetworkConfigArgs'] network_config: Instance level network configuration.
|
340
359
|
Structure is documented below.
|
360
|
+
:param pulumi.Input['InstancePscInstanceConfigArgs'] psc_instance_config: Configuration for Private Service Connect (PSC) for the instance.
|
361
|
+
Structure is documented below.
|
341
362
|
:param pulumi.Input[str] public_ip_address: The public IP addresses for the Instance. This is available ONLY when
|
342
363
|
networkConfig.enablePublicIp is set to true. This is the connection
|
343
364
|
endpoint for an end-user application.
|
@@ -386,6 +407,8 @@ class _InstanceState:
|
|
386
407
|
pulumi.set(__self__, "name", name)
|
387
408
|
if network_config is not None:
|
388
409
|
pulumi.set(__self__, "network_config", network_config)
|
410
|
+
if psc_instance_config is not None:
|
411
|
+
pulumi.set(__self__, "psc_instance_config", psc_instance_config)
|
389
412
|
if public_ip_address is not None:
|
390
413
|
pulumi.set(__self__, "public_ip_address", public_ip_address)
|
391
414
|
if pulumi_labels is not None:
|
@@ -618,6 +641,19 @@ class _InstanceState:
|
|
618
641
|
def network_config(self, value: Optional[pulumi.Input['InstanceNetworkConfigArgs']]):
|
619
642
|
pulumi.set(self, "network_config", value)
|
620
643
|
|
644
|
+
@property
|
645
|
+
@pulumi.getter(name="pscInstanceConfig")
|
646
|
+
def psc_instance_config(self) -> Optional[pulumi.Input['InstancePscInstanceConfigArgs']]:
|
647
|
+
"""
|
648
|
+
Configuration for Private Service Connect (PSC) for the instance.
|
649
|
+
Structure is documented below.
|
650
|
+
"""
|
651
|
+
return pulumi.get(self, "psc_instance_config")
|
652
|
+
|
653
|
+
@psc_instance_config.setter
|
654
|
+
def psc_instance_config(self, value: Optional[pulumi.Input['InstancePscInstanceConfigArgs']]):
|
655
|
+
pulumi.set(self, "psc_instance_config", value)
|
656
|
+
|
621
657
|
@property
|
622
658
|
@pulumi.getter(name="publicIpAddress")
|
623
659
|
def public_ip_address(self) -> Optional[pulumi.Input[str]]:
|
@@ -737,6 +773,7 @@ class Instance(pulumi.CustomResource):
|
|
737
773
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
738
774
|
machine_config: Optional[pulumi.Input[pulumi.InputType['InstanceMachineConfigArgs']]] = None,
|
739
775
|
network_config: Optional[pulumi.Input[pulumi.InputType['InstanceNetworkConfigArgs']]] = None,
|
776
|
+
psc_instance_config: Optional[pulumi.Input[pulumi.InputType['InstancePscInstanceConfigArgs']]] = None,
|
740
777
|
query_insights_config: Optional[pulumi.Input[pulumi.InputType['InstanceQueryInsightsConfigArgs']]] = None,
|
741
778
|
read_pool_config: Optional[pulumi.Input[pulumi.InputType['InstanceReadPoolConfigArgs']]] = None,
|
742
779
|
__props__=None):
|
@@ -753,7 +790,9 @@ class Instance(pulumi.CustomResource):
|
|
753
790
|
default_cluster = gcp.alloydb.Cluster("default",
|
754
791
|
cluster_id="alloydb-cluster",
|
755
792
|
location="us-central1",
|
756
|
-
|
793
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
794
|
+
network=default_network.id,
|
795
|
+
),
|
757
796
|
initial_user=gcp.alloydb.ClusterInitialUserArgs(
|
758
797
|
password="alloydb-cluster",
|
759
798
|
))
|
@@ -884,6 +923,8 @@ class Instance(pulumi.CustomResource):
|
|
884
923
|
Structure is documented below.
|
885
924
|
:param pulumi.Input[pulumi.InputType['InstanceNetworkConfigArgs']] network_config: Instance level network configuration.
|
886
925
|
Structure is documented below.
|
926
|
+
:param pulumi.Input[pulumi.InputType['InstancePscInstanceConfigArgs']] psc_instance_config: Configuration for Private Service Connect (PSC) for the instance.
|
927
|
+
Structure is documented below.
|
887
928
|
:param pulumi.Input[pulumi.InputType['InstanceQueryInsightsConfigArgs']] query_insights_config: Configuration for query insights.
|
888
929
|
Structure is documented below.
|
889
930
|
:param pulumi.Input[pulumi.InputType['InstanceReadPoolConfigArgs']] read_pool_config: Read pool specific config. If the instance type is READ_POOL, this configuration must be provided.
|
@@ -908,7 +949,9 @@ class Instance(pulumi.CustomResource):
|
|
908
949
|
default_cluster = gcp.alloydb.Cluster("default",
|
909
950
|
cluster_id="alloydb-cluster",
|
910
951
|
location="us-central1",
|
911
|
-
|
952
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
953
|
+
network=default_network.id,
|
954
|
+
),
|
912
955
|
initial_user=gcp.alloydb.ClusterInitialUserArgs(
|
913
956
|
password="alloydb-cluster",
|
914
957
|
))
|
@@ -1036,6 +1079,7 @@ class Instance(pulumi.CustomResource):
|
|
1036
1079
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1037
1080
|
machine_config: Optional[pulumi.Input[pulumi.InputType['InstanceMachineConfigArgs']]] = None,
|
1038
1081
|
network_config: Optional[pulumi.Input[pulumi.InputType['InstanceNetworkConfigArgs']]] = None,
|
1082
|
+
psc_instance_config: Optional[pulumi.Input[pulumi.InputType['InstancePscInstanceConfigArgs']]] = None,
|
1039
1083
|
query_insights_config: Optional[pulumi.Input[pulumi.InputType['InstanceQueryInsightsConfigArgs']]] = None,
|
1040
1084
|
read_pool_config: Optional[pulumi.Input[pulumi.InputType['InstanceReadPoolConfigArgs']]] = None,
|
1041
1085
|
__props__=None):
|
@@ -1065,6 +1109,7 @@ class Instance(pulumi.CustomResource):
|
|
1065
1109
|
__props__.__dict__["labels"] = labels
|
1066
1110
|
__props__.__dict__["machine_config"] = machine_config
|
1067
1111
|
__props__.__dict__["network_config"] = network_config
|
1112
|
+
__props__.__dict__["psc_instance_config"] = psc_instance_config
|
1068
1113
|
__props__.__dict__["query_insights_config"] = query_insights_config
|
1069
1114
|
__props__.__dict__["read_pool_config"] = read_pool_config
|
1070
1115
|
__props__.__dict__["create_time"] = None
|
@@ -1107,6 +1152,7 @@ class Instance(pulumi.CustomResource):
|
|
1107
1152
|
machine_config: Optional[pulumi.Input[pulumi.InputType['InstanceMachineConfigArgs']]] = None,
|
1108
1153
|
name: Optional[pulumi.Input[str]] = None,
|
1109
1154
|
network_config: Optional[pulumi.Input[pulumi.InputType['InstanceNetworkConfigArgs']]] = None,
|
1155
|
+
psc_instance_config: Optional[pulumi.Input[pulumi.InputType['InstancePscInstanceConfigArgs']]] = None,
|
1110
1156
|
public_ip_address: Optional[pulumi.Input[str]] = None,
|
1111
1157
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1112
1158
|
query_insights_config: Optional[pulumi.Input[pulumi.InputType['InstanceQueryInsightsConfigArgs']]] = None,
|
@@ -1154,6 +1200,8 @@ class Instance(pulumi.CustomResource):
|
|
1154
1200
|
:param pulumi.Input[str] name: The name of the instance resource.
|
1155
1201
|
:param pulumi.Input[pulumi.InputType['InstanceNetworkConfigArgs']] network_config: Instance level network configuration.
|
1156
1202
|
Structure is documented below.
|
1203
|
+
:param pulumi.Input[pulumi.InputType['InstancePscInstanceConfigArgs']] psc_instance_config: Configuration for Private Service Connect (PSC) for the instance.
|
1204
|
+
Structure is documented below.
|
1157
1205
|
:param pulumi.Input[str] public_ip_address: The public IP addresses for the Instance. This is available ONLY when
|
1158
1206
|
networkConfig.enablePublicIp is set to true. This is the connection
|
1159
1207
|
endpoint for an end-user application.
|
@@ -1189,6 +1237,7 @@ class Instance(pulumi.CustomResource):
|
|
1189
1237
|
__props__.__dict__["machine_config"] = machine_config
|
1190
1238
|
__props__.__dict__["name"] = name
|
1191
1239
|
__props__.__dict__["network_config"] = network_config
|
1240
|
+
__props__.__dict__["psc_instance_config"] = psc_instance_config
|
1192
1241
|
__props__.__dict__["public_ip_address"] = public_ip_address
|
1193
1242
|
__props__.__dict__["pulumi_labels"] = pulumi_labels
|
1194
1243
|
__props__.__dict__["query_insights_config"] = query_insights_config
|
@@ -1346,6 +1395,15 @@ class Instance(pulumi.CustomResource):
|
|
1346
1395
|
"""
|
1347
1396
|
return pulumi.get(self, "network_config")
|
1348
1397
|
|
1398
|
+
@property
|
1399
|
+
@pulumi.getter(name="pscInstanceConfig")
|
1400
|
+
def psc_instance_config(self) -> pulumi.Output[Optional['outputs.InstancePscInstanceConfig']]:
|
1401
|
+
"""
|
1402
|
+
Configuration for Private Service Connect (PSC) for the instance.
|
1403
|
+
Structure is documented below.
|
1404
|
+
"""
|
1405
|
+
return pulumi.get(self, "psc_instance_config")
|
1406
|
+
|
1349
1407
|
@property
|
1350
1408
|
@pulumi.getter(name="publicIpAddress")
|
1351
1409
|
def public_ip_address(self) -> pulumi.Output[str]:
|