pulumi-gcp 9.0.0a1__py3-none-any.whl → 9.0.0a1758219982__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 +48 -0
- pulumi_gcp/activedirectory/peering.py +16 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_iam_policy.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_python_package.py +237 -0
- pulumi_gcp/artifactregistry/get_repository.py +12 -1
- pulumi_gcp/artifactregistry/repository.py +28 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
- pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
- pulumi_gcp/bigquery/app_profile.py +14 -49
- pulumi_gcp/bigquery/dataset_access.py +4 -8
- pulumi_gcp/bigquery/table.py +7 -21
- pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
- pulumi_gcp/bigtable/app_profile.py +14 -49
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
- pulumi_gcp/chronicle/_inputs.py +6 -5
- pulumi_gcp/chronicle/outputs.py +4 -3
- pulumi_gcp/chronicle/reference_list.py +53 -5
- pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
- pulumi_gcp/cloudbuild/_inputs.py +20 -0
- pulumi_gcp/cloudbuild/outputs.py +14 -0
- pulumi_gcp/cloudbuild/trigger.py +4 -2
- pulumi_gcp/cloudbuild/worker_pool.py +28 -21
- pulumi_gcp/cloudfunctions/function.py +4 -8
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
- pulumi_gcp/cloudrunv2/_inputs.py +57 -0
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/outputs.py +81 -0
- pulumi_gcp/cloudrunv2/service.py +54 -0
- pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
- pulumi_gcp/composer/environment.py +28 -49
- pulumi_gcp/compute/_inputs.py +804 -24
- pulumi_gcp/compute/backend_bucket.py +14 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
- pulumi_gcp/compute/backend_service_iam_member.py +464 -0
- pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
- pulumi_gcp/compute/cross_site_network.py +16 -0
- pulumi_gcp/compute/future_reservation.py +32 -0
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_resource_policy.py +2 -20
- pulumi_gcp/compute/instance_from_machine_image.py +75 -110
- pulumi_gcp/compute/instance_from_template.py +75 -110
- pulumi_gcp/compute/instance_group_manager.py +7 -14
- pulumi_gcp/compute/instance_template.py +7 -14
- pulumi_gcp/compute/interconnect.py +4 -8
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
- pulumi_gcp/compute/machine_image_iam_member.py +8 -4
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
- pulumi_gcp/compute/network_edge_security_service.py +16 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
- pulumi_gcp/compute/outputs.py +671 -16
- pulumi_gcp/compute/preview_feature.py +16 -0
- pulumi_gcp/compute/public_delegated_prefix.py +42 -0
- pulumi_gcp/compute/region_backend_service.py +54 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
- pulumi_gcp/compute/region_instance_group_manager.py +7 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
- pulumi_gcp/compute/region_resize_request.py +24 -0
- pulumi_gcp/compute/region_url_map.py +75 -0
- pulumi_gcp/compute/wire_group.py +16 -0
- pulumi_gcp/container/_inputs.py +446 -18
- pulumi_gcp/container/aws_cluster.py +28 -42
- pulumi_gcp/container/aws_node_pool.py +28 -42
- pulumi_gcp/container/azure_cluster.py +35 -70
- pulumi_gcp/container/azure_node_pool.py +28 -42
- pulumi_gcp/container/cluster.py +16 -7
- pulumi_gcp/container/outputs.py +423 -15
- pulumi_gcp/dataflow/flex_template_job.py +10 -0
- pulumi_gcp/dataform/repository.py +16 -0
- pulumi_gcp/dataform/repository_release_config.py +16 -0
- pulumi_gcp/dataform/repository_workflow_config.py +16 -0
- pulumi_gcp/dataplex/asset.py +28 -21
- pulumi_gcp/dataplex/zone.py +28 -21
- pulumi_gcp/dataproc/cluster.py +21 -14
- pulumi_gcp/dataproc/workflow_template.py +42 -105
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/_inputs.py +94 -0
- pulumi_gcp/discoveryengine/acl_config.py +393 -0
- pulumi_gcp/discoveryengine/outputs.py +92 -0
- pulumi_gcp/firebase/android_app.py +16 -0
- pulumi_gcp/firebase/apple_app.py +16 -0
- pulumi_gcp/firebase/database_instance.py +16 -0
- pulumi_gcp/firebase/extensions_instance.py +12 -0
- pulumi_gcp/firebase/get_android_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app_config.py +16 -2
- pulumi_gcp/firebase/get_hosting_channel.py +4 -2
- pulumi_gcp/firebase/hosting_channel.py +20 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
- pulumi_gcp/firebase/hosting_release.py +16 -0
- pulumi_gcp/firebase/hosting_site.py +16 -0
- pulumi_gcp/firebase/hosting_version.py +16 -0
- pulumi_gcp/firebase/storage_bucket.py +18 -0
- pulumi_gcp/firestore/index.py +118 -3
- pulumi_gcp/folder/service_identity.py +26 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
- pulumi_gcp/healthcare/_inputs.py +205 -0
- pulumi_gcp/healthcare/fhir_store.py +128 -0
- pulumi_gcp/healthcare/outputs.py +163 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
- pulumi_gcp/logging/folder_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_sink.py +7 -7
- pulumi_gcp/managedkafka/connect_cluster.py +4 -0
- pulumi_gcp/managedkafka/connector.py +4 -0
- pulumi_gcp/memorystore/instance.py +14 -14
- pulumi_gcp/monitoring/dashboard.py +7 -14
- pulumi_gcp/netapp/storage_pool.py +91 -2
- pulumi_gcp/netapp/volume.py +47 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
- pulumi_gcp/networksecurity/authorization_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +7 -7
- pulumi_gcp/networkservices/service_lb_policies.py +12 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/organizations/project.py +7 -21
- pulumi_gcp/projects/service.py +0 -7
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/capability.py +16 -0
- pulumi_gcp/runtimeconfig/config.py +16 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
- pulumi_gcp/runtimeconfig/variable.py +10 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +458 -0
- pulumi_gcp/saasruntime/outputs.py +392 -0
- pulumi_gcp/saasruntime/saa_s.py +4 -0
- pulumi_gcp/saasruntime/unit_kind.py +1024 -0
- pulumi_gcp/securesourcemanager/instance.py +7 -7
- pulumi_gcp/securesourcemanager/repository.py +7 -7
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sql/_inputs.py +135 -1
- pulumi_gcp/sql/database_instance.py +54 -14
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +265 -3
- pulumi_gcp/storage/_inputs.py +246 -0
- pulumi_gcp/storage/bucket.py +7 -14
- pulumi_gcp/storage/bucket_object.py +0 -9
- pulumi_gcp/storage/outputs.py +191 -1
- pulumi_gcp/storage/transfer_job.py +47 -0
- pulumi_gcp/tpu/v2_queued_resource.py +16 -0
- pulumi_gcp/tpu/v2_vm.py +16 -0
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_metadata_store.py +16 -0
- pulumi_gcp/workstations/workstation.py +16 -0
- pulumi_gcp/workstations/workstation_cluster.py +16 -0
- pulumi_gcp/workstations/workstation_config.py +16 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
- pulumi_gcp/workstations/workstation_iam_member.py +272 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +209 -200
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
@@ -185,6 +185,14 @@ class PreviewFeature(pulumi.CustomResource):
|
|
185
185
|
rollout_operation: Optional[pulumi.Input[Union['PreviewFeatureRolloutOperationArgs', 'PreviewFeatureRolloutOperationArgsDict']]] = None,
|
186
186
|
__props__=None):
|
187
187
|
"""
|
188
|
+
Represents a single Google Compute Engine preview feature such as Alpha API access, which can be enabled or disabled for a project.
|
189
|
+
|
190
|
+
To get more information about PreviewFeature, see:
|
191
|
+
|
192
|
+
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/PreviewFeatures)
|
193
|
+
* How-to Guides
|
194
|
+
* [Use the Compute Engine alpha API](https://cloud.google.com/compute/docs/reference/rest/alpha)
|
195
|
+
|
188
196
|
## Example Usage
|
189
197
|
|
190
198
|
### Preview Feature Basic
|
@@ -244,6 +252,14 @@ class PreviewFeature(pulumi.CustomResource):
|
|
244
252
|
args: PreviewFeatureArgs,
|
245
253
|
opts: Optional[pulumi.ResourceOptions] = None):
|
246
254
|
"""
|
255
|
+
Represents a single Google Compute Engine preview feature such as Alpha API access, which can be enabled or disabled for a project.
|
256
|
+
|
257
|
+
To get more information about PreviewFeature, see:
|
258
|
+
|
259
|
+
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/PreviewFeatures)
|
260
|
+
* How-to Guides
|
261
|
+
* [Use the Compute Engine alpha API](https://cloud.google.com/compute/docs/reference/rest/alpha)
|
262
|
+
|
247
263
|
## Example Usage
|
248
264
|
|
249
265
|
### Preview Feature Basic
|
@@ -13,6 +13,8 @@ if sys.version_info >= (3, 11):
|
|
13
13
|
else:
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
15
|
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
16
18
|
|
17
19
|
__all__ = ['PublicDelegatedPrefixArgs', 'PublicDelegatedPrefix']
|
18
20
|
|
@@ -192,6 +194,7 @@ class _PublicDelegatedPrefixState:
|
|
192
194
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
193
195
|
parent_prefix: Optional[pulumi.Input[_builtins.str]] = None,
|
194
196
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
197
|
+
public_delegated_sub_prefixs: Optional[pulumi.Input[Sequence[pulumi.Input['PublicDelegatedPrefixPublicDelegatedSubPrefixArgs']]]] = None,
|
195
198
|
region: Optional[pulumi.Input[_builtins.str]] = None,
|
196
199
|
self_link: Optional[pulumi.Input[_builtins.str]] = None):
|
197
200
|
"""
|
@@ -212,6 +215,10 @@ class _PublicDelegatedPrefixState:
|
|
212
215
|
:param pulumi.Input[_builtins.str] parent_prefix: The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.
|
213
216
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
214
217
|
If it is not provided, the provider project is used.
|
218
|
+
:param pulumi.Input[Sequence[pulumi.Input['PublicDelegatedPrefixPublicDelegatedSubPrefixArgs']]] public_delegated_sub_prefixs: List of sub public delegated fixes for BYO IP functionality.
|
219
|
+
Each item in this array represents a sub prefix that can be
|
220
|
+
used to create addresses or further allocations.
|
221
|
+
Structure is documented below.
|
215
222
|
:param pulumi.Input[_builtins.str] region: A region where the prefix will reside.
|
216
223
|
:param pulumi.Input[_builtins.str] self_link: The URI of the created resource.
|
217
224
|
"""
|
@@ -231,6 +238,8 @@ class _PublicDelegatedPrefixState:
|
|
231
238
|
pulumi.set(__self__, "parent_prefix", parent_prefix)
|
232
239
|
if project is not None:
|
233
240
|
pulumi.set(__self__, "project", project)
|
241
|
+
if public_delegated_sub_prefixs is not None:
|
242
|
+
pulumi.set(__self__, "public_delegated_sub_prefixs", public_delegated_sub_prefixs)
|
234
243
|
if region is not None:
|
235
244
|
pulumi.set(__self__, "region", region)
|
236
245
|
if self_link is not None:
|
@@ -340,6 +349,21 @@ class _PublicDelegatedPrefixState:
|
|
340
349
|
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
341
350
|
pulumi.set(self, "project", value)
|
342
351
|
|
352
|
+
@_builtins.property
|
353
|
+
@pulumi.getter(name="publicDelegatedSubPrefixs")
|
354
|
+
def public_delegated_sub_prefixs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PublicDelegatedPrefixPublicDelegatedSubPrefixArgs']]]]:
|
355
|
+
"""
|
356
|
+
List of sub public delegated fixes for BYO IP functionality.
|
357
|
+
Each item in this array represents a sub prefix that can be
|
358
|
+
used to create addresses or further allocations.
|
359
|
+
Structure is documented below.
|
360
|
+
"""
|
361
|
+
return pulumi.get(self, "public_delegated_sub_prefixs")
|
362
|
+
|
363
|
+
@public_delegated_sub_prefixs.setter
|
364
|
+
def public_delegated_sub_prefixs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PublicDelegatedPrefixPublicDelegatedSubPrefixArgs']]]]):
|
365
|
+
pulumi.set(self, "public_delegated_sub_prefixs", value)
|
366
|
+
|
343
367
|
@_builtins.property
|
344
368
|
@pulumi.getter
|
345
369
|
def region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -685,6 +709,7 @@ class PublicDelegatedPrefix(pulumi.CustomResource):
|
|
685
709
|
if region is None and not opts.urn:
|
686
710
|
raise TypeError("Missing required property 'region'")
|
687
711
|
__props__.__dict__["region"] = region
|
712
|
+
__props__.__dict__["public_delegated_sub_prefixs"] = None
|
688
713
|
__props__.__dict__["self_link"] = None
|
689
714
|
super(PublicDelegatedPrefix, __self__).__init__(
|
690
715
|
'gcp:compute/publicDelegatedPrefix:PublicDelegatedPrefix',
|
@@ -704,6 +729,7 @@ class PublicDelegatedPrefix(pulumi.CustomResource):
|
|
704
729
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
705
730
|
parent_prefix: Optional[pulumi.Input[_builtins.str]] = None,
|
706
731
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
732
|
+
public_delegated_sub_prefixs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PublicDelegatedPrefixPublicDelegatedSubPrefixArgs', 'PublicDelegatedPrefixPublicDelegatedSubPrefixArgsDict']]]]] = None,
|
707
733
|
region: Optional[pulumi.Input[_builtins.str]] = None,
|
708
734
|
self_link: Optional[pulumi.Input[_builtins.str]] = None) -> 'PublicDelegatedPrefix':
|
709
735
|
"""
|
@@ -729,6 +755,10 @@ class PublicDelegatedPrefix(pulumi.CustomResource):
|
|
729
755
|
:param pulumi.Input[_builtins.str] parent_prefix: The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.
|
730
756
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
731
757
|
If it is not provided, the provider project is used.
|
758
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['PublicDelegatedPrefixPublicDelegatedSubPrefixArgs', 'PublicDelegatedPrefixPublicDelegatedSubPrefixArgsDict']]]] public_delegated_sub_prefixs: List of sub public delegated fixes for BYO IP functionality.
|
759
|
+
Each item in this array represents a sub prefix that can be
|
760
|
+
used to create addresses or further allocations.
|
761
|
+
Structure is documented below.
|
732
762
|
:param pulumi.Input[_builtins.str] region: A region where the prefix will reside.
|
733
763
|
:param pulumi.Input[_builtins.str] self_link: The URI of the created resource.
|
734
764
|
"""
|
@@ -744,6 +774,7 @@ class PublicDelegatedPrefix(pulumi.CustomResource):
|
|
744
774
|
__props__.__dict__["name"] = name
|
745
775
|
__props__.__dict__["parent_prefix"] = parent_prefix
|
746
776
|
__props__.__dict__["project"] = project
|
777
|
+
__props__.__dict__["public_delegated_sub_prefixs"] = public_delegated_sub_prefixs
|
747
778
|
__props__.__dict__["region"] = region
|
748
779
|
__props__.__dict__["self_link"] = self_link
|
749
780
|
return PublicDelegatedPrefix(resource_name, opts=opts, __props__=__props__)
|
@@ -820,6 +851,17 @@ class PublicDelegatedPrefix(pulumi.CustomResource):
|
|
820
851
|
"""
|
821
852
|
return pulumi.get(self, "project")
|
822
853
|
|
854
|
+
@_builtins.property
|
855
|
+
@pulumi.getter(name="publicDelegatedSubPrefixs")
|
856
|
+
def public_delegated_sub_prefixs(self) -> pulumi.Output[Sequence['outputs.PublicDelegatedPrefixPublicDelegatedSubPrefix']]:
|
857
|
+
"""
|
858
|
+
List of sub public delegated fixes for BYO IP functionality.
|
859
|
+
Each item in this array represents a sub prefix that can be
|
860
|
+
used to create addresses or further allocations.
|
861
|
+
Structure is documented below.
|
862
|
+
"""
|
863
|
+
return pulumi.get(self, "public_delegated_sub_prefixs")
|
864
|
+
|
823
865
|
@_builtins.property
|
824
866
|
@pulumi.getter
|
825
867
|
def region(self) -> pulumi.Output[_builtins.str]:
|
@@ -43,6 +43,7 @@ class RegionBackendServiceArgs:
|
|
43
43
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
44
44
|
network: Optional[pulumi.Input[_builtins.str]] = None,
|
45
45
|
outlier_detection: Optional[pulumi.Input['RegionBackendServiceOutlierDetectionArgs']] = None,
|
46
|
+
params: Optional[pulumi.Input['RegionBackendServiceParamsArgs']] = None,
|
46
47
|
port_name: Optional[pulumi.Input[_builtins.str]] = None,
|
47
48
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
48
49
|
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -182,6 +183,8 @@ class RegionBackendServiceArgs:
|
|
182
183
|
This field is applicable only when the `load_balancing_scheme` is set
|
183
184
|
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
184
185
|
Structure is documented below.
|
186
|
+
:param pulumi.Input['RegionBackendServiceParamsArgs'] params: Additional params passed with the request, but not persisted as part of resource payload
|
187
|
+
Structure is documented below.
|
185
188
|
:param pulumi.Input[_builtins.str] port_name: A named port on a backend instance group representing the port for
|
186
189
|
communication to the backend VMs in that group. Required when the
|
187
190
|
loadBalancingScheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED
|
@@ -255,6 +258,8 @@ class RegionBackendServiceArgs:
|
|
255
258
|
pulumi.set(__self__, "network", network)
|
256
259
|
if outlier_detection is not None:
|
257
260
|
pulumi.set(__self__, "outlier_detection", outlier_detection)
|
261
|
+
if params is not None:
|
262
|
+
pulumi.set(__self__, "params", params)
|
258
263
|
if port_name is not None:
|
259
264
|
pulumi.set(__self__, "port_name", port_name)
|
260
265
|
if project is not None:
|
@@ -644,6 +649,19 @@ class RegionBackendServiceArgs:
|
|
644
649
|
def outlier_detection(self, value: Optional[pulumi.Input['RegionBackendServiceOutlierDetectionArgs']]):
|
645
650
|
pulumi.set(self, "outlier_detection", value)
|
646
651
|
|
652
|
+
@_builtins.property
|
653
|
+
@pulumi.getter
|
654
|
+
def params(self) -> Optional[pulumi.Input['RegionBackendServiceParamsArgs']]:
|
655
|
+
"""
|
656
|
+
Additional params passed with the request, but not persisted as part of resource payload
|
657
|
+
Structure is documented below.
|
658
|
+
"""
|
659
|
+
return pulumi.get(self, "params")
|
660
|
+
|
661
|
+
@params.setter
|
662
|
+
def params(self, value: Optional[pulumi.Input['RegionBackendServiceParamsArgs']]):
|
663
|
+
pulumi.set(self, "params", value)
|
664
|
+
|
647
665
|
@_builtins.property
|
648
666
|
@pulumi.getter(name="portName")
|
649
667
|
def port_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -800,6 +818,7 @@ class _RegionBackendServiceState:
|
|
800
818
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
801
819
|
network: Optional[pulumi.Input[_builtins.str]] = None,
|
802
820
|
outlier_detection: Optional[pulumi.Input['RegionBackendServiceOutlierDetectionArgs']] = None,
|
821
|
+
params: Optional[pulumi.Input['RegionBackendServiceParamsArgs']] = None,
|
803
822
|
port_name: Optional[pulumi.Input[_builtins.str]] = None,
|
804
823
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
805
824
|
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -944,6 +963,8 @@ class _RegionBackendServiceState:
|
|
944
963
|
This field is applicable only when the `load_balancing_scheme` is set
|
945
964
|
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
946
965
|
Structure is documented below.
|
966
|
+
:param pulumi.Input['RegionBackendServiceParamsArgs'] params: Additional params passed with the request, but not persisted as part of resource payload
|
967
|
+
Structure is documented below.
|
947
968
|
:param pulumi.Input[_builtins.str] port_name: A named port on a backend instance group representing the port for
|
948
969
|
communication to the backend VMs in that group. Required when the
|
949
970
|
loadBalancingScheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED
|
@@ -1024,6 +1045,8 @@ class _RegionBackendServiceState:
|
|
1024
1045
|
pulumi.set(__self__, "network", network)
|
1025
1046
|
if outlier_detection is not None:
|
1026
1047
|
pulumi.set(__self__, "outlier_detection", outlier_detection)
|
1048
|
+
if params is not None:
|
1049
|
+
pulumi.set(__self__, "params", params)
|
1027
1050
|
if port_name is not None:
|
1028
1051
|
pulumi.set(__self__, "port_name", port_name)
|
1029
1052
|
if project is not None:
|
@@ -1452,6 +1475,19 @@ class _RegionBackendServiceState:
|
|
1452
1475
|
def outlier_detection(self, value: Optional[pulumi.Input['RegionBackendServiceOutlierDetectionArgs']]):
|
1453
1476
|
pulumi.set(self, "outlier_detection", value)
|
1454
1477
|
|
1478
|
+
@_builtins.property
|
1479
|
+
@pulumi.getter
|
1480
|
+
def params(self) -> Optional[pulumi.Input['RegionBackendServiceParamsArgs']]:
|
1481
|
+
"""
|
1482
|
+
Additional params passed with the request, but not persisted as part of resource payload
|
1483
|
+
Structure is documented below.
|
1484
|
+
"""
|
1485
|
+
return pulumi.get(self, "params")
|
1486
|
+
|
1487
|
+
@params.setter
|
1488
|
+
def params(self, value: Optional[pulumi.Input['RegionBackendServiceParamsArgs']]):
|
1489
|
+
pulumi.set(self, "params", value)
|
1490
|
+
|
1455
1491
|
@_builtins.property
|
1456
1492
|
@pulumi.getter(name="portName")
|
1457
1493
|
def port_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -1620,6 +1656,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1620
1656
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
1621
1657
|
network: Optional[pulumi.Input[_builtins.str]] = None,
|
1622
1658
|
outlier_detection: Optional[pulumi.Input[Union['RegionBackendServiceOutlierDetectionArgs', 'RegionBackendServiceOutlierDetectionArgsDict']]] = None,
|
1659
|
+
params: Optional[pulumi.Input[Union['RegionBackendServiceParamsArgs', 'RegionBackendServiceParamsArgsDict']]] = None,
|
1623
1660
|
port_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1624
1661
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
1625
1662
|
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -2237,6 +2274,8 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2237
2274
|
This field is applicable only when the `load_balancing_scheme` is set
|
2238
2275
|
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
2239
2276
|
Structure is documented below.
|
2277
|
+
:param pulumi.Input[Union['RegionBackendServiceParamsArgs', 'RegionBackendServiceParamsArgsDict']] params: Additional params passed with the request, but not persisted as part of resource payload
|
2278
|
+
Structure is documented below.
|
2240
2279
|
:param pulumi.Input[_builtins.str] port_name: A named port on a backend instance group representing the port for
|
2241
2280
|
communication to the backend VMs in that group. Required when the
|
2242
2281
|
loadBalancingScheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED
|
@@ -2786,6 +2825,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2786
2825
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
2787
2826
|
network: Optional[pulumi.Input[_builtins.str]] = None,
|
2788
2827
|
outlier_detection: Optional[pulumi.Input[Union['RegionBackendServiceOutlierDetectionArgs', 'RegionBackendServiceOutlierDetectionArgsDict']]] = None,
|
2828
|
+
params: Optional[pulumi.Input[Union['RegionBackendServiceParamsArgs', 'RegionBackendServiceParamsArgsDict']]] = None,
|
2789
2829
|
port_name: Optional[pulumi.Input[_builtins.str]] = None,
|
2790
2830
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
2791
2831
|
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -2826,6 +2866,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2826
2866
|
__props__.__dict__["name"] = name
|
2827
2867
|
__props__.__dict__["network"] = network
|
2828
2868
|
__props__.__dict__["outlier_detection"] = outlier_detection
|
2869
|
+
__props__.__dict__["params"] = params
|
2829
2870
|
__props__.__dict__["port_name"] = port_name
|
2830
2871
|
__props__.__dict__["project"] = project
|
2831
2872
|
__props__.__dict__["protocol"] = protocol
|
@@ -2874,6 +2915,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2874
2915
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
2875
2916
|
network: Optional[pulumi.Input[_builtins.str]] = None,
|
2876
2917
|
outlier_detection: Optional[pulumi.Input[Union['RegionBackendServiceOutlierDetectionArgs', 'RegionBackendServiceOutlierDetectionArgsDict']]] = None,
|
2918
|
+
params: Optional[pulumi.Input[Union['RegionBackendServiceParamsArgs', 'RegionBackendServiceParamsArgsDict']]] = None,
|
2877
2919
|
port_name: Optional[pulumi.Input[_builtins.str]] = None,
|
2878
2920
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
2879
2921
|
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -3023,6 +3065,8 @@ class RegionBackendService(pulumi.CustomResource):
|
|
3023
3065
|
This field is applicable only when the `load_balancing_scheme` is set
|
3024
3066
|
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
3025
3067
|
Structure is documented below.
|
3068
|
+
:param pulumi.Input[Union['RegionBackendServiceParamsArgs', 'RegionBackendServiceParamsArgsDict']] params: Additional params passed with the request, but not persisted as part of resource payload
|
3069
|
+
Structure is documented below.
|
3026
3070
|
:param pulumi.Input[_builtins.str] port_name: A named port on a backend instance group representing the port for
|
3027
3071
|
communication to the backend VMs in that group. Required when the
|
3028
3072
|
loadBalancingScheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED
|
@@ -3082,6 +3126,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
3082
3126
|
__props__.__dict__["name"] = name
|
3083
3127
|
__props__.__dict__["network"] = network
|
3084
3128
|
__props__.__dict__["outlier_detection"] = outlier_detection
|
3129
|
+
__props__.__dict__["params"] = params
|
3085
3130
|
__props__.__dict__["port_name"] = port_name
|
3086
3131
|
__props__.__dict__["project"] = project
|
3087
3132
|
__props__.__dict__["protocol"] = protocol
|
@@ -3401,6 +3446,15 @@ class RegionBackendService(pulumi.CustomResource):
|
|
3401
3446
|
"""
|
3402
3447
|
return pulumi.get(self, "outlier_detection")
|
3403
3448
|
|
3449
|
+
@_builtins.property
|
3450
|
+
@pulumi.getter
|
3451
|
+
def params(self) -> pulumi.Output[Optional['outputs.RegionBackendServiceParams']]:
|
3452
|
+
"""
|
3453
|
+
Additional params passed with the request, but not persisted as part of resource payload
|
3454
|
+
Structure is documented below.
|
3455
|
+
"""
|
3456
|
+
return pulumi.get(self, "params")
|
3457
|
+
|
3404
3458
|
@_builtins.property
|
3405
3459
|
@pulumi.getter(name="portName")
|
3406
3460
|
def port_name(self) -> pulumi.Output[_builtins.str]:
|