pulumi-gcp 8.10.2a1733856242__py3-none-any.whl → 8.11.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 +91 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +29 -0
- pulumi_gcp/accesscontextmanager/outputs.py +18 -0
- pulumi_gcp/accesscontextmanager/service_perimeter.py +36 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +6 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +6 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +6 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +6 -0
- pulumi_gcp/apigee/app_group.py +7 -7
- pulumi_gcp/applicationintegration/client.py +8 -6
- pulumi_gcp/artifactregistry/_inputs.py +24 -15
- pulumi_gcp/artifactregistry/outputs.py +32 -20
- pulumi_gcp/artifactregistry/repository.py +128 -0
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/backupdisasterrecovery/__init__.py +2 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +2 -2
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +12 -8
- pulumi_gcp/backupdisasterrecovery/get_backup.py +153 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_vault.py +415 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +63 -0
- pulumi_gcp/bigquery/app_profile.py +75 -0
- pulumi_gcp/billing/_inputs.py +6 -6
- pulumi_gcp/billing/outputs.py +4 -4
- pulumi_gcp/certificateauthority/_inputs.py +9 -9
- pulumi_gcp/certificateauthority/outputs.py +8 -8
- pulumi_gcp/cloudbuild/_inputs.py +53 -0
- pulumi_gcp/cloudbuild/outputs.py +50 -0
- pulumi_gcp/cloudbuild/worker_pool.py +47 -0
- pulumi_gcp/clouddeploy/_inputs.py +254 -0
- pulumi_gcp/clouddeploy/outputs.py +211 -0
- pulumi_gcp/clouddeploy/target.py +47 -0
- pulumi_gcp/cloudfunctionsv2/_inputs.py +6 -6
- pulumi_gcp/cloudfunctionsv2/outputs.py +8 -8
- pulumi_gcp/cloudrunv2/job.py +4 -4
- pulumi_gcp/cloudrunv2/service.py +4 -4
- pulumi_gcp/composer/get_user_workloads_config_map.py +4 -0
- pulumi_gcp/composer/get_user_workloads_secret.py +4 -0
- pulumi_gcp/composer/user_workloads_config_map.py +14 -0
- pulumi_gcp/composer/user_workloads_secret.py +6 -0
- pulumi_gcp/compute/_inputs.py +566 -25
- pulumi_gcp/compute/disk.py +21 -7
- pulumi_gcp/compute/firewall_policy_rule.py +12 -0
- pulumi_gcp/compute/get_forwarding_rules.py +2 -2
- pulumi_gcp/compute/get_global_forwarding_rule.py +12 -1
- pulumi_gcp/compute/get_instance_group_manager.py +12 -1
- pulumi_gcp/compute/get_network.py +35 -1
- pulumi_gcp/compute/get_region_instance_group_manager.py +12 -1
- pulumi_gcp/compute/get_region_network_endpoint_group.py +12 -1
- pulumi_gcp/compute/global_forwarding_rule.py +28 -0
- pulumi_gcp/compute/instance_group_manager.py +28 -0
- pulumi_gcp/compute/network.py +75 -0
- pulumi_gcp/compute/outputs.py +655 -26
- pulumi_gcp/compute/region_health_check.py +28 -0
- pulumi_gcp/compute/region_instance_group_manager.py +28 -0
- pulumi_gcp/compute/region_network_endpoint.py +28 -0
- pulumi_gcp/compute/region_network_endpoint_group.py +70 -2
- pulumi_gcp/compute/subnetwork.py +30 -2
- pulumi_gcp/compute/url_map.py +7 -7
- pulumi_gcp/config/__init__.pyi +4 -0
- pulumi_gcp/config/vars.py +8 -0
- pulumi_gcp/container/_inputs.py +201 -3
- pulumi_gcp/container/cluster.py +68 -14
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +249 -3
- pulumi_gcp/dataproc/_inputs.py +209 -1
- pulumi_gcp/dataproc/batch.py +76 -0
- pulumi_gcp/dataproc/outputs.py +169 -3
- pulumi_gcp/diagflow/_inputs.py +3 -3
- pulumi_gcp/diagflow/outputs.py +2 -2
- pulumi_gcp/discoveryengine/search_engine.py +7 -7
- pulumi_gcp/firebaserules/release.py +76 -0
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gemini/__init__.py +15 -0
- pulumi_gcp/gemini/_inputs.py +183 -0
- pulumi_gcp/gemini/code_repository_index.py +659 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +171 -0
- pulumi_gcp/gemini/outputs.py +130 -0
- pulumi_gcp/gemini/repository_group.py +586 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +604 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +604 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +443 -0
- pulumi_gcp/gkehub/_inputs.py +30 -10
- 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/outputs.py +21 -7
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iam/__init__.py +1 -0
- pulumi_gcp/iam/_inputs.py +137 -0
- pulumi_gcp/iam/folders_policy_binding.py +16 -0
- pulumi_gcp/iam/organizations_policy_binding.py +16 -0
- pulumi_gcp/iam/outputs.py +99 -0
- pulumi_gcp/iam/principal_access_boundary_policy.py +16 -0
- pulumi_gcp/iam/projects_policy_binding.py +917 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/_inputs.py +15 -15
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/integrationconnectors/outputs.py +10 -10
- pulumi_gcp/monitoring/_inputs.py +13 -6
- pulumi_gcp/monitoring/outputs.py +10 -4
- pulumi_gcp/netapp/_inputs.py +3 -3
- pulumi_gcp/netapp/active_directory.py +7 -7
- pulumi_gcp/netapp/outputs.py +2 -2
- pulumi_gcp/netapp/volume.py +11 -11
- pulumi_gcp/networkconnectivity/spoke.py +10 -10
- pulumi_gcp/networksecurity/__init__.py +4 -0
- pulumi_gcp/networksecurity/_inputs.py +115 -0
- pulumi_gcp/networksecurity/mirroring_deployment.py +848 -0
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +752 -0
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +737 -0
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +840 -0
- pulumi_gcp/networksecurity/outputs.py +70 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +42 -4
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +42 -4
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +50 -8
- pulumi_gcp/oracledatabase/get_autonomous_database.py +12 -1
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +12 -1
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +12 -1
- pulumi_gcp/oracledatabase/outputs.py +21 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parallelstore/instance.py +4 -0
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +435 -3
- pulumi_gcp/redis/cluster.py +287 -16
- pulumi_gcp/redis/outputs.py +304 -2
- pulumi_gcp/serviceaccount/get_account_id_token.py +2 -2
- pulumi_gcp/serviceaccount/get_account_key.py +2 -2
- pulumi_gcp/storage/get_bucket.py +2 -2
- pulumi_gcp/storage/get_bucket_object_content.py +2 -2
- pulumi_gcp/tpu/__init__.py +1 -0
- pulumi_gcp/tpu/_inputs.py +188 -6
- pulumi_gcp/tpu/outputs.py +164 -4
- pulumi_gcp/tpu/v2_queued_resource.py +434 -0
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/ai_index_endpoint.py +2 -2
- {pulumi_gcp-8.10.2a1733856242.dist-info → pulumi_gcp-8.11.0.dist-info}/METADATA +3 -3
- {pulumi_gcp-8.10.2a1733856242.dist-info → pulumi_gcp-8.11.0.dist-info}/RECORD +142 -125
- {pulumi_gcp-8.10.2a1733856242.dist-info → pulumi_gcp-8.11.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.10.2a1733856242.dist-info → pulumi_gcp-8.11.0.dist-info}/top_level.txt +0 -0
@@ -470,6 +470,7 @@ class _InstanceGroupManagerState:
|
|
470
470
|
description: Optional[pulumi.Input[str]] = None,
|
471
471
|
fingerprint: Optional[pulumi.Input[str]] = None,
|
472
472
|
instance_group: Optional[pulumi.Input[str]] = None,
|
473
|
+
instance_group_manager_id: Optional[pulumi.Input[int]] = None,
|
473
474
|
instance_lifecycle_policy: Optional[pulumi.Input['InstanceGroupManagerInstanceLifecyclePolicyArgs']] = None,
|
474
475
|
list_managed_instances_results: Optional[pulumi.Input[str]] = None,
|
475
476
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -510,6 +511,7 @@ class _InstanceGroupManagerState:
|
|
510
511
|
group manager.
|
511
512
|
:param pulumi.Input[str] fingerprint: The fingerprint of the instance group manager.
|
512
513
|
:param pulumi.Input[str] instance_group: The full URL of the instance group created by the manager.
|
514
|
+
:param pulumi.Input[int] instance_group_manager_id: The unique identifier number for the resource. This identifier is defined by the server.
|
513
515
|
:param pulumi.Input['InstanceGroupManagerInstanceLifecyclePolicyArgs'] instance_lifecycle_policy: The instance lifecycle policy for this managed instance group.
|
514
516
|
:param pulumi.Input[str] list_managed_instances_results: Pagination behavior of the `listManagedInstances` API
|
515
517
|
method for this managed instance group. Valid values are: `PAGELESS`, `PAGINATED`.
|
@@ -571,6 +573,8 @@ class _InstanceGroupManagerState:
|
|
571
573
|
pulumi.set(__self__, "fingerprint", fingerprint)
|
572
574
|
if instance_group is not None:
|
573
575
|
pulumi.set(__self__, "instance_group", instance_group)
|
576
|
+
if instance_group_manager_id is not None:
|
577
|
+
pulumi.set(__self__, "instance_group_manager_id", instance_group_manager_id)
|
574
578
|
if instance_lifecycle_policy is not None:
|
575
579
|
pulumi.set(__self__, "instance_lifecycle_policy", instance_lifecycle_policy)
|
576
580
|
if list_managed_instances_results is not None:
|
@@ -709,6 +713,18 @@ class _InstanceGroupManagerState:
|
|
709
713
|
def instance_group(self, value: Optional[pulumi.Input[str]]):
|
710
714
|
pulumi.set(self, "instance_group", value)
|
711
715
|
|
716
|
+
@property
|
717
|
+
@pulumi.getter(name="instanceGroupManagerId")
|
718
|
+
def instance_group_manager_id(self) -> Optional[pulumi.Input[int]]:
|
719
|
+
"""
|
720
|
+
The unique identifier number for the resource. This identifier is defined by the server.
|
721
|
+
"""
|
722
|
+
return pulumi.get(self, "instance_group_manager_id")
|
723
|
+
|
724
|
+
@instance_group_manager_id.setter
|
725
|
+
def instance_group_manager_id(self, value: Optional[pulumi.Input[int]]):
|
726
|
+
pulumi.set(self, "instance_group_manager_id", value)
|
727
|
+
|
712
728
|
@property
|
713
729
|
@pulumi.getter(name="instanceLifecyclePolicy")
|
714
730
|
def instance_lifecycle_policy(self) -> Optional[pulumi.Input['InstanceGroupManagerInstanceLifecyclePolicyArgs']]:
|
@@ -1428,6 +1444,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1428
1444
|
__props__.__dict__["creation_timestamp"] = None
|
1429
1445
|
__props__.__dict__["fingerprint"] = None
|
1430
1446
|
__props__.__dict__["instance_group"] = None
|
1447
|
+
__props__.__dict__["instance_group_manager_id"] = None
|
1431
1448
|
__props__.__dict__["operation"] = None
|
1432
1449
|
__props__.__dict__["self_link"] = None
|
1433
1450
|
__props__.__dict__["statuses"] = None
|
@@ -1448,6 +1465,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1448
1465
|
description: Optional[pulumi.Input[str]] = None,
|
1449
1466
|
fingerprint: Optional[pulumi.Input[str]] = None,
|
1450
1467
|
instance_group: Optional[pulumi.Input[str]] = None,
|
1468
|
+
instance_group_manager_id: Optional[pulumi.Input[int]] = None,
|
1451
1469
|
instance_lifecycle_policy: Optional[pulumi.Input[Union['InstanceGroupManagerInstanceLifecyclePolicyArgs', 'InstanceGroupManagerInstanceLifecyclePolicyArgsDict']]] = None,
|
1452
1470
|
list_managed_instances_results: Optional[pulumi.Input[str]] = None,
|
1453
1471
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -1493,6 +1511,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1493
1511
|
group manager.
|
1494
1512
|
:param pulumi.Input[str] fingerprint: The fingerprint of the instance group manager.
|
1495
1513
|
:param pulumi.Input[str] instance_group: The full URL of the instance group created by the manager.
|
1514
|
+
:param pulumi.Input[int] instance_group_manager_id: The unique identifier number for the resource. This identifier is defined by the server.
|
1496
1515
|
:param pulumi.Input[Union['InstanceGroupManagerInstanceLifecyclePolicyArgs', 'InstanceGroupManagerInstanceLifecyclePolicyArgsDict']] instance_lifecycle_policy: The instance lifecycle policy for this managed instance group.
|
1497
1516
|
:param pulumi.Input[str] list_managed_instances_results: Pagination behavior of the `listManagedInstances` API
|
1498
1517
|
method for this managed instance group. Valid values are: `PAGELESS`, `PAGINATED`.
|
@@ -1551,6 +1570,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1551
1570
|
__props__.__dict__["description"] = description
|
1552
1571
|
__props__.__dict__["fingerprint"] = fingerprint
|
1553
1572
|
__props__.__dict__["instance_group"] = instance_group
|
1573
|
+
__props__.__dict__["instance_group_manager_id"] = instance_group_manager_id
|
1554
1574
|
__props__.__dict__["instance_lifecycle_policy"] = instance_lifecycle_policy
|
1555
1575
|
__props__.__dict__["list_managed_instances_results"] = list_managed_instances_results
|
1556
1576
|
__props__.__dict__["name"] = name
|
@@ -1640,6 +1660,14 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1640
1660
|
"""
|
1641
1661
|
return pulumi.get(self, "instance_group")
|
1642
1662
|
|
1663
|
+
@property
|
1664
|
+
@pulumi.getter(name="instanceGroupManagerId")
|
1665
|
+
def instance_group_manager_id(self) -> pulumi.Output[int]:
|
1666
|
+
"""
|
1667
|
+
The unique identifier number for the resource. This identifier is defined by the server.
|
1668
|
+
"""
|
1669
|
+
return pulumi.get(self, "instance_group_manager_id")
|
1670
|
+
|
1643
1671
|
@property
|
1644
1672
|
@pulumi.getter(name="instanceLifecyclePolicy")
|
1645
1673
|
def instance_lifecycle_policy(self) -> pulumi.Output['outputs.InstanceGroupManagerInstanceLifecyclePolicy']:
|
pulumi_gcp/compute/network.py
CHANGED
@@ -30,6 +30,7 @@ class NetworkArgs:
|
|
30
30
|
mtu: Optional[pulumi.Input[int]] = None,
|
31
31
|
name: Optional[pulumi.Input[str]] = None,
|
32
32
|
network_firewall_policy_enforcement_order: Optional[pulumi.Input[str]] = None,
|
33
|
+
network_profile: Optional[pulumi.Input[str]] = None,
|
33
34
|
project: Optional[pulumi.Input[str]] = None,
|
34
35
|
routing_mode: Optional[pulumi.Input[str]] = None):
|
35
36
|
"""
|
@@ -74,6 +75,11 @@ class NetworkArgs:
|
|
74
75
|
:param pulumi.Input[str] network_firewall_policy_enforcement_order: Set the order that Firewall Rules and Firewall Policies are evaluated.
|
75
76
|
Default value is `AFTER_CLASSIC_FIREWALL`.
|
76
77
|
Possible values are: `BEFORE_CLASSIC_FIREWALL`, `AFTER_CLASSIC_FIREWALL`.
|
78
|
+
:param pulumi.Input[str] network_profile: A full or partial URL of the network profile to apply to this network.
|
79
|
+
This field can be set only at resource creation time. For example, the
|
80
|
+
following are valid URLs:
|
81
|
+
* https://www.googleapis.com/compute/beta/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
82
|
+
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
77
83
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
78
84
|
If it is not provided, the provider project is used.
|
79
85
|
:param pulumi.Input[str] routing_mode: The network-wide routing mode to use. If set to `REGIONAL`, this
|
@@ -105,6 +111,8 @@ class NetworkArgs:
|
|
105
111
|
pulumi.set(__self__, "name", name)
|
106
112
|
if network_firewall_policy_enforcement_order is not None:
|
107
113
|
pulumi.set(__self__, "network_firewall_policy_enforcement_order", network_firewall_policy_enforcement_order)
|
114
|
+
if network_profile is not None:
|
115
|
+
pulumi.set(__self__, "network_profile", network_profile)
|
108
116
|
if project is not None:
|
109
117
|
pulumi.set(__self__, "project", project)
|
110
118
|
if routing_mode is not None:
|
@@ -271,6 +279,22 @@ class NetworkArgs:
|
|
271
279
|
def network_firewall_policy_enforcement_order(self, value: Optional[pulumi.Input[str]]):
|
272
280
|
pulumi.set(self, "network_firewall_policy_enforcement_order", value)
|
273
281
|
|
282
|
+
@property
|
283
|
+
@pulumi.getter(name="networkProfile")
|
284
|
+
def network_profile(self) -> Optional[pulumi.Input[str]]:
|
285
|
+
"""
|
286
|
+
A full or partial URL of the network profile to apply to this network.
|
287
|
+
This field can be set only at resource creation time. For example, the
|
288
|
+
following are valid URLs:
|
289
|
+
* https://www.googleapis.com/compute/beta/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
290
|
+
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
291
|
+
"""
|
292
|
+
return pulumi.get(self, "network_profile")
|
293
|
+
|
294
|
+
@network_profile.setter
|
295
|
+
def network_profile(self, value: Optional[pulumi.Input[str]]):
|
296
|
+
pulumi.set(self, "network_profile", value)
|
297
|
+
|
274
298
|
@property
|
275
299
|
@pulumi.getter
|
276
300
|
def project(self) -> Optional[pulumi.Input[str]]:
|
@@ -317,6 +341,7 @@ class _NetworkState:
|
|
317
341
|
mtu: Optional[pulumi.Input[int]] = None,
|
318
342
|
name: Optional[pulumi.Input[str]] = None,
|
319
343
|
network_firewall_policy_enforcement_order: Optional[pulumi.Input[str]] = None,
|
344
|
+
network_profile: Optional[pulumi.Input[str]] = None,
|
320
345
|
numeric_id: Optional[pulumi.Input[str]] = None,
|
321
346
|
project: Optional[pulumi.Input[str]] = None,
|
322
347
|
routing_mode: Optional[pulumi.Input[str]] = None,
|
@@ -365,6 +390,11 @@ class _NetworkState:
|
|
365
390
|
:param pulumi.Input[str] network_firewall_policy_enforcement_order: Set the order that Firewall Rules and Firewall Policies are evaluated.
|
366
391
|
Default value is `AFTER_CLASSIC_FIREWALL`.
|
367
392
|
Possible values are: `BEFORE_CLASSIC_FIREWALL`, `AFTER_CLASSIC_FIREWALL`.
|
393
|
+
:param pulumi.Input[str] network_profile: A full or partial URL of the network profile to apply to this network.
|
394
|
+
This field can be set only at resource creation time. For example, the
|
395
|
+
following are valid URLs:
|
396
|
+
* https://www.googleapis.com/compute/beta/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
397
|
+
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
368
398
|
:param pulumi.Input[str] numeric_id: The unique identifier for the resource. This identifier is defined by the server.
|
369
399
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
370
400
|
If it is not provided, the provider project is used.
|
@@ -400,6 +430,8 @@ class _NetworkState:
|
|
400
430
|
pulumi.set(__self__, "name", name)
|
401
431
|
if network_firewall_policy_enforcement_order is not None:
|
402
432
|
pulumi.set(__self__, "network_firewall_policy_enforcement_order", network_firewall_policy_enforcement_order)
|
433
|
+
if network_profile is not None:
|
434
|
+
pulumi.set(__self__, "network_profile", network_profile)
|
403
435
|
if numeric_id is not None:
|
404
436
|
pulumi.set(__self__, "numeric_id", numeric_id)
|
405
437
|
if project is not None:
|
@@ -583,6 +615,22 @@ class _NetworkState:
|
|
583
615
|
def network_firewall_policy_enforcement_order(self, value: Optional[pulumi.Input[str]]):
|
584
616
|
pulumi.set(self, "network_firewall_policy_enforcement_order", value)
|
585
617
|
|
618
|
+
@property
|
619
|
+
@pulumi.getter(name="networkProfile")
|
620
|
+
def network_profile(self) -> Optional[pulumi.Input[str]]:
|
621
|
+
"""
|
622
|
+
A full or partial URL of the network profile to apply to this network.
|
623
|
+
This field can be set only at resource creation time. For example, the
|
624
|
+
following are valid URLs:
|
625
|
+
* https://www.googleapis.com/compute/beta/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
626
|
+
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
627
|
+
"""
|
628
|
+
return pulumi.get(self, "network_profile")
|
629
|
+
|
630
|
+
@network_profile.setter
|
631
|
+
def network_profile(self, value: Optional[pulumi.Input[str]]):
|
632
|
+
pulumi.set(self, "network_profile", value)
|
633
|
+
|
586
634
|
@property
|
587
635
|
@pulumi.getter(name="numericId")
|
588
636
|
def numeric_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -654,6 +702,7 @@ class Network(pulumi.CustomResource):
|
|
654
702
|
mtu: Optional[pulumi.Input[int]] = None,
|
655
703
|
name: Optional[pulumi.Input[str]] = None,
|
656
704
|
network_firewall_policy_enforcement_order: Optional[pulumi.Input[str]] = None,
|
705
|
+
network_profile: Optional[pulumi.Input[str]] = None,
|
657
706
|
project: Optional[pulumi.Input[str]] = None,
|
658
707
|
routing_mode: Optional[pulumi.Input[str]] = None,
|
659
708
|
__props__=None):
|
@@ -804,6 +853,11 @@ class Network(pulumi.CustomResource):
|
|
804
853
|
:param pulumi.Input[str] network_firewall_policy_enforcement_order: Set the order that Firewall Rules and Firewall Policies are evaluated.
|
805
854
|
Default value is `AFTER_CLASSIC_FIREWALL`.
|
806
855
|
Possible values are: `BEFORE_CLASSIC_FIREWALL`, `AFTER_CLASSIC_FIREWALL`.
|
856
|
+
:param pulumi.Input[str] network_profile: A full or partial URL of the network profile to apply to this network.
|
857
|
+
This field can be set only at resource creation time. For example, the
|
858
|
+
following are valid URLs:
|
859
|
+
* https://www.googleapis.com/compute/beta/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
860
|
+
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
807
861
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
808
862
|
If it is not provided, the provider project is used.
|
809
863
|
:param pulumi.Input[str] routing_mode: The network-wide routing mode to use. If set to `REGIONAL`, this
|
@@ -950,6 +1004,7 @@ class Network(pulumi.CustomResource):
|
|
950
1004
|
mtu: Optional[pulumi.Input[int]] = None,
|
951
1005
|
name: Optional[pulumi.Input[str]] = None,
|
952
1006
|
network_firewall_policy_enforcement_order: Optional[pulumi.Input[str]] = None,
|
1007
|
+
network_profile: Optional[pulumi.Input[str]] = None,
|
953
1008
|
project: Optional[pulumi.Input[str]] = None,
|
954
1009
|
routing_mode: Optional[pulumi.Input[str]] = None,
|
955
1010
|
__props__=None):
|
@@ -972,6 +1027,7 @@ class Network(pulumi.CustomResource):
|
|
972
1027
|
__props__.__dict__["mtu"] = mtu
|
973
1028
|
__props__.__dict__["name"] = name
|
974
1029
|
__props__.__dict__["network_firewall_policy_enforcement_order"] = network_firewall_policy_enforcement_order
|
1030
|
+
__props__.__dict__["network_profile"] = network_profile
|
975
1031
|
__props__.__dict__["project"] = project
|
976
1032
|
__props__.__dict__["routing_mode"] = routing_mode
|
977
1033
|
__props__.__dict__["gateway_ipv4"] = None
|
@@ -999,6 +1055,7 @@ class Network(pulumi.CustomResource):
|
|
999
1055
|
mtu: Optional[pulumi.Input[int]] = None,
|
1000
1056
|
name: Optional[pulumi.Input[str]] = None,
|
1001
1057
|
network_firewall_policy_enforcement_order: Optional[pulumi.Input[str]] = None,
|
1058
|
+
network_profile: Optional[pulumi.Input[str]] = None,
|
1002
1059
|
numeric_id: Optional[pulumi.Input[str]] = None,
|
1003
1060
|
project: Optional[pulumi.Input[str]] = None,
|
1004
1061
|
routing_mode: Optional[pulumi.Input[str]] = None,
|
@@ -1052,6 +1109,11 @@ class Network(pulumi.CustomResource):
|
|
1052
1109
|
:param pulumi.Input[str] network_firewall_policy_enforcement_order: Set the order that Firewall Rules and Firewall Policies are evaluated.
|
1053
1110
|
Default value is `AFTER_CLASSIC_FIREWALL`.
|
1054
1111
|
Possible values are: `BEFORE_CLASSIC_FIREWALL`, `AFTER_CLASSIC_FIREWALL`.
|
1112
|
+
:param pulumi.Input[str] network_profile: A full or partial URL of the network profile to apply to this network.
|
1113
|
+
This field can be set only at resource creation time. For example, the
|
1114
|
+
following are valid URLs:
|
1115
|
+
* https://www.googleapis.com/compute/beta/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
1116
|
+
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
1055
1117
|
:param pulumi.Input[str] numeric_id: The unique identifier for the resource. This identifier is defined by the server.
|
1056
1118
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
1057
1119
|
If it is not provided, the provider project is used.
|
@@ -1079,6 +1141,7 @@ class Network(pulumi.CustomResource):
|
|
1079
1141
|
__props__.__dict__["mtu"] = mtu
|
1080
1142
|
__props__.__dict__["name"] = name
|
1081
1143
|
__props__.__dict__["network_firewall_policy_enforcement_order"] = network_firewall_policy_enforcement_order
|
1144
|
+
__props__.__dict__["network_profile"] = network_profile
|
1082
1145
|
__props__.__dict__["numeric_id"] = numeric_id
|
1083
1146
|
__props__.__dict__["project"] = project
|
1084
1147
|
__props__.__dict__["routing_mode"] = routing_mode
|
@@ -1211,6 +1274,18 @@ class Network(pulumi.CustomResource):
|
|
1211
1274
|
"""
|
1212
1275
|
return pulumi.get(self, "network_firewall_policy_enforcement_order")
|
1213
1276
|
|
1277
|
+
@property
|
1278
|
+
@pulumi.getter(name="networkProfile")
|
1279
|
+
def network_profile(self) -> pulumi.Output[Optional[str]]:
|
1280
|
+
"""
|
1281
|
+
A full or partial URL of the network profile to apply to this network.
|
1282
|
+
This field can be set only at resource creation time. For example, the
|
1283
|
+
following are valid URLs:
|
1284
|
+
* https://www.googleapis.com/compute/beta/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
1285
|
+
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
1286
|
+
"""
|
1287
|
+
return pulumi.get(self, "network_profile")
|
1288
|
+
|
1214
1289
|
@property
|
1215
1290
|
@pulumi.getter(name="numericId")
|
1216
1291
|
def numeric_id(self) -> pulumi.Output[str]:
|