pulumi-gcp 8.5.0__py3-none-any.whl → 8.5.0a1727969630__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 +0 -24
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/bigtable/gc_policy.py +0 -7
- pulumi_gcp/compute/_inputs.py +15 -299
- pulumi_gcp/compute/backend_service.py +7 -111
- pulumi_gcp/compute/get_backend_service.py +1 -11
- pulumi_gcp/compute/network.py +0 -236
- pulumi_gcp/compute/outputs.py +14 -399
- pulumi_gcp/compute/region_backend_service.py +7 -115
- pulumi_gcp/compute/route.py +0 -92
- pulumi_gcp/compute/subnetwork.py +2 -2
- pulumi_gcp/container/_inputs.py +0 -94
- pulumi_gcp/container/aws_node_pool.py +0 -59
- pulumi_gcp/container/outputs.py +0 -79
- pulumi_gcp/dataproc/__init__.py +0 -1
- pulumi_gcp/dataproc/_inputs.py +0 -1394
- pulumi_gcp/dataproc/outputs.py +0 -1127
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/healthcare/__init__.py +0 -1
- pulumi_gcp/healthcare/_inputs.py +0 -538
- pulumi_gcp/healthcare/outputs.py +0 -467
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/logging/log_scope.py +7 -7
- pulumi_gcp/networkconnectivity/spoke.py +10 -10
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/pubsub/_inputs.py +1 -333
- pulumi_gcp/pubsub/outputs.py +2 -410
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +0 -44
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/repository.py +2 -0
- pulumi_gcp/securityposture/posture.py +2 -0
- pulumi_gcp/securityposture/posture_deployment.py +2 -0
- pulumi_gcp/serviceusage/consumer_quota_override.py +2 -0
- pulumi_gcp/siteverification/__init__.py +0 -1
- pulumi_gcp/sourcerepo/get_repository.py +1 -11
- pulumi_gcp/sourcerepo/repository.py +0 -47
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_value.py +7 -7
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.5.0.dist-info → pulumi_gcp-8.5.0a1727969630.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.5.0.dist-info → pulumi_gcp-8.5.0a1727969630.dist-info}/RECORD +49 -52
- pulumi_gcp/dataproc/batch.py +0 -1514
- pulumi_gcp/healthcare/pipeline_job.py +0 -1233
- pulumi_gcp/siteverification/owner.py +0 -398
- {pulumi_gcp-8.5.0.dist-info → pulumi_gcp-8.5.0a1727969630.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.5.0.dist-info → pulumi_gcp-8.5.0a1727969630.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/outputs.py
CHANGED
@@ -53,8 +53,6 @@ __all__ = [
|
|
53
53
|
'BackendServiceOutlierDetectionInterval',
|
54
54
|
'BackendServiceSecuritySettings',
|
55
55
|
'BackendServiceSecuritySettingsAwsV4Authentication',
|
56
|
-
'BackendServiceStrongSessionAffinityCookie',
|
57
|
-
'BackendServiceStrongSessionAffinityCookieTtl',
|
58
56
|
'DiskAsyncPrimaryDisk',
|
59
57
|
'DiskAsyncReplicationSecondaryDisk',
|
60
58
|
'DiskDiskEncryptionKey',
|
@@ -275,8 +273,6 @@ __all__ = [
|
|
275
273
|
'RegionBackendServiceOutlierDetection',
|
276
274
|
'RegionBackendServiceOutlierDetectionBaseEjectionTime',
|
277
275
|
'RegionBackendServiceOutlierDetectionInterval',
|
278
|
-
'RegionBackendServiceStrongSessionAffinityCookie',
|
279
|
-
'RegionBackendServiceStrongSessionAffinityCookieTtl',
|
280
276
|
'RegionBackendServiceSubsetting',
|
281
277
|
'RegionCommitmentLicenseResource',
|
282
278
|
'RegionCommitmentResource',
|
@@ -643,8 +639,6 @@ __all__ = [
|
|
643
639
|
'GetBackendServiceOutlierDetectionIntervalResult',
|
644
640
|
'GetBackendServiceSecuritySettingResult',
|
645
641
|
'GetBackendServiceSecuritySettingAwsV4AuthenticationResult',
|
646
|
-
'GetBackendServiceStrongSessionAffinityCookyResult',
|
647
|
-
'GetBackendServiceStrongSessionAffinityCookyTtlResult',
|
648
642
|
'GetDiskAsyncPrimaryDiskResult',
|
649
643
|
'GetDiskDiskEncryptionKeyResult',
|
650
644
|
'GetDiskGuestOsFeatureResult',
|
@@ -3842,89 +3836,6 @@ class BackendServiceSecuritySettingsAwsV4Authentication(dict):
|
|
3842
3836
|
return pulumi.get(self, "origin_region")
|
3843
3837
|
|
3844
3838
|
|
3845
|
-
@pulumi.output_type
|
3846
|
-
class BackendServiceStrongSessionAffinityCookie(dict):
|
3847
|
-
def __init__(__self__, *,
|
3848
|
-
name: Optional[str] = None,
|
3849
|
-
path: Optional[str] = None,
|
3850
|
-
ttl: Optional['outputs.BackendServiceStrongSessionAffinityCookieTtl'] = None):
|
3851
|
-
"""
|
3852
|
-
:param str name: Name of the cookie.
|
3853
|
-
:param str path: Path to set for the cookie.
|
3854
|
-
:param 'BackendServiceStrongSessionAffinityCookieTtlArgs' ttl: Lifetime of the cookie.
|
3855
|
-
Structure is documented below.
|
3856
|
-
"""
|
3857
|
-
if name is not None:
|
3858
|
-
pulumi.set(__self__, "name", name)
|
3859
|
-
if path is not None:
|
3860
|
-
pulumi.set(__self__, "path", path)
|
3861
|
-
if ttl is not None:
|
3862
|
-
pulumi.set(__self__, "ttl", ttl)
|
3863
|
-
|
3864
|
-
@property
|
3865
|
-
@pulumi.getter
|
3866
|
-
def name(self) -> Optional[str]:
|
3867
|
-
"""
|
3868
|
-
Name of the cookie.
|
3869
|
-
"""
|
3870
|
-
return pulumi.get(self, "name")
|
3871
|
-
|
3872
|
-
@property
|
3873
|
-
@pulumi.getter
|
3874
|
-
def path(self) -> Optional[str]:
|
3875
|
-
"""
|
3876
|
-
Path to set for the cookie.
|
3877
|
-
"""
|
3878
|
-
return pulumi.get(self, "path")
|
3879
|
-
|
3880
|
-
@property
|
3881
|
-
@pulumi.getter
|
3882
|
-
def ttl(self) -> Optional['outputs.BackendServiceStrongSessionAffinityCookieTtl']:
|
3883
|
-
"""
|
3884
|
-
Lifetime of the cookie.
|
3885
|
-
Structure is documented below.
|
3886
|
-
"""
|
3887
|
-
return pulumi.get(self, "ttl")
|
3888
|
-
|
3889
|
-
|
3890
|
-
@pulumi.output_type
|
3891
|
-
class BackendServiceStrongSessionAffinityCookieTtl(dict):
|
3892
|
-
def __init__(__self__, *,
|
3893
|
-
seconds: int,
|
3894
|
-
nanos: Optional[int] = None):
|
3895
|
-
"""
|
3896
|
-
:param int seconds: Span of time at a resolution of a second.
|
3897
|
-
Must be from 0 to 315,576,000,000 inclusive.
|
3898
|
-
:param int nanos: Span of time that's a fraction of a second at nanosecond
|
3899
|
-
resolution. Durations less than one second are represented
|
3900
|
-
with a 0 seconds field and a positive nanos field. Must
|
3901
|
-
be from 0 to 999,999,999 inclusive.
|
3902
|
-
"""
|
3903
|
-
pulumi.set(__self__, "seconds", seconds)
|
3904
|
-
if nanos is not None:
|
3905
|
-
pulumi.set(__self__, "nanos", nanos)
|
3906
|
-
|
3907
|
-
@property
|
3908
|
-
@pulumi.getter
|
3909
|
-
def seconds(self) -> int:
|
3910
|
-
"""
|
3911
|
-
Span of time at a resolution of a second.
|
3912
|
-
Must be from 0 to 315,576,000,000 inclusive.
|
3913
|
-
"""
|
3914
|
-
return pulumi.get(self, "seconds")
|
3915
|
-
|
3916
|
-
@property
|
3917
|
-
@pulumi.getter
|
3918
|
-
def nanos(self) -> Optional[int]:
|
3919
|
-
"""
|
3920
|
-
Span of time that's a fraction of a second at nanosecond
|
3921
|
-
resolution. Durations less than one second are represented
|
3922
|
-
with a 0 seconds field and a positive nanos field. Must
|
3923
|
-
be from 0 to 999,999,999 inclusive.
|
3924
|
-
"""
|
3925
|
-
return pulumi.get(self, "nanos")
|
3926
|
-
|
3927
|
-
|
3928
3839
|
@pulumi.output_type
|
3929
3840
|
class DiskAsyncPrimaryDisk(dict):
|
3930
3841
|
def __init__(__self__, *,
|
@@ -7732,7 +7643,7 @@ class InstanceConfidentialInstanceConfig(dict):
|
|
7732
7643
|
confidential_instance_type: Optional[str] = None,
|
7733
7644
|
enable_confidential_compute: Optional[bool] = None):
|
7734
7645
|
"""
|
7735
|
-
:param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
7646
|
+
:param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM. TDX is only available in beta.
|
7736
7647
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
|
7737
7648
|
"""
|
7738
7649
|
if confidential_instance_type is not None:
|
@@ -7744,7 +7655,7 @@ class InstanceConfidentialInstanceConfig(dict):
|
|
7744
7655
|
@pulumi.getter(name="confidentialInstanceType")
|
7745
7656
|
def confidential_instance_type(self) -> Optional[str]:
|
7746
7657
|
"""
|
7747
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
7658
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM. TDX is only available in beta.
|
7748
7659
|
"""
|
7749
7660
|
return pulumi.get(self, "confidential_instance_type")
|
7750
7661
|
|
@@ -8246,7 +8157,7 @@ class InstanceFromMachineImageConfidentialInstanceConfig(dict):
|
|
8246
8157
|
:param str confidential_instance_type: The confidential computing technology the instance uses.
|
8247
8158
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
8248
8159
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
8249
|
-
"AMD Milan" is currently required.
|
8160
|
+
"AMD Milan" is currently required. TDX is only available in beta.
|
8250
8161
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
|
8251
8162
|
"""
|
8252
8163
|
if confidential_instance_type is not None:
|
@@ -8261,7 +8172,7 @@ class InstanceFromMachineImageConfidentialInstanceConfig(dict):
|
|
8261
8172
|
The confidential computing technology the instance uses.
|
8262
8173
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
8263
8174
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
8264
|
-
"AMD Milan" is currently required.
|
8175
|
+
"AMD Milan" is currently required. TDX is only available in beta.
|
8265
8176
|
"""
|
8266
8177
|
return pulumi.get(self, "confidential_instance_type")
|
8267
8178
|
|
@@ -9894,7 +9805,7 @@ class InstanceFromTemplateConfidentialInstanceConfig(dict):
|
|
9894
9805
|
:param str confidential_instance_type: The confidential computing technology the instance uses.
|
9895
9806
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
9896
9807
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
9897
|
-
"AMD Milan" is currently required.
|
9808
|
+
"AMD Milan" is currently required. TDX is only available in beta.
|
9898
9809
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
|
9899
9810
|
"""
|
9900
9811
|
if confidential_instance_type is not None:
|
@@ -9909,7 +9820,7 @@ class InstanceFromTemplateConfidentialInstanceConfig(dict):
|
|
9909
9820
|
The confidential computing technology the instance uses.
|
9910
9821
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
9911
9822
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
9912
|
-
"AMD Milan" is currently required.
|
9823
|
+
"AMD Milan" is currently required. TDX is only available in beta.
|
9913
9824
|
"""
|
9914
9825
|
return pulumi.get(self, "confidential_instance_type")
|
9915
9826
|
|
@@ -13436,7 +13347,7 @@ class InstanceTemplateConfidentialInstanceConfig(dict):
|
|
13436
13347
|
confidential_instance_type: Optional[str] = None,
|
13437
13348
|
enable_confidential_compute: Optional[bool] = None):
|
13438
13349
|
"""
|
13439
|
-
:param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
13350
|
+
:param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM. TDX is only available in beta.
|
13440
13351
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
|
13441
13352
|
"""
|
13442
13353
|
if confidential_instance_type is not None:
|
@@ -13448,7 +13359,7 @@ class InstanceTemplateConfidentialInstanceConfig(dict):
|
|
13448
13359
|
@pulumi.getter(name="confidentialInstanceType")
|
13449
13360
|
def confidential_instance_type(self) -> Optional[str]:
|
13450
13361
|
"""
|
13451
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
13362
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM. TDX is only available in beta.
|
13452
13363
|
"""
|
13453
13364
|
return pulumi.get(self, "confidential_instance_type")
|
13454
13365
|
|
@@ -21022,89 +20933,6 @@ class RegionBackendServiceOutlierDetectionInterval(dict):
|
|
21022
20933
|
return pulumi.get(self, "nanos")
|
21023
20934
|
|
21024
20935
|
|
21025
|
-
@pulumi.output_type
|
21026
|
-
class RegionBackendServiceStrongSessionAffinityCookie(dict):
|
21027
|
-
def __init__(__self__, *,
|
21028
|
-
name: Optional[str] = None,
|
21029
|
-
path: Optional[str] = None,
|
21030
|
-
ttl: Optional['outputs.RegionBackendServiceStrongSessionAffinityCookieTtl'] = None):
|
21031
|
-
"""
|
21032
|
-
:param str name: Name of the cookie.
|
21033
|
-
:param str path: Path to set for the cookie.
|
21034
|
-
:param 'RegionBackendServiceStrongSessionAffinityCookieTtlArgs' ttl: Lifetime of the cookie.
|
21035
|
-
Structure is documented below.
|
21036
|
-
"""
|
21037
|
-
if name is not None:
|
21038
|
-
pulumi.set(__self__, "name", name)
|
21039
|
-
if path is not None:
|
21040
|
-
pulumi.set(__self__, "path", path)
|
21041
|
-
if ttl is not None:
|
21042
|
-
pulumi.set(__self__, "ttl", ttl)
|
21043
|
-
|
21044
|
-
@property
|
21045
|
-
@pulumi.getter
|
21046
|
-
def name(self) -> Optional[str]:
|
21047
|
-
"""
|
21048
|
-
Name of the cookie.
|
21049
|
-
"""
|
21050
|
-
return pulumi.get(self, "name")
|
21051
|
-
|
21052
|
-
@property
|
21053
|
-
@pulumi.getter
|
21054
|
-
def path(self) -> Optional[str]:
|
21055
|
-
"""
|
21056
|
-
Path to set for the cookie.
|
21057
|
-
"""
|
21058
|
-
return pulumi.get(self, "path")
|
21059
|
-
|
21060
|
-
@property
|
21061
|
-
@pulumi.getter
|
21062
|
-
def ttl(self) -> Optional['outputs.RegionBackendServiceStrongSessionAffinityCookieTtl']:
|
21063
|
-
"""
|
21064
|
-
Lifetime of the cookie.
|
21065
|
-
Structure is documented below.
|
21066
|
-
"""
|
21067
|
-
return pulumi.get(self, "ttl")
|
21068
|
-
|
21069
|
-
|
21070
|
-
@pulumi.output_type
|
21071
|
-
class RegionBackendServiceStrongSessionAffinityCookieTtl(dict):
|
21072
|
-
def __init__(__self__, *,
|
21073
|
-
seconds: int,
|
21074
|
-
nanos: Optional[int] = None):
|
21075
|
-
"""
|
21076
|
-
:param int seconds: Span of time at a resolution of a second.
|
21077
|
-
Must be from 0 to 315,576,000,000 inclusive.
|
21078
|
-
:param int nanos: Span of time that's a fraction of a second at nanosecond
|
21079
|
-
resolution. Durations less than one second are represented
|
21080
|
-
with a 0 seconds field and a positive nanos field. Must
|
21081
|
-
be from 0 to 999,999,999 inclusive.
|
21082
|
-
"""
|
21083
|
-
pulumi.set(__self__, "seconds", seconds)
|
21084
|
-
if nanos is not None:
|
21085
|
-
pulumi.set(__self__, "nanos", nanos)
|
21086
|
-
|
21087
|
-
@property
|
21088
|
-
@pulumi.getter
|
21089
|
-
def seconds(self) -> int:
|
21090
|
-
"""
|
21091
|
-
Span of time at a resolution of a second.
|
21092
|
-
Must be from 0 to 315,576,000,000 inclusive.
|
21093
|
-
"""
|
21094
|
-
return pulumi.get(self, "seconds")
|
21095
|
-
|
21096
|
-
@property
|
21097
|
-
@pulumi.getter
|
21098
|
-
def nanos(self) -> Optional[int]:
|
21099
|
-
"""
|
21100
|
-
Span of time that's a fraction of a second at nanosecond
|
21101
|
-
resolution. Durations less than one second are represented
|
21102
|
-
with a 0 seconds field and a positive nanos field. Must
|
21103
|
-
be from 0 to 999,999,999 inclusive.
|
21104
|
-
"""
|
21105
|
-
return pulumi.get(self, "nanos")
|
21106
|
-
|
21107
|
-
|
21108
20936
|
@pulumi.output_type
|
21109
20937
|
class RegionBackendServiceSubsetting(dict):
|
21110
20938
|
def __init__(__self__, *,
|
@@ -23363,7 +23191,7 @@ class RegionInstanceTemplateConfidentialInstanceConfig(dict):
|
|
23363
23191
|
confidential_instance_type: Optional[str] = None,
|
23364
23192
|
enable_confidential_compute: Optional[bool] = None):
|
23365
23193
|
"""
|
23366
|
-
:param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
23194
|
+
:param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM. TDX is only available in beta.
|
23367
23195
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
|
23368
23196
|
"""
|
23369
23197
|
if confidential_instance_type is not None:
|
@@ -23375,7 +23203,7 @@ class RegionInstanceTemplateConfidentialInstanceConfig(dict):
|
|
23375
23203
|
@pulumi.getter(name="confidentialInstanceType")
|
23376
23204
|
def confidential_instance_type(self) -> Optional[str]:
|
23377
23205
|
"""
|
23378
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
23206
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM. TDX is only available in beta.
|
23379
23207
|
"""
|
23380
23208
|
return pulumi.get(self, "confidential_instance_type")
|
23381
23209
|
|
@@ -36237,11 +36065,8 @@ class RouterStatusBestRouteResult(dict):
|
|
36237
36065
|
next_hop_ilb: str,
|
36238
36066
|
next_hop_instance: str,
|
36239
36067
|
next_hop_instance_zone: str,
|
36240
|
-
next_hop_inter_region_cost: str,
|
36241
36068
|
next_hop_ip: str,
|
36242
|
-
next_hop_med: str,
|
36243
36069
|
next_hop_network: str,
|
36244
|
-
next_hop_origin: str,
|
36245
36070
|
next_hop_vpn_tunnel: str,
|
36246
36071
|
priority: int,
|
36247
36072
|
project: str,
|
@@ -36285,11 +36110,8 @@ class RouterStatusBestRouteResult(dict):
|
|
36285
36110
|
* 'zones/zone/instances/instance'
|
36286
36111
|
* Just the instance name, with the zone in 'next_hop_instance_zone'.
|
36287
36112
|
:param str next_hop_instance_zone: The zone of the instance specified in next_hop_instance. Omit if next_hop_instance is specified as a URL.
|
36288
|
-
:param str next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
36289
36113
|
:param str next_hop_ip: Network IP address of an instance that should handle matching packets.
|
36290
|
-
:param str next_hop_med: Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
36291
36114
|
:param str next_hop_network: URL to a Network that should handle matching packets.
|
36292
|
-
:param str next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
36293
36115
|
:param str next_hop_vpn_tunnel: URL to a VpnTunnel that should handle matching packets.
|
36294
36116
|
:param int priority: The priority of this route. Priority is used to break ties in cases
|
36295
36117
|
where there is more than one matching route of equal prefix length.
|
@@ -36310,11 +36132,8 @@ class RouterStatusBestRouteResult(dict):
|
|
36310
36132
|
pulumi.set(__self__, "next_hop_ilb", next_hop_ilb)
|
36311
36133
|
pulumi.set(__self__, "next_hop_instance", next_hop_instance)
|
36312
36134
|
pulumi.set(__self__, "next_hop_instance_zone", next_hop_instance_zone)
|
36313
|
-
pulumi.set(__self__, "next_hop_inter_region_cost", next_hop_inter_region_cost)
|
36314
36135
|
pulumi.set(__self__, "next_hop_ip", next_hop_ip)
|
36315
|
-
pulumi.set(__self__, "next_hop_med", next_hop_med)
|
36316
36136
|
pulumi.set(__self__, "next_hop_network", next_hop_network)
|
36317
|
-
pulumi.set(__self__, "next_hop_origin", next_hop_origin)
|
36318
36137
|
pulumi.set(__self__, "next_hop_vpn_tunnel", next_hop_vpn_tunnel)
|
36319
36138
|
pulumi.set(__self__, "priority", priority)
|
36320
36139
|
pulumi.set(__self__, "project", project)
|
@@ -36414,14 +36233,6 @@ class RouterStatusBestRouteResult(dict):
|
|
36414
36233
|
"""
|
36415
36234
|
return pulumi.get(self, "next_hop_instance_zone")
|
36416
36235
|
|
36417
|
-
@property
|
36418
|
-
@pulumi.getter(name="nextHopInterRegionCost")
|
36419
|
-
def next_hop_inter_region_cost(self) -> str:
|
36420
|
-
"""
|
36421
|
-
Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
36422
|
-
"""
|
36423
|
-
return pulumi.get(self, "next_hop_inter_region_cost")
|
36424
|
-
|
36425
36236
|
@property
|
36426
36237
|
@pulumi.getter(name="nextHopIp")
|
36427
36238
|
def next_hop_ip(self) -> str:
|
@@ -36430,14 +36241,6 @@ class RouterStatusBestRouteResult(dict):
|
|
36430
36241
|
"""
|
36431
36242
|
return pulumi.get(self, "next_hop_ip")
|
36432
36243
|
|
36433
|
-
@property
|
36434
|
-
@pulumi.getter(name="nextHopMed")
|
36435
|
-
def next_hop_med(self) -> str:
|
36436
|
-
"""
|
36437
|
-
Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
36438
|
-
"""
|
36439
|
-
return pulumi.get(self, "next_hop_med")
|
36440
|
-
|
36441
36244
|
@property
|
36442
36245
|
@pulumi.getter(name="nextHopNetwork")
|
36443
36246
|
def next_hop_network(self) -> str:
|
@@ -36446,14 +36249,6 @@ class RouterStatusBestRouteResult(dict):
|
|
36446
36249
|
"""
|
36447
36250
|
return pulumi.get(self, "next_hop_network")
|
36448
36251
|
|
36449
|
-
@property
|
36450
|
-
@pulumi.getter(name="nextHopOrigin")
|
36451
|
-
def next_hop_origin(self) -> str:
|
36452
|
-
"""
|
36453
|
-
Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
36454
|
-
"""
|
36455
|
-
return pulumi.get(self, "next_hop_origin")
|
36456
|
-
|
36457
36252
|
@property
|
36458
36253
|
@pulumi.getter(name="nextHopVpnTunnel")
|
36459
36254
|
def next_hop_vpn_tunnel(self) -> str:
|
@@ -36510,11 +36305,8 @@ class RouterStatusBestRoutesForRouterResult(dict):
|
|
36510
36305
|
next_hop_ilb: str,
|
36511
36306
|
next_hop_instance: str,
|
36512
36307
|
next_hop_instance_zone: str,
|
36513
|
-
next_hop_inter_region_cost: str,
|
36514
36308
|
next_hop_ip: str,
|
36515
|
-
next_hop_med: str,
|
36516
36309
|
next_hop_network: str,
|
36517
|
-
next_hop_origin: str,
|
36518
36310
|
next_hop_vpn_tunnel: str,
|
36519
36311
|
priority: int,
|
36520
36312
|
project: str,
|
@@ -36558,11 +36350,8 @@ class RouterStatusBestRoutesForRouterResult(dict):
|
|
36558
36350
|
* 'zones/zone/instances/instance'
|
36559
36351
|
* Just the instance name, with the zone in 'next_hop_instance_zone'.
|
36560
36352
|
:param str next_hop_instance_zone: The zone of the instance specified in next_hop_instance. Omit if next_hop_instance is specified as a URL.
|
36561
|
-
:param str next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
36562
36353
|
:param str next_hop_ip: Network IP address of an instance that should handle matching packets.
|
36563
|
-
:param str next_hop_med: Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
36564
36354
|
:param str next_hop_network: URL to a Network that should handle matching packets.
|
36565
|
-
:param str next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
36566
36355
|
:param str next_hop_vpn_tunnel: URL to a VpnTunnel that should handle matching packets.
|
36567
36356
|
:param int priority: The priority of this route. Priority is used to break ties in cases
|
36568
36357
|
where there is more than one matching route of equal prefix length.
|
@@ -36583,11 +36372,8 @@ class RouterStatusBestRoutesForRouterResult(dict):
|
|
36583
36372
|
pulumi.set(__self__, "next_hop_ilb", next_hop_ilb)
|
36584
36373
|
pulumi.set(__self__, "next_hop_instance", next_hop_instance)
|
36585
36374
|
pulumi.set(__self__, "next_hop_instance_zone", next_hop_instance_zone)
|
36586
|
-
pulumi.set(__self__, "next_hop_inter_region_cost", next_hop_inter_region_cost)
|
36587
36375
|
pulumi.set(__self__, "next_hop_ip", next_hop_ip)
|
36588
|
-
pulumi.set(__self__, "next_hop_med", next_hop_med)
|
36589
36376
|
pulumi.set(__self__, "next_hop_network", next_hop_network)
|
36590
|
-
pulumi.set(__self__, "next_hop_origin", next_hop_origin)
|
36591
36377
|
pulumi.set(__self__, "next_hop_vpn_tunnel", next_hop_vpn_tunnel)
|
36592
36378
|
pulumi.set(__self__, "priority", priority)
|
36593
36379
|
pulumi.set(__self__, "project", project)
|
@@ -36687,14 +36473,6 @@ class RouterStatusBestRoutesForRouterResult(dict):
|
|
36687
36473
|
"""
|
36688
36474
|
return pulumi.get(self, "next_hop_instance_zone")
|
36689
36475
|
|
36690
|
-
@property
|
36691
|
-
@pulumi.getter(name="nextHopInterRegionCost")
|
36692
|
-
def next_hop_inter_region_cost(self) -> str:
|
36693
|
-
"""
|
36694
|
-
Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
36695
|
-
"""
|
36696
|
-
return pulumi.get(self, "next_hop_inter_region_cost")
|
36697
|
-
|
36698
36476
|
@property
|
36699
36477
|
@pulumi.getter(name="nextHopIp")
|
36700
36478
|
def next_hop_ip(self) -> str:
|
@@ -36703,14 +36481,6 @@ class RouterStatusBestRoutesForRouterResult(dict):
|
|
36703
36481
|
"""
|
36704
36482
|
return pulumi.get(self, "next_hop_ip")
|
36705
36483
|
|
36706
|
-
@property
|
36707
|
-
@pulumi.getter(name="nextHopMed")
|
36708
|
-
def next_hop_med(self) -> str:
|
36709
|
-
"""
|
36710
|
-
Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
36711
|
-
"""
|
36712
|
-
return pulumi.get(self, "next_hop_med")
|
36713
|
-
|
36714
36484
|
@property
|
36715
36485
|
@pulumi.getter(name="nextHopNetwork")
|
36716
36486
|
def next_hop_network(self) -> str:
|
@@ -36719,14 +36489,6 @@ class RouterStatusBestRoutesForRouterResult(dict):
|
|
36719
36489
|
"""
|
36720
36490
|
return pulumi.get(self, "next_hop_network")
|
36721
36491
|
|
36722
|
-
@property
|
36723
|
-
@pulumi.getter(name="nextHopOrigin")
|
36724
|
-
def next_hop_origin(self) -> str:
|
36725
|
-
"""
|
36726
|
-
Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
36727
|
-
"""
|
36728
|
-
return pulumi.get(self, "next_hop_origin")
|
36729
|
-
|
36730
36492
|
@property
|
36731
36493
|
@pulumi.getter(name="nextHopVpnTunnel")
|
36732
36494
|
def next_hop_vpn_tunnel(self) -> str:
|
@@ -47902,87 +47664,6 @@ class GetBackendServiceSecuritySettingAwsV4AuthenticationResult(dict):
|
|
47902
47664
|
return pulumi.get(self, "origin_region")
|
47903
47665
|
|
47904
47666
|
|
47905
|
-
@pulumi.output_type
|
47906
|
-
class GetBackendServiceStrongSessionAffinityCookyResult(dict):
|
47907
|
-
def __init__(__self__, *,
|
47908
|
-
name: str,
|
47909
|
-
path: str,
|
47910
|
-
ttls: Sequence['outputs.GetBackendServiceStrongSessionAffinityCookyTtlResult']):
|
47911
|
-
"""
|
47912
|
-
:param str name: The name of the Backend Service.
|
47913
|
-
|
47914
|
-
- - -
|
47915
|
-
:param str path: Path to set for the cookie.
|
47916
|
-
:param Sequence['GetBackendServiceStrongSessionAffinityCookyTtlArgs'] ttls: Lifetime of the cookie.
|
47917
|
-
"""
|
47918
|
-
pulumi.set(__self__, "name", name)
|
47919
|
-
pulumi.set(__self__, "path", path)
|
47920
|
-
pulumi.set(__self__, "ttls", ttls)
|
47921
|
-
|
47922
|
-
@property
|
47923
|
-
@pulumi.getter
|
47924
|
-
def name(self) -> str:
|
47925
|
-
"""
|
47926
|
-
The name of the Backend Service.
|
47927
|
-
|
47928
|
-
- - -
|
47929
|
-
"""
|
47930
|
-
return pulumi.get(self, "name")
|
47931
|
-
|
47932
|
-
@property
|
47933
|
-
@pulumi.getter
|
47934
|
-
def path(self) -> str:
|
47935
|
-
"""
|
47936
|
-
Path to set for the cookie.
|
47937
|
-
"""
|
47938
|
-
return pulumi.get(self, "path")
|
47939
|
-
|
47940
|
-
@property
|
47941
|
-
@pulumi.getter
|
47942
|
-
def ttls(self) -> Sequence['outputs.GetBackendServiceStrongSessionAffinityCookyTtlResult']:
|
47943
|
-
"""
|
47944
|
-
Lifetime of the cookie.
|
47945
|
-
"""
|
47946
|
-
return pulumi.get(self, "ttls")
|
47947
|
-
|
47948
|
-
|
47949
|
-
@pulumi.output_type
|
47950
|
-
class GetBackendServiceStrongSessionAffinityCookyTtlResult(dict):
|
47951
|
-
def __init__(__self__, *,
|
47952
|
-
nanos: int,
|
47953
|
-
seconds: int):
|
47954
|
-
"""
|
47955
|
-
:param int nanos: Span of time that's a fraction of a second at nanosecond
|
47956
|
-
resolution. Durations less than one second are represented
|
47957
|
-
with a 0 seconds field and a positive nanos field. Must
|
47958
|
-
be from 0 to 999,999,999 inclusive.
|
47959
|
-
:param int seconds: Span of time at a resolution of a second.
|
47960
|
-
Must be from 0 to 315,576,000,000 inclusive.
|
47961
|
-
"""
|
47962
|
-
pulumi.set(__self__, "nanos", nanos)
|
47963
|
-
pulumi.set(__self__, "seconds", seconds)
|
47964
|
-
|
47965
|
-
@property
|
47966
|
-
@pulumi.getter
|
47967
|
-
def nanos(self) -> int:
|
47968
|
-
"""
|
47969
|
-
Span of time that's a fraction of a second at nanosecond
|
47970
|
-
resolution. Durations less than one second are represented
|
47971
|
-
with a 0 seconds field and a positive nanos field. Must
|
47972
|
-
be from 0 to 999,999,999 inclusive.
|
47973
|
-
"""
|
47974
|
-
return pulumi.get(self, "nanos")
|
47975
|
-
|
47976
|
-
@property
|
47977
|
-
@pulumi.getter
|
47978
|
-
def seconds(self) -> int:
|
47979
|
-
"""
|
47980
|
-
Span of time at a resolution of a second.
|
47981
|
-
Must be from 0 to 315,576,000,000 inclusive.
|
47982
|
-
"""
|
47983
|
-
return pulumi.get(self, "seconds")
|
47984
|
-
|
47985
|
-
|
47986
47667
|
@pulumi.output_type
|
47987
47668
|
class GetDiskAsyncPrimaryDiskResult(dict):
|
47988
47669
|
def __init__(__self__, *,
|
@@ -50326,7 +50007,7 @@ class GetInstanceConfidentialInstanceConfigResult(dict):
|
|
50326
50007
|
:param str confidential_instance_type: The confidential computing technology the instance uses.
|
50327
50008
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
50328
50009
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
50329
|
-
"AMD Milan" is currently required.
|
50010
|
+
"AMD Milan" is currently required. TDX is only available in beta.
|
50330
50011
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
|
50331
50012
|
"""
|
50332
50013
|
pulumi.set(__self__, "confidential_instance_type", confidential_instance_type)
|
@@ -50339,7 +50020,7 @@ class GetInstanceConfidentialInstanceConfigResult(dict):
|
|
50339
50020
|
The confidential computing technology the instance uses.
|
50340
50021
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
50341
50022
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
50342
|
-
"AMD Milan" is currently required.
|
50023
|
+
"AMD Milan" is currently required. TDX is only available in beta.
|
50343
50024
|
"""
|
50344
50025
|
return pulumi.get(self, "confidential_instance_type")
|
50345
50026
|
|
@@ -51837,7 +51518,7 @@ class GetInstanceTemplateConfidentialInstanceConfigResult(dict):
|
|
51837
51518
|
:param str confidential_instance_type: The confidential computing technology the instance uses.
|
51838
51519
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
51839
51520
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
51840
|
-
"AMD Milan" is currently required.
|
51521
|
+
"AMD Milan" is currently required. TDX is only available in beta.
|
51841
51522
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
|
51842
51523
|
"""
|
51843
51524
|
pulumi.set(__self__, "confidential_instance_type", confidential_instance_type)
|
@@ -51850,7 +51531,7 @@ class GetInstanceTemplateConfidentialInstanceConfigResult(dict):
|
|
51850
51531
|
The confidential computing technology the instance uses.
|
51851
51532
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
51852
51533
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
51853
|
-
"AMD Milan" is currently required.
|
51534
|
+
"AMD Milan" is currently required. TDX is only available in beta.
|
51854
51535
|
"""
|
51855
51536
|
return pulumi.get(self, "confidential_instance_type")
|
51856
51537
|
|
@@ -56601,11 +56282,8 @@ class GetRouterStatusBestRouteResult(dict):
|
|
56601
56282
|
next_hop_ilb: str,
|
56602
56283
|
next_hop_instance: str,
|
56603
56284
|
next_hop_instance_zone: str,
|
56604
|
-
next_hop_inter_region_cost: str,
|
56605
56285
|
next_hop_ip: str,
|
56606
|
-
next_hop_med: str,
|
56607
56286
|
next_hop_network: str,
|
56608
|
-
next_hop_origin: str,
|
56609
56287
|
next_hop_vpn_tunnel: str,
|
56610
56288
|
priority: int,
|
56611
56289
|
project: str,
|
@@ -56649,11 +56327,8 @@ class GetRouterStatusBestRouteResult(dict):
|
|
56649
56327
|
* 'zones/zone/instances/instance'
|
56650
56328
|
* Just the instance name, with the zone in 'next_hop_instance_zone'.
|
56651
56329
|
:param str next_hop_instance_zone: The zone of the instance specified in next_hop_instance. Omit if next_hop_instance is specified as a URL.
|
56652
|
-
:param str next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
56653
56330
|
:param str next_hop_ip: Network IP address of an instance that should handle matching packets.
|
56654
|
-
:param str next_hop_med: Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
56655
56331
|
:param str next_hop_network: URL to a Network that should handle matching packets.
|
56656
|
-
:param str next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
56657
56332
|
:param str next_hop_vpn_tunnel: URL to a VpnTunnel that should handle matching packets.
|
56658
56333
|
:param int priority: The priority of this route. Priority is used to break ties in cases
|
56659
56334
|
where there is more than one matching route of equal prefix length.
|
@@ -56674,11 +56349,8 @@ class GetRouterStatusBestRouteResult(dict):
|
|
56674
56349
|
pulumi.set(__self__, "next_hop_ilb", next_hop_ilb)
|
56675
56350
|
pulumi.set(__self__, "next_hop_instance", next_hop_instance)
|
56676
56351
|
pulumi.set(__self__, "next_hop_instance_zone", next_hop_instance_zone)
|
56677
|
-
pulumi.set(__self__, "next_hop_inter_region_cost", next_hop_inter_region_cost)
|
56678
56352
|
pulumi.set(__self__, "next_hop_ip", next_hop_ip)
|
56679
|
-
pulumi.set(__self__, "next_hop_med", next_hop_med)
|
56680
56353
|
pulumi.set(__self__, "next_hop_network", next_hop_network)
|
56681
|
-
pulumi.set(__self__, "next_hop_origin", next_hop_origin)
|
56682
56354
|
pulumi.set(__self__, "next_hop_vpn_tunnel", next_hop_vpn_tunnel)
|
56683
56355
|
pulumi.set(__self__, "priority", priority)
|
56684
56356
|
pulumi.set(__self__, "project", project)
|
@@ -56778,14 +56450,6 @@ class GetRouterStatusBestRouteResult(dict):
|
|
56778
56450
|
"""
|
56779
56451
|
return pulumi.get(self, "next_hop_instance_zone")
|
56780
56452
|
|
56781
|
-
@property
|
56782
|
-
@pulumi.getter(name="nextHopInterRegionCost")
|
56783
|
-
def next_hop_inter_region_cost(self) -> str:
|
56784
|
-
"""
|
56785
|
-
Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
56786
|
-
"""
|
56787
|
-
return pulumi.get(self, "next_hop_inter_region_cost")
|
56788
|
-
|
56789
56453
|
@property
|
56790
56454
|
@pulumi.getter(name="nextHopIp")
|
56791
56455
|
def next_hop_ip(self) -> str:
|
@@ -56794,14 +56458,6 @@ class GetRouterStatusBestRouteResult(dict):
|
|
56794
56458
|
"""
|
56795
56459
|
return pulumi.get(self, "next_hop_ip")
|
56796
56460
|
|
56797
|
-
@property
|
56798
|
-
@pulumi.getter(name="nextHopMed")
|
56799
|
-
def next_hop_med(self) -> str:
|
56800
|
-
"""
|
56801
|
-
Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
56802
|
-
"""
|
56803
|
-
return pulumi.get(self, "next_hop_med")
|
56804
|
-
|
56805
56461
|
@property
|
56806
56462
|
@pulumi.getter(name="nextHopNetwork")
|
56807
56463
|
def next_hop_network(self) -> str:
|
@@ -56810,14 +56466,6 @@ class GetRouterStatusBestRouteResult(dict):
|
|
56810
56466
|
"""
|
56811
56467
|
return pulumi.get(self, "next_hop_network")
|
56812
56468
|
|
56813
|
-
@property
|
56814
|
-
@pulumi.getter(name="nextHopOrigin")
|
56815
|
-
def next_hop_origin(self) -> str:
|
56816
|
-
"""
|
56817
|
-
Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
56818
|
-
"""
|
56819
|
-
return pulumi.get(self, "next_hop_origin")
|
56820
|
-
|
56821
56469
|
@property
|
56822
56470
|
@pulumi.getter(name="nextHopVpnTunnel")
|
56823
56471
|
def next_hop_vpn_tunnel(self) -> str:
|
@@ -56874,11 +56522,8 @@ class GetRouterStatusBestRoutesForRouterResult(dict):
|
|
56874
56522
|
next_hop_ilb: str,
|
56875
56523
|
next_hop_instance: str,
|
56876
56524
|
next_hop_instance_zone: str,
|
56877
|
-
next_hop_inter_region_cost: str,
|
56878
56525
|
next_hop_ip: str,
|
56879
|
-
next_hop_med: str,
|
56880
56526
|
next_hop_network: str,
|
56881
|
-
next_hop_origin: str,
|
56882
56527
|
next_hop_vpn_tunnel: str,
|
56883
56528
|
priority: int,
|
56884
56529
|
project: str,
|
@@ -56922,11 +56567,8 @@ class GetRouterStatusBestRoutesForRouterResult(dict):
|
|
56922
56567
|
* 'zones/zone/instances/instance'
|
56923
56568
|
* Just the instance name, with the zone in 'next_hop_instance_zone'.
|
56924
56569
|
:param str next_hop_instance_zone: The zone of the instance specified in next_hop_instance. Omit if next_hop_instance is specified as a URL.
|
56925
|
-
:param str next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
56926
56570
|
:param str next_hop_ip: Network IP address of an instance that should handle matching packets.
|
56927
|
-
:param str next_hop_med: Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
56928
56571
|
:param str next_hop_network: URL to a Network that should handle matching packets.
|
56929
|
-
:param str next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
56930
56572
|
:param str next_hop_vpn_tunnel: URL to a VpnTunnel that should handle matching packets.
|
56931
56573
|
:param int priority: The priority of this route. Priority is used to break ties in cases
|
56932
56574
|
where there is more than one matching route of equal prefix length.
|
@@ -56947,11 +56589,8 @@ class GetRouterStatusBestRoutesForRouterResult(dict):
|
|
56947
56589
|
pulumi.set(__self__, "next_hop_ilb", next_hop_ilb)
|
56948
56590
|
pulumi.set(__self__, "next_hop_instance", next_hop_instance)
|
56949
56591
|
pulumi.set(__self__, "next_hop_instance_zone", next_hop_instance_zone)
|
56950
|
-
pulumi.set(__self__, "next_hop_inter_region_cost", next_hop_inter_region_cost)
|
56951
56592
|
pulumi.set(__self__, "next_hop_ip", next_hop_ip)
|
56952
|
-
pulumi.set(__self__, "next_hop_med", next_hop_med)
|
56953
56593
|
pulumi.set(__self__, "next_hop_network", next_hop_network)
|
56954
|
-
pulumi.set(__self__, "next_hop_origin", next_hop_origin)
|
56955
56594
|
pulumi.set(__self__, "next_hop_vpn_tunnel", next_hop_vpn_tunnel)
|
56956
56595
|
pulumi.set(__self__, "priority", priority)
|
56957
56596
|
pulumi.set(__self__, "project", project)
|
@@ -57051,14 +56690,6 @@ class GetRouterStatusBestRoutesForRouterResult(dict):
|
|
57051
56690
|
"""
|
57052
56691
|
return pulumi.get(self, "next_hop_instance_zone")
|
57053
56692
|
|
57054
|
-
@property
|
57055
|
-
@pulumi.getter(name="nextHopInterRegionCost")
|
57056
|
-
def next_hop_inter_region_cost(self) -> str:
|
57057
|
-
"""
|
57058
|
-
Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
57059
|
-
"""
|
57060
|
-
return pulumi.get(self, "next_hop_inter_region_cost")
|
57061
|
-
|
57062
56693
|
@property
|
57063
56694
|
@pulumi.getter(name="nextHopIp")
|
57064
56695
|
def next_hop_ip(self) -> str:
|
@@ -57067,14 +56698,6 @@ class GetRouterStatusBestRoutesForRouterResult(dict):
|
|
57067
56698
|
"""
|
57068
56699
|
return pulumi.get(self, "next_hop_ip")
|
57069
56700
|
|
57070
|
-
@property
|
57071
|
-
@pulumi.getter(name="nextHopMed")
|
57072
|
-
def next_hop_med(self) -> str:
|
57073
|
-
"""
|
57074
|
-
Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
57075
|
-
"""
|
57076
|
-
return pulumi.get(self, "next_hop_med")
|
57077
|
-
|
57078
56701
|
@property
|
57079
56702
|
@pulumi.getter(name="nextHopNetwork")
|
57080
56703
|
def next_hop_network(self) -> str:
|
@@ -57083,14 +56706,6 @@ class GetRouterStatusBestRoutesForRouterResult(dict):
|
|
57083
56706
|
"""
|
57084
56707
|
return pulumi.get(self, "next_hop_network")
|
57085
56708
|
|
57086
|
-
@property
|
57087
|
-
@pulumi.getter(name="nextHopOrigin")
|
57088
|
-
def next_hop_origin(self) -> str:
|
57089
|
-
"""
|
57090
|
-
Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
57091
|
-
"""
|
57092
|
-
return pulumi.get(self, "next_hop_origin")
|
57093
|
-
|
57094
56709
|
@property
|
57095
56710
|
@pulumi.getter(name="nextHopVpnTunnel")
|
57096
56711
|
def next_hop_vpn_tunnel(self) -> str:
|