pulumi-gcp 7.34.0a1722421695__py3-none-any.whl → 7.35.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.
Potentially problematic release.
This version of pulumi-gcp might be problematic. Click here for more details.
- pulumi_gcp/__init__.py +40 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +12 -3
- pulumi_gcp/accesscontextmanager/access_policy.py +18 -18
- pulumi_gcp/accesscontextmanager/outputs.py +8 -2
- pulumi_gcp/alloydb/_inputs.py +174 -0
- pulumi_gcp/alloydb/instance.py +54 -0
- pulumi_gcp/alloydb/outputs.py +133 -0
- pulumi_gcp/apigee/__init__.py +2 -0
- pulumi_gcp/apigee/environment_keyvaluemaps.py +370 -0
- pulumi_gcp/apigee/environment_keyvaluemaps_entries.py +440 -0
- pulumi_gcp/apigee/instance.py +2 -2
- pulumi_gcp/apigee/nat_address.py +2 -2
- pulumi_gcp/apigee/organization.py +4 -4
- pulumi_gcp/apphub/service_project_attachment.py +11 -11
- pulumi_gcp/bigquery/_inputs.py +36 -0
- pulumi_gcp/bigquery/app_profile.py +54 -0
- pulumi_gcp/bigquery/data_transfer_config.py +52 -0
- pulumi_gcp/bigquery/outputs.py +38 -0
- pulumi_gcp/bigquery/reservation.py +34 -4
- pulumi_gcp/bigquery/table.py +65 -21
- pulumi_gcp/bigtable/table.py +27 -26
- pulumi_gcp/certificateauthority/authority.py +4 -4
- pulumi_gcp/cloudfunctions/function.py +47 -0
- pulumi_gcp/cloudfunctions/get_function.py +11 -1
- pulumi_gcp/cloudfunctionsv2/function.py +2 -2
- pulumi_gcp/cloudrun/_inputs.py +24 -21
- pulumi_gcp/cloudrun/outputs.py +20 -24
- pulumi_gcp/cloudrunv2/_inputs.py +3 -0
- pulumi_gcp/cloudrunv2/outputs.py +4 -0
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +2358 -353
- pulumi_gcp/compute/backend_service.py +6 -0
- pulumi_gcp/compute/disk.py +75 -0
- pulumi_gcp/compute/get_disk.py +11 -1
- pulumi_gcp/compute/get_hc_vpn_gateway.py +11 -1
- pulumi_gcp/compute/get_instance_template.py +2 -2
- pulumi_gcp/compute/get_region_instance_template.py +2 -2
- pulumi_gcp/compute/get_snapshot.py +2 -2
- pulumi_gcp/compute/ha_vpn_gateway.py +68 -7
- pulumi_gcp/compute/outputs.py +1490 -31
- pulumi_gcp/compute/public_advertised_prefix.py +30 -2
- pulumi_gcp/compute/resize_request.py +782 -0
- pulumi_gcp/compute/router_peer.py +437 -0
- pulumi_gcp/compute/router_route_policy.py +616 -0
- pulumi_gcp/compute/service_attachment.py +7 -14
- pulumi_gcp/container/_inputs.py +218 -21
- pulumi_gcp/container/node_pool.py +0 -14
- pulumi_gcp/container/outputs.py +228 -14
- pulumi_gcp/databasemigrationservice/private_connection.py +10 -6
- pulumi_gcp/dataloss/_inputs.py +707 -21
- pulumi_gcp/dataloss/outputs.py +588 -14
- pulumi_gcp/datastore/data_store_index.py +24 -12
- pulumi_gcp/datastream/_inputs.py +83 -3
- pulumi_gcp/datastream/outputs.py +51 -3
- pulumi_gcp/datastream/stream.py +170 -0
- pulumi_gcp/firebase/database_instance.py +8 -8
- pulumi_gcp/firebase/hosting_site.py +8 -8
- pulumi_gcp/firebase/project.py +10 -2
- pulumi_gcp/firestore/index.py +10 -10
- pulumi_gcp/gkeonprem/_inputs.py +78 -78
- pulumi_gcp/gkeonprem/outputs.py +52 -52
- pulumi_gcp/iap/client.py +4 -4
- pulumi_gcp/integrationconnectors/_inputs.py +30 -30
- pulumi_gcp/integrationconnectors/outputs.py +20 -20
- pulumi_gcp/kms/key_handle.py +7 -7
- pulumi_gcp/migrationcenter/_inputs.py +21 -129
- pulumi_gcp/migrationcenter/outputs.py +14 -86
- pulumi_gcp/netapp/volume.py +1 -1
- pulumi_gcp/networkconnectivity/_inputs.py +3 -6
- pulumi_gcp/networkconnectivity/hub.py +129 -49
- pulumi_gcp/networkconnectivity/outputs.py +2 -4
- pulumi_gcp/networkconnectivity/spoke.py +159 -104
- pulumi_gcp/networksecurity/tls_inspection_policy.py +2 -2
- pulumi_gcp/organizations/project.py +16 -7
- pulumi_gcp/orgpolicy/policy.py +4 -4
- pulumi_gcp/projects/get_project_service.py +11 -1
- pulumi_gcp/projects/service.py +68 -0
- pulumi_gcp/projects/service_identity.py +30 -2
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/instance.py +528 -4
- pulumi_gcp/securitycenter/__init__.py +1 -0
- pulumi_gcp/securitycenter/v2_organization_mute_config.py +673 -0
- pulumi_gcp/sql/_inputs.py +35 -15
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/sql/outputs.py +50 -14
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vmwareengine/get_private_cloud.py +21 -1
- pulumi_gcp/vmwareengine/private_cloud.py +121 -2
- pulumi_gcp/workbench/_inputs.py +77 -0
- pulumi_gcp/workbench/instance.py +18 -4
- pulumi_gcp/workbench/outputs.py +67 -1
- {pulumi_gcp-7.34.0a1722421695.dist-info → pulumi_gcp-7.35.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.34.0a1722421695.dist-info → pulumi_gcp-7.35.0.dist-info}/RECORD +96 -91
- {pulumi_gcp-7.34.0a1722421695.dist-info → pulumi_gcp-7.35.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.34.0a1722421695.dist-info → pulumi_gcp-7.35.0.dist-info}/top_level.txt +0 -0
@@ -1476,6 +1476,9 @@ class BackendService(pulumi.CustomResource):
|
|
1476
1476
|
* How-to Guides
|
1477
1477
|
* [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/http/backend-service)
|
1478
1478
|
|
1479
|
+
> **Warning:** All arguments including the following potentially sensitive
|
1480
|
+
values will be stored in the raw state as plain text: `iap.oauth2_client_secret`, `iap.oauth2_client_secret_sha256`, `security_settings.aws_v4_authentication.access_key`.
|
1481
|
+
|
1479
1482
|
## Example Usage
|
1480
1483
|
|
1481
1484
|
### Backend Service Basic
|
@@ -1903,6 +1906,9 @@ class BackendService(pulumi.CustomResource):
|
|
1903
1906
|
* How-to Guides
|
1904
1907
|
* [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/http/backend-service)
|
1905
1908
|
|
1909
|
+
> **Warning:** All arguments including the following potentially sensitive
|
1910
|
+
values will be stored in the raw state as plain text: `iap.oauth2_client_secret`, `iap.oauth2_client_secret_sha256`, `security_settings.aws_v4_authentication.access_key`.
|
1911
|
+
|
1906
1912
|
## Example Usage
|
1907
1913
|
|
1908
1914
|
### Backend Service Basic
|
pulumi_gcp/compute/disk.py
CHANGED
@@ -21,6 +21,7 @@ __all__ = ['DiskArgs', 'Disk']
|
|
21
21
|
@pulumi.input_type
|
22
22
|
class DiskArgs:
|
23
23
|
def __init__(__self__, *,
|
24
|
+
access_mode: Optional[pulumi.Input[str]] = None,
|
24
25
|
async_primary_disk: Optional[pulumi.Input['DiskAsyncPrimaryDiskArgs']] = None,
|
25
26
|
description: Optional[pulumi.Input[str]] = None,
|
26
27
|
disk_encryption_key: Optional[pulumi.Input['DiskDiskEncryptionKeyArgs']] = None,
|
@@ -47,6 +48,11 @@ class DiskArgs:
|
|
47
48
|
zone: Optional[pulumi.Input[str]] = None):
|
48
49
|
"""
|
49
50
|
The set of arguments for constructing a Disk resource.
|
51
|
+
:param pulumi.Input[str] access_mode: The accessMode of the disk.
|
52
|
+
For example:
|
53
|
+
* READ_WRITE_SINGLE
|
54
|
+
* READ_WRITE_MANY
|
55
|
+
* READ_ONLY_SINGLE
|
50
56
|
:param pulumi.Input['DiskAsyncPrimaryDiskArgs'] async_primary_disk: A nested object resource
|
51
57
|
Structure is documented below.
|
52
58
|
:param pulumi.Input[str] description: An optional description of this resource. Provide this property when
|
@@ -154,6 +160,8 @@ class DiskArgs:
|
|
154
160
|
create the disk. Provide this when creating the disk.
|
155
161
|
:param pulumi.Input[str] zone: A reference to the zone where the disk resides.
|
156
162
|
"""
|
163
|
+
if access_mode is not None:
|
164
|
+
pulumi.set(__self__, "access_mode", access_mode)
|
157
165
|
if async_primary_disk is not None:
|
158
166
|
pulumi.set(__self__, "async_primary_disk", async_primary_disk)
|
159
167
|
if description is not None:
|
@@ -206,6 +214,22 @@ class DiskArgs:
|
|
206
214
|
if zone is not None:
|
207
215
|
pulumi.set(__self__, "zone", zone)
|
208
216
|
|
217
|
+
@property
|
218
|
+
@pulumi.getter(name="accessMode")
|
219
|
+
def access_mode(self) -> Optional[pulumi.Input[str]]:
|
220
|
+
"""
|
221
|
+
The accessMode of the disk.
|
222
|
+
For example:
|
223
|
+
* READ_WRITE_SINGLE
|
224
|
+
* READ_WRITE_MANY
|
225
|
+
* READ_ONLY_SINGLE
|
226
|
+
"""
|
227
|
+
return pulumi.get(self, "access_mode")
|
228
|
+
|
229
|
+
@access_mode.setter
|
230
|
+
def access_mode(self, value: Optional[pulumi.Input[str]]):
|
231
|
+
pulumi.set(self, "access_mode", value)
|
232
|
+
|
209
233
|
@property
|
210
234
|
@pulumi.getter(name="asyncPrimaryDisk")
|
211
235
|
def async_primary_disk(self) -> Optional[pulumi.Input['DiskAsyncPrimaryDiskArgs']]:
|
@@ -581,6 +605,7 @@ class DiskArgs:
|
|
581
605
|
@pulumi.input_type
|
582
606
|
class _DiskState:
|
583
607
|
def __init__(__self__, *,
|
608
|
+
access_mode: Optional[pulumi.Input[str]] = None,
|
584
609
|
async_primary_disk: Optional[pulumi.Input['DiskAsyncPrimaryDiskArgs']] = None,
|
585
610
|
creation_timestamp: Optional[pulumi.Input[str]] = None,
|
586
611
|
description: Optional[pulumi.Input[str]] = None,
|
@@ -619,6 +644,11 @@ class _DiskState:
|
|
619
644
|
zone: Optional[pulumi.Input[str]] = None):
|
620
645
|
"""
|
621
646
|
Input properties used for looking up and filtering Disk resources.
|
647
|
+
:param pulumi.Input[str] access_mode: The accessMode of the disk.
|
648
|
+
For example:
|
649
|
+
* READ_WRITE_SINGLE
|
650
|
+
* READ_WRITE_MANY
|
651
|
+
* READ_ONLY_SINGLE
|
622
652
|
:param pulumi.Input['DiskAsyncPrimaryDiskArgs'] async_primary_disk: A nested object resource
|
623
653
|
Structure is documented below.
|
624
654
|
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
@@ -752,6 +782,8 @@ class _DiskState:
|
|
752
782
|
project/zones/zone/instances/instance
|
753
783
|
:param pulumi.Input[str] zone: A reference to the zone where the disk resides.
|
754
784
|
"""
|
785
|
+
if access_mode is not None:
|
786
|
+
pulumi.set(__self__, "access_mode", access_mode)
|
755
787
|
if async_primary_disk is not None:
|
756
788
|
pulumi.set(__self__, "async_primary_disk", async_primary_disk)
|
757
789
|
if creation_timestamp is not None:
|
@@ -828,6 +860,22 @@ class _DiskState:
|
|
828
860
|
if zone is not None:
|
829
861
|
pulumi.set(__self__, "zone", zone)
|
830
862
|
|
863
|
+
@property
|
864
|
+
@pulumi.getter(name="accessMode")
|
865
|
+
def access_mode(self) -> Optional[pulumi.Input[str]]:
|
866
|
+
"""
|
867
|
+
The accessMode of the disk.
|
868
|
+
For example:
|
869
|
+
* READ_WRITE_SINGLE
|
870
|
+
* READ_WRITE_MANY
|
871
|
+
* READ_ONLY_SINGLE
|
872
|
+
"""
|
873
|
+
return pulumi.get(self, "access_mode")
|
874
|
+
|
875
|
+
@access_mode.setter
|
876
|
+
def access_mode(self, value: Optional[pulumi.Input[str]]):
|
877
|
+
pulumi.set(self, "access_mode", value)
|
878
|
+
|
831
879
|
@property
|
832
880
|
@pulumi.getter(name="asyncPrimaryDisk")
|
833
881
|
def async_primary_disk(self) -> Optional[pulumi.Input['DiskAsyncPrimaryDiskArgs']]:
|
@@ -1363,6 +1411,7 @@ class Disk(pulumi.CustomResource):
|
|
1363
1411
|
def __init__(__self__,
|
1364
1412
|
resource_name: str,
|
1365
1413
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1414
|
+
access_mode: Optional[pulumi.Input[str]] = None,
|
1366
1415
|
async_primary_disk: Optional[pulumi.Input[Union['DiskAsyncPrimaryDiskArgs', 'DiskAsyncPrimaryDiskArgsDict']]] = None,
|
1367
1416
|
description: Optional[pulumi.Input[str]] = None,
|
1368
1417
|
disk_encryption_key: Optional[pulumi.Input[Union['DiskDiskEncryptionKeyArgs', 'DiskDiskEncryptionKeyArgsDict']]] = None,
|
@@ -1509,6 +1558,11 @@ class Disk(pulumi.CustomResource):
|
|
1509
1558
|
|
1510
1559
|
:param str resource_name: The name of the resource.
|
1511
1560
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1561
|
+
:param pulumi.Input[str] access_mode: The accessMode of the disk.
|
1562
|
+
For example:
|
1563
|
+
* READ_WRITE_SINGLE
|
1564
|
+
* READ_WRITE_MANY
|
1565
|
+
* READ_ONLY_SINGLE
|
1512
1566
|
:param pulumi.Input[Union['DiskAsyncPrimaryDiskArgs', 'DiskAsyncPrimaryDiskArgsDict']] async_primary_disk: A nested object resource
|
1513
1567
|
Structure is documented below.
|
1514
1568
|
:param pulumi.Input[str] description: An optional description of this resource. Provide this property when
|
@@ -1756,6 +1810,7 @@ class Disk(pulumi.CustomResource):
|
|
1756
1810
|
def _internal_init(__self__,
|
1757
1811
|
resource_name: str,
|
1758
1812
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1813
|
+
access_mode: Optional[pulumi.Input[str]] = None,
|
1759
1814
|
async_primary_disk: Optional[pulumi.Input[Union['DiskAsyncPrimaryDiskArgs', 'DiskAsyncPrimaryDiskArgsDict']]] = None,
|
1760
1815
|
description: Optional[pulumi.Input[str]] = None,
|
1761
1816
|
disk_encryption_key: Optional[pulumi.Input[Union['DiskDiskEncryptionKeyArgs', 'DiskDiskEncryptionKeyArgsDict']]] = None,
|
@@ -1789,6 +1844,7 @@ class Disk(pulumi.CustomResource):
|
|
1789
1844
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
1790
1845
|
__props__ = DiskArgs.__new__(DiskArgs)
|
1791
1846
|
|
1847
|
+
__props__.__dict__["access_mode"] = access_mode
|
1792
1848
|
__props__.__dict__["async_primary_disk"] = async_primary_disk
|
1793
1849
|
__props__.__dict__["description"] = description
|
1794
1850
|
__props__.__dict__["disk_encryption_key"] = disk_encryption_key
|
@@ -1837,6 +1893,7 @@ class Disk(pulumi.CustomResource):
|
|
1837
1893
|
def get(resource_name: str,
|
1838
1894
|
id: pulumi.Input[str],
|
1839
1895
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1896
|
+
access_mode: Optional[pulumi.Input[str]] = None,
|
1840
1897
|
async_primary_disk: Optional[pulumi.Input[Union['DiskAsyncPrimaryDiskArgs', 'DiskAsyncPrimaryDiskArgsDict']]] = None,
|
1841
1898
|
creation_timestamp: Optional[pulumi.Input[str]] = None,
|
1842
1899
|
description: Optional[pulumi.Input[str]] = None,
|
@@ -1880,6 +1937,11 @@ class Disk(pulumi.CustomResource):
|
|
1880
1937
|
:param str resource_name: The unique name of the resulting resource.
|
1881
1938
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1882
1939
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1940
|
+
:param pulumi.Input[str] access_mode: The accessMode of the disk.
|
1941
|
+
For example:
|
1942
|
+
* READ_WRITE_SINGLE
|
1943
|
+
* READ_WRITE_MANY
|
1944
|
+
* READ_ONLY_SINGLE
|
1883
1945
|
:param pulumi.Input[Union['DiskAsyncPrimaryDiskArgs', 'DiskAsyncPrimaryDiskArgsDict']] async_primary_disk: A nested object resource
|
1884
1946
|
Structure is documented below.
|
1885
1947
|
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
@@ -2017,6 +2079,7 @@ class Disk(pulumi.CustomResource):
|
|
2017
2079
|
|
2018
2080
|
__props__ = _DiskState.__new__(_DiskState)
|
2019
2081
|
|
2082
|
+
__props__.__dict__["access_mode"] = access_mode
|
2020
2083
|
__props__.__dict__["async_primary_disk"] = async_primary_disk
|
2021
2084
|
__props__.__dict__["creation_timestamp"] = creation_timestamp
|
2022
2085
|
__props__.__dict__["description"] = description
|
@@ -2055,6 +2118,18 @@ class Disk(pulumi.CustomResource):
|
|
2055
2118
|
__props__.__dict__["zone"] = zone
|
2056
2119
|
return Disk(resource_name, opts=opts, __props__=__props__)
|
2057
2120
|
|
2121
|
+
@property
|
2122
|
+
@pulumi.getter(name="accessMode")
|
2123
|
+
def access_mode(self) -> pulumi.Output[str]:
|
2124
|
+
"""
|
2125
|
+
The accessMode of the disk.
|
2126
|
+
For example:
|
2127
|
+
* READ_WRITE_SINGLE
|
2128
|
+
* READ_WRITE_MANY
|
2129
|
+
* READ_ONLY_SINGLE
|
2130
|
+
"""
|
2131
|
+
return pulumi.get(self, "access_mode")
|
2132
|
+
|
2058
2133
|
@property
|
2059
2134
|
@pulumi.getter(name="asyncPrimaryDisk")
|
2060
2135
|
def async_primary_disk(self) -> pulumi.Output[Optional['outputs.DiskAsyncPrimaryDisk']]:
|
pulumi_gcp/compute/get_disk.py
CHANGED
@@ -27,7 +27,10 @@ class GetDiskResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getDisk.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, async_primary_disks=None, creation_timestamp=None, description=None, disk_encryption_keys=None, disk_id=None, effective_labels=None, enable_confidential_compute=None, guest_os_features=None, id=None, image=None, interface=None, label_fingerprint=None, labels=None, last_attach_timestamp=None, last_detach_timestamp=None, licenses=None, multi_writer=None, name=None, physical_block_size_bytes=None, project=None, provisioned_iops=None, provisioned_throughput=None, pulumi_labels=None, resource_policies=None, self_link=None, size=None, snapshot=None, source_disk=None, source_disk_id=None, source_image_encryption_keys=None, source_image_id=None, source_snapshot_encryption_keys=None, source_snapshot_id=None, storage_pool=None, type=None, users=None, zone=None):
|
30
|
+
def __init__(__self__, access_mode=None, async_primary_disks=None, creation_timestamp=None, description=None, disk_encryption_keys=None, disk_id=None, effective_labels=None, enable_confidential_compute=None, guest_os_features=None, id=None, image=None, interface=None, label_fingerprint=None, labels=None, last_attach_timestamp=None, last_detach_timestamp=None, licenses=None, multi_writer=None, name=None, physical_block_size_bytes=None, project=None, provisioned_iops=None, provisioned_throughput=None, pulumi_labels=None, resource_policies=None, self_link=None, size=None, snapshot=None, source_disk=None, source_disk_id=None, source_image_encryption_keys=None, source_image_id=None, source_snapshot_encryption_keys=None, source_snapshot_id=None, storage_pool=None, type=None, users=None, zone=None):
|
31
|
+
if access_mode and not isinstance(access_mode, str):
|
32
|
+
raise TypeError("Expected argument 'access_mode' to be a str")
|
33
|
+
pulumi.set(__self__, "access_mode", access_mode)
|
31
34
|
if async_primary_disks and not isinstance(async_primary_disks, list):
|
32
35
|
raise TypeError("Expected argument 'async_primary_disks' to be a list")
|
33
36
|
pulumi.set(__self__, "async_primary_disks", async_primary_disks)
|
@@ -140,6 +143,11 @@ class GetDiskResult:
|
|
140
143
|
raise TypeError("Expected argument 'zone' to be a str")
|
141
144
|
pulumi.set(__self__, "zone", zone)
|
142
145
|
|
146
|
+
@property
|
147
|
+
@pulumi.getter(name="accessMode")
|
148
|
+
def access_mode(self) -> str:
|
149
|
+
return pulumi.get(self, "access_mode")
|
150
|
+
|
143
151
|
@property
|
144
152
|
@pulumi.getter(name="asyncPrimaryDisks")
|
145
153
|
def async_primary_disks(self) -> Sequence['outputs.GetDiskAsyncPrimaryDiskResult']:
|
@@ -401,6 +409,7 @@ class AwaitableGetDiskResult(GetDiskResult):
|
|
401
409
|
if False:
|
402
410
|
yield self
|
403
411
|
return GetDiskResult(
|
412
|
+
access_mode=self.access_mode,
|
404
413
|
async_primary_disks=self.async_primary_disks,
|
405
414
|
creation_timestamp=self.creation_timestamp,
|
406
415
|
description=self.description,
|
@@ -479,6 +488,7 @@ def get_disk(name: Optional[str] = None,
|
|
479
488
|
__ret__ = pulumi.runtime.invoke('gcp:compute/getDisk:getDisk', __args__, opts=opts, typ=GetDiskResult).value
|
480
489
|
|
481
490
|
return AwaitableGetDiskResult(
|
491
|
+
access_mode=pulumi.get(__ret__, 'access_mode'),
|
482
492
|
async_primary_disks=pulumi.get(__ret__, 'async_primary_disks'),
|
483
493
|
creation_timestamp=pulumi.get(__ret__, 'creation_timestamp'),
|
484
494
|
description=pulumi.get(__ret__, 'description'),
|
@@ -27,10 +27,13 @@ class GetHcVpnGatewayResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getHcVpnGateway.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, description=None, id=None, name=None, network=None, project=None, region=None, self_link=None, stack_type=None, vpn_interfaces=None):
|
30
|
+
def __init__(__self__, description=None, gateway_ip_version=None, id=None, name=None, network=None, project=None, region=None, self_link=None, stack_type=None, vpn_interfaces=None):
|
31
31
|
if description and not isinstance(description, str):
|
32
32
|
raise TypeError("Expected argument 'description' to be a str")
|
33
33
|
pulumi.set(__self__, "description", description)
|
34
|
+
if gateway_ip_version and not isinstance(gateway_ip_version, str):
|
35
|
+
raise TypeError("Expected argument 'gateway_ip_version' to be a str")
|
36
|
+
pulumi.set(__self__, "gateway_ip_version", gateway_ip_version)
|
34
37
|
if id and not isinstance(id, str):
|
35
38
|
raise TypeError("Expected argument 'id' to be a str")
|
36
39
|
pulumi.set(__self__, "id", id)
|
@@ -61,6 +64,11 @@ class GetHcVpnGatewayResult:
|
|
61
64
|
def description(self) -> str:
|
62
65
|
return pulumi.get(self, "description")
|
63
66
|
|
67
|
+
@property
|
68
|
+
@pulumi.getter(name="gatewayIpVersion")
|
69
|
+
def gateway_ip_version(self) -> str:
|
70
|
+
return pulumi.get(self, "gateway_ip_version")
|
71
|
+
|
64
72
|
@property
|
65
73
|
@pulumi.getter
|
66
74
|
def id(self) -> str:
|
@@ -112,6 +120,7 @@ class AwaitableGetHcVpnGatewayResult(GetHcVpnGatewayResult):
|
|
112
120
|
yield self
|
113
121
|
return GetHcVpnGatewayResult(
|
114
122
|
description=self.description,
|
123
|
+
gateway_ip_version=self.gateway_ip_version,
|
115
124
|
id=self.id,
|
116
125
|
name=self.name,
|
117
126
|
network=self.network,
|
@@ -150,6 +159,7 @@ def get_hc_vpn_gateway(name: Optional[str] = None,
|
|
150
159
|
|
151
160
|
return AwaitableGetHcVpnGatewayResult(
|
152
161
|
description=pulumi.get(__ret__, 'description'),
|
162
|
+
gateway_ip_version=pulumi.get(__ret__, 'gateway_ip_version'),
|
153
163
|
id=pulumi.get(__ret__, 'id'),
|
154
164
|
name=pulumi.get(__ret__, 'name'),
|
155
165
|
network=pulumi.get(__ret__, 'network'),
|
@@ -485,7 +485,7 @@ def get_instance_template(filter: Optional[str] = None,
|
|
485
485
|
|
486
486
|
|
487
487
|
:param str filter: A filter to retrieve the instance templates.
|
488
|
-
See [
|
488
|
+
See [API filter parameter documentation](https://cloud.google.com/compute/docs/reference/rest/v1/instanceTemplates/list#body.QUERY_PARAMETERS.filter) for reference.
|
489
489
|
If multiple instance templates match, either adjust the filter or specify `most_recent`.
|
490
490
|
One of `name`, `filter` or `self_link_unique` must be provided.
|
491
491
|
:param bool most_recent: If `filter` is provided, ensures the most recent template is returned when multiple instance templates match. One of `name`, `filter` or `self_link_unique` must be provided.
|
@@ -559,7 +559,7 @@ def get_instance_template_output(filter: Optional[pulumi.Input[Optional[str]]] =
|
|
559
559
|
|
560
560
|
|
561
561
|
:param str filter: A filter to retrieve the instance templates.
|
562
|
-
See [
|
562
|
+
See [API filter parameter documentation](https://cloud.google.com/compute/docs/reference/rest/v1/instanceTemplates/list#body.QUERY_PARAMETERS.filter) for reference.
|
563
563
|
If multiple instance templates match, either adjust the filter or specify `most_recent`.
|
564
564
|
One of `name`, `filter` or `self_link_unique` must be provided.
|
565
565
|
:param bool most_recent: If `filter` is provided, ensures the most recent template is returned when multiple instance templates match. One of `name`, `filter` or `self_link_unique` must be provided.
|
@@ -473,7 +473,7 @@ def get_region_instance_template(filter: Optional[str] = None,
|
|
473
473
|
|
474
474
|
|
475
475
|
:param str filter: A filter to retrieve the instance templates.
|
476
|
-
See [
|
476
|
+
See [API filter parameter documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionInstanceTemplates/list#body.QUERY_PARAMETERS.filter) for reference.
|
477
477
|
If multiple instance templates match, either adjust the filter or specify `most_recent`. One of `name` or `filter` must be provided.
|
478
478
|
:param bool most_recent: If `filter` is provided, ensures the most recent template is returned when multiple instance templates match. One of `name` or `filter` must be provided.
|
479
479
|
:param str name: The name of the instance template. One of `name` or `filter` must be provided.
|
@@ -557,7 +557,7 @@ def get_region_instance_template_output(filter: Optional[pulumi.Input[Optional[s
|
|
557
557
|
|
558
558
|
|
559
559
|
:param str filter: A filter to retrieve the instance templates.
|
560
|
-
See [
|
560
|
+
See [API filter parameter documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionInstanceTemplates/list#body.QUERY_PARAMETERS.filter) for reference.
|
561
561
|
If multiple instance templates match, either adjust the filter or specify `most_recent`. One of `name` or `filter` must be provided.
|
562
562
|
:param bool most_recent: If `filter` is provided, ensures the most recent template is returned when multiple instance templates match. One of `name` or `filter` must be provided.
|
563
563
|
:param str name: The name of the instance template. One of `name` or `filter` must be provided.
|
@@ -266,7 +266,7 @@ def get_snapshot(filter: Optional[str] = None,
|
|
266
266
|
|
267
267
|
|
268
268
|
:param str filter: A filter to retrieve the compute snapshot.
|
269
|
-
See [
|
269
|
+
See [API filter parameter documentation](https://cloud.google.com/compute/docs/reference/rest/v1/snapshots/list#body.QUERY_PARAMETERS.filter) for reference.
|
270
270
|
If multiple compute snapshot match, either adjust the filter or specify `most_recent`. One of `name` or `filter` must be provided.
|
271
271
|
If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Example `sourceDisk eq '.*(.*/data-disk$).*'`. More details for golang Snapshots list call filters [here](https://pkg.go.dev/google.golang.org/api/compute/v1#SnapshotsListCall.Filter).
|
272
272
|
:param bool most_recent: If `filter` is provided, ensures the most recent snapshot is returned when multiple compute snapshot match.
|
@@ -337,7 +337,7 @@ def get_snapshot_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
|
|
337
337
|
|
338
338
|
|
339
339
|
:param str filter: A filter to retrieve the compute snapshot.
|
340
|
-
See [
|
340
|
+
See [API filter parameter documentation](https://cloud.google.com/compute/docs/reference/rest/v1/snapshots/list#body.QUERY_PARAMETERS.filter) for reference.
|
341
341
|
If multiple compute snapshot match, either adjust the filter or specify `most_recent`. One of `name` or `filter` must be provided.
|
342
342
|
If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Example `sourceDisk eq '.*(.*/data-disk$).*'`. More details for golang Snapshots list call filters [here](https://pkg.go.dev/google.golang.org/api/compute/v1#SnapshotsListCall.Filter).
|
343
343
|
:param bool most_recent: If `filter` is provided, ensures the most recent snapshot is returned when multiple compute snapshot match.
|
@@ -23,6 +23,7 @@ class HaVpnGatewayArgs:
|
|
23
23
|
def __init__(__self__, *,
|
24
24
|
network: pulumi.Input[str],
|
25
25
|
description: Optional[pulumi.Input[str]] = None,
|
26
|
+
gateway_ip_version: Optional[pulumi.Input[str]] = None,
|
26
27
|
name: Optional[pulumi.Input[str]] = None,
|
27
28
|
project: Optional[pulumi.Input[str]] = None,
|
28
29
|
region: Optional[pulumi.Input[str]] = None,
|
@@ -35,6 +36,9 @@ class HaVpnGatewayArgs:
|
|
35
36
|
|
36
37
|
- - -
|
37
38
|
:param pulumi.Input[str] description: An optional description of this resource.
|
39
|
+
:param pulumi.Input[str] gateway_ip_version: The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
|
40
|
+
Default value is `IPV4`.
|
41
|
+
Possible values are: `IPV4`, `IPV6`.
|
38
42
|
:param pulumi.Input[str] name: Name of the resource. Provided by the client when the resource is
|
39
43
|
created. The name must be 1-63 characters long, and comply with
|
40
44
|
RFC1035. Specifically, the name must be 1-63 characters long and
|
@@ -48,13 +52,15 @@ class HaVpnGatewayArgs:
|
|
48
52
|
:param pulumi.Input[str] stack_type: The stack type for this VPN gateway to identify the IP protocols that are enabled.
|
49
53
|
If not specified, IPV4_ONLY will be used.
|
50
54
|
Default value is `IPV4_ONLY`.
|
51
|
-
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
|
55
|
+
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
|
52
56
|
:param pulumi.Input[Sequence[pulumi.Input['HaVpnGatewayVpnInterfaceArgs']]] vpn_interfaces: A list of interfaces on this VPN gateway.
|
53
57
|
Structure is documented below.
|
54
58
|
"""
|
55
59
|
pulumi.set(__self__, "network", network)
|
56
60
|
if description is not None:
|
57
61
|
pulumi.set(__self__, "description", description)
|
62
|
+
if gateway_ip_version is not None:
|
63
|
+
pulumi.set(__self__, "gateway_ip_version", gateway_ip_version)
|
58
64
|
if name is not None:
|
59
65
|
pulumi.set(__self__, "name", name)
|
60
66
|
if project is not None:
|
@@ -93,6 +99,20 @@ class HaVpnGatewayArgs:
|
|
93
99
|
def description(self, value: Optional[pulumi.Input[str]]):
|
94
100
|
pulumi.set(self, "description", value)
|
95
101
|
|
102
|
+
@property
|
103
|
+
@pulumi.getter(name="gatewayIpVersion")
|
104
|
+
def gateway_ip_version(self) -> Optional[pulumi.Input[str]]:
|
105
|
+
"""
|
106
|
+
The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
|
107
|
+
Default value is `IPV4`.
|
108
|
+
Possible values are: `IPV4`, `IPV6`.
|
109
|
+
"""
|
110
|
+
return pulumi.get(self, "gateway_ip_version")
|
111
|
+
|
112
|
+
@gateway_ip_version.setter
|
113
|
+
def gateway_ip_version(self, value: Optional[pulumi.Input[str]]):
|
114
|
+
pulumi.set(self, "gateway_ip_version", value)
|
115
|
+
|
96
116
|
@property
|
97
117
|
@pulumi.getter
|
98
118
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -143,7 +163,7 @@ class HaVpnGatewayArgs:
|
|
143
163
|
The stack type for this VPN gateway to identify the IP protocols that are enabled.
|
144
164
|
If not specified, IPV4_ONLY will be used.
|
145
165
|
Default value is `IPV4_ONLY`.
|
146
|
-
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
|
166
|
+
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
|
147
167
|
"""
|
148
168
|
return pulumi.get(self, "stack_type")
|
149
169
|
|
@@ -169,6 +189,7 @@ class HaVpnGatewayArgs:
|
|
169
189
|
class _HaVpnGatewayState:
|
170
190
|
def __init__(__self__, *,
|
171
191
|
description: Optional[pulumi.Input[str]] = None,
|
192
|
+
gateway_ip_version: Optional[pulumi.Input[str]] = None,
|
172
193
|
name: Optional[pulumi.Input[str]] = None,
|
173
194
|
network: Optional[pulumi.Input[str]] = None,
|
174
195
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -179,6 +200,9 @@ class _HaVpnGatewayState:
|
|
179
200
|
"""
|
180
201
|
Input properties used for looking up and filtering HaVpnGateway resources.
|
181
202
|
:param pulumi.Input[str] description: An optional description of this resource.
|
203
|
+
:param pulumi.Input[str] gateway_ip_version: The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
|
204
|
+
Default value is `IPV4`.
|
205
|
+
Possible values are: `IPV4`, `IPV6`.
|
182
206
|
:param pulumi.Input[str] name: Name of the resource. Provided by the client when the resource is
|
183
207
|
created. The name must be 1-63 characters long, and comply with
|
184
208
|
RFC1035. Specifically, the name must be 1-63 characters long and
|
@@ -197,12 +221,14 @@ class _HaVpnGatewayState:
|
|
197
221
|
:param pulumi.Input[str] stack_type: The stack type for this VPN gateway to identify the IP protocols that are enabled.
|
198
222
|
If not specified, IPV4_ONLY will be used.
|
199
223
|
Default value is `IPV4_ONLY`.
|
200
|
-
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
|
224
|
+
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
|
201
225
|
:param pulumi.Input[Sequence[pulumi.Input['HaVpnGatewayVpnInterfaceArgs']]] vpn_interfaces: A list of interfaces on this VPN gateway.
|
202
226
|
Structure is documented below.
|
203
227
|
"""
|
204
228
|
if description is not None:
|
205
229
|
pulumi.set(__self__, "description", description)
|
230
|
+
if gateway_ip_version is not None:
|
231
|
+
pulumi.set(__self__, "gateway_ip_version", gateway_ip_version)
|
206
232
|
if name is not None:
|
207
233
|
pulumi.set(__self__, "name", name)
|
208
234
|
if network is not None:
|
@@ -230,6 +256,20 @@ class _HaVpnGatewayState:
|
|
230
256
|
def description(self, value: Optional[pulumi.Input[str]]):
|
231
257
|
pulumi.set(self, "description", value)
|
232
258
|
|
259
|
+
@property
|
260
|
+
@pulumi.getter(name="gatewayIpVersion")
|
261
|
+
def gateway_ip_version(self) -> Optional[pulumi.Input[str]]:
|
262
|
+
"""
|
263
|
+
The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
|
264
|
+
Default value is `IPV4`.
|
265
|
+
Possible values are: `IPV4`, `IPV6`.
|
266
|
+
"""
|
267
|
+
return pulumi.get(self, "gateway_ip_version")
|
268
|
+
|
269
|
+
@gateway_ip_version.setter
|
270
|
+
def gateway_ip_version(self, value: Optional[pulumi.Input[str]]):
|
271
|
+
pulumi.set(self, "gateway_ip_version", value)
|
272
|
+
|
233
273
|
@property
|
234
274
|
@pulumi.getter
|
235
275
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -307,7 +347,7 @@ class _HaVpnGatewayState:
|
|
307
347
|
The stack type for this VPN gateway to identify the IP protocols that are enabled.
|
308
348
|
If not specified, IPV4_ONLY will be used.
|
309
349
|
Default value is `IPV4_ONLY`.
|
310
|
-
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
|
350
|
+
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
|
311
351
|
"""
|
312
352
|
return pulumi.get(self, "stack_type")
|
313
353
|
|
@@ -335,6 +375,7 @@ class HaVpnGateway(pulumi.CustomResource):
|
|
335
375
|
resource_name: str,
|
336
376
|
opts: Optional[pulumi.ResourceOptions] = None,
|
337
377
|
description: Optional[pulumi.Input[str]] = None,
|
378
|
+
gateway_ip_version: Optional[pulumi.Input[str]] = None,
|
338
379
|
name: Optional[pulumi.Input[str]] = None,
|
339
380
|
network: Optional[pulumi.Input[str]] = None,
|
340
381
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -477,6 +518,9 @@ class HaVpnGateway(pulumi.CustomResource):
|
|
477
518
|
:param str resource_name: The name of the resource.
|
478
519
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
479
520
|
:param pulumi.Input[str] description: An optional description of this resource.
|
521
|
+
:param pulumi.Input[str] gateway_ip_version: The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
|
522
|
+
Default value is `IPV4`.
|
523
|
+
Possible values are: `IPV4`, `IPV6`.
|
480
524
|
:param pulumi.Input[str] name: Name of the resource. Provided by the client when the resource is
|
481
525
|
created. The name must be 1-63 characters long, and comply with
|
482
526
|
RFC1035. Specifically, the name must be 1-63 characters long and
|
@@ -494,7 +538,7 @@ class HaVpnGateway(pulumi.CustomResource):
|
|
494
538
|
:param pulumi.Input[str] stack_type: The stack type for this VPN gateway to identify the IP protocols that are enabled.
|
495
539
|
If not specified, IPV4_ONLY will be used.
|
496
540
|
Default value is `IPV4_ONLY`.
|
497
|
-
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
|
541
|
+
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
|
498
542
|
:param pulumi.Input[Sequence[pulumi.Input[Union['HaVpnGatewayVpnInterfaceArgs', 'HaVpnGatewayVpnInterfaceArgsDict']]]] vpn_interfaces: A list of interfaces on this VPN gateway.
|
499
543
|
Structure is documented below.
|
500
544
|
"""
|
@@ -652,6 +696,7 @@ class HaVpnGateway(pulumi.CustomResource):
|
|
652
696
|
resource_name: str,
|
653
697
|
opts: Optional[pulumi.ResourceOptions] = None,
|
654
698
|
description: Optional[pulumi.Input[str]] = None,
|
699
|
+
gateway_ip_version: Optional[pulumi.Input[str]] = None,
|
655
700
|
name: Optional[pulumi.Input[str]] = None,
|
656
701
|
network: Optional[pulumi.Input[str]] = None,
|
657
702
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -668,6 +713,7 @@ class HaVpnGateway(pulumi.CustomResource):
|
|
668
713
|
__props__ = HaVpnGatewayArgs.__new__(HaVpnGatewayArgs)
|
669
714
|
|
670
715
|
__props__.__dict__["description"] = description
|
716
|
+
__props__.__dict__["gateway_ip_version"] = gateway_ip_version
|
671
717
|
__props__.__dict__["name"] = name
|
672
718
|
if network is None and not opts.urn:
|
673
719
|
raise TypeError("Missing required property 'network'")
|
@@ -688,6 +734,7 @@ class HaVpnGateway(pulumi.CustomResource):
|
|
688
734
|
id: pulumi.Input[str],
|
689
735
|
opts: Optional[pulumi.ResourceOptions] = None,
|
690
736
|
description: Optional[pulumi.Input[str]] = None,
|
737
|
+
gateway_ip_version: Optional[pulumi.Input[str]] = None,
|
691
738
|
name: Optional[pulumi.Input[str]] = None,
|
692
739
|
network: Optional[pulumi.Input[str]] = None,
|
693
740
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -703,6 +750,9 @@ class HaVpnGateway(pulumi.CustomResource):
|
|
703
750
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
704
751
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
705
752
|
:param pulumi.Input[str] description: An optional description of this resource.
|
753
|
+
:param pulumi.Input[str] gateway_ip_version: The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
|
754
|
+
Default value is `IPV4`.
|
755
|
+
Possible values are: `IPV4`, `IPV6`.
|
706
756
|
:param pulumi.Input[str] name: Name of the resource. Provided by the client when the resource is
|
707
757
|
created. The name must be 1-63 characters long, and comply with
|
708
758
|
RFC1035. Specifically, the name must be 1-63 characters long and
|
@@ -721,7 +771,7 @@ class HaVpnGateway(pulumi.CustomResource):
|
|
721
771
|
:param pulumi.Input[str] stack_type: The stack type for this VPN gateway to identify the IP protocols that are enabled.
|
722
772
|
If not specified, IPV4_ONLY will be used.
|
723
773
|
Default value is `IPV4_ONLY`.
|
724
|
-
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
|
774
|
+
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
|
725
775
|
:param pulumi.Input[Sequence[pulumi.Input[Union['HaVpnGatewayVpnInterfaceArgs', 'HaVpnGatewayVpnInterfaceArgsDict']]]] vpn_interfaces: A list of interfaces on this VPN gateway.
|
726
776
|
Structure is documented below.
|
727
777
|
"""
|
@@ -730,6 +780,7 @@ class HaVpnGateway(pulumi.CustomResource):
|
|
730
780
|
__props__ = _HaVpnGatewayState.__new__(_HaVpnGatewayState)
|
731
781
|
|
732
782
|
__props__.__dict__["description"] = description
|
783
|
+
__props__.__dict__["gateway_ip_version"] = gateway_ip_version
|
733
784
|
__props__.__dict__["name"] = name
|
734
785
|
__props__.__dict__["network"] = network
|
735
786
|
__props__.__dict__["project"] = project
|
@@ -747,6 +798,16 @@ class HaVpnGateway(pulumi.CustomResource):
|
|
747
798
|
"""
|
748
799
|
return pulumi.get(self, "description")
|
749
800
|
|
801
|
+
@property
|
802
|
+
@pulumi.getter(name="gatewayIpVersion")
|
803
|
+
def gateway_ip_version(self) -> pulumi.Output[Optional[str]]:
|
804
|
+
"""
|
805
|
+
The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
|
806
|
+
Default value is `IPV4`.
|
807
|
+
Possible values are: `IPV4`, `IPV6`.
|
808
|
+
"""
|
809
|
+
return pulumi.get(self, "gateway_ip_version")
|
810
|
+
|
750
811
|
@property
|
751
812
|
@pulumi.getter
|
752
813
|
def name(self) -> pulumi.Output[str]:
|
@@ -804,7 +865,7 @@ class HaVpnGateway(pulumi.CustomResource):
|
|
804
865
|
The stack type for this VPN gateway to identify the IP protocols that are enabled.
|
805
866
|
If not specified, IPV4_ONLY will be used.
|
806
867
|
Default value is `IPV4_ONLY`.
|
807
|
-
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
|
868
|
+
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
|
808
869
|
"""
|
809
870
|
return pulumi.get(self, "stack_type")
|
810
871
|
|