pulumi-gcp 8.19.0a1739290509__py3-none-any.whl → 8.19.1a1739444689__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 +80 -0
- pulumi_gcp/_utilities.py +8 -4
- pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
- pulumi_gcp/accesscontextmanager/outputs.py +186 -54
- pulumi_gcp/appengine/_inputs.py +3 -0
- pulumi_gcp/appengine/outputs.py +2 -0
- pulumi_gcp/beyondcorp/__init__.py +5 -0
- pulumi_gcp/beyondcorp/_inputs.py +189 -0
- pulumi_gcp/beyondcorp/application.py +604 -0
- pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
- pulumi_gcp/beyondcorp/outputs.py +111 -0
- pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
- pulumi_gcp/certificateauthority/_inputs.py +54 -0
- pulumi_gcp/certificateauthority/authority.py +149 -3
- pulumi_gcp/certificateauthority/get_authority.py +15 -4
- pulumi_gcp/certificateauthority/outputs.py +81 -0
- pulumi_gcp/cloudrunv2/_inputs.py +112 -0
- pulumi_gcp/cloudrunv2/outputs.py +144 -1
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/colab/__init__.py +2 -0
- pulumi_gcp/colab/_inputs.py +655 -0
- pulumi_gcp/colab/notebook_execution.py +1259 -0
- pulumi_gcp/colab/outputs.py +512 -0
- pulumi_gcp/colab/runtime.py +266 -2
- pulumi_gcp/colab/runtime_template.py +79 -3
- pulumi_gcp/colab/schedule.py +1318 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +204 -0
- pulumi_gcp/compute/firewall_policy.py +54 -43
- pulumi_gcp/compute/forwarding_rule.py +103 -0
- pulumi_gcp/compute/get_forwarding_rule.py +12 -1
- pulumi_gcp/compute/interconnect_attachment.py +12 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
- pulumi_gcp/compute/outputs.py +187 -0
- pulumi_gcp/compute/public_advertised_prefix.py +35 -7
- pulumi_gcp/compute/public_delegated_prefix.py +171 -7
- pulumi_gcp/compute/region_resize_request.py +21 -22
- pulumi_gcp/compute/resize_request.py +22 -23
- pulumi_gcp/compute/subnetwork.py +14 -7
- pulumi_gcp/container/_inputs.py +54 -1
- pulumi_gcp/container/outputs.py +79 -1
- pulumi_gcp/datastream/connection_profile.py +120 -46
- pulumi_gcp/discoveryengine/chat_engine.py +7 -7
- pulumi_gcp/filestore/_inputs.py +222 -0
- pulumi_gcp/filestore/get_instance.py +23 -1
- pulumi_gcp/filestore/instance.py +86 -0
- pulumi_gcp/filestore/outputs.py +282 -0
- pulumi_gcp/gemini/__init__.py +2 -0
- pulumi_gcp/gemini/logging_setting.py +671 -0
- pulumi_gcp/gemini/release_channel_setting.py +639 -0
- pulumi_gcp/memorystore/_inputs.py +296 -0
- pulumi_gcp/memorystore/instance.py +32 -28
- pulumi_gcp/memorystore/outputs.py +224 -0
- pulumi_gcp/monitoring/_inputs.py +12 -9
- pulumi_gcp/monitoring/outputs.py +8 -6
- pulumi_gcp/networkservices/_inputs.py +89 -0
- pulumi_gcp/networkservices/outputs.py +75 -0
- pulumi_gcp/parametermanager/__init__.py +2 -0
- pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
- pulumi_gcp/securesourcemanager/repository.py +4 -0
- pulumi_gcp/storage/bucket_object.py +8 -0
- pulumi_gcp/workbench/instance.py +70 -2
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/RECORD +76 -63
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/outputs.py
CHANGED
@@ -214,6 +214,9 @@ __all__ = [
|
|
214
214
|
'MangedSslCertificateManaged',
|
215
215
|
'NetworkAttachmentConnectionEndpoint',
|
216
216
|
'NetworkEndpointListNetworkEndpoint',
|
217
|
+
'NetworkFirewallPolicyPacketMirroringRuleMatch',
|
218
|
+
'NetworkFirewallPolicyPacketMirroringRuleMatchLayer4Config',
|
219
|
+
'NetworkFirewallPolicyPacketMirroringRuleTargetSecureTag',
|
217
220
|
'NetworkFirewallPolicyRuleMatch',
|
218
221
|
'NetworkFirewallPolicyRuleMatchLayer4Config',
|
219
222
|
'NetworkFirewallPolicyRuleMatchSrcSecureTag',
|
@@ -16353,6 +16356,163 @@ class NetworkEndpointListNetworkEndpoint(dict):
|
|
16353
16356
|
return pulumi.get(self, "port")
|
16354
16357
|
|
16355
16358
|
|
16359
|
+
@pulumi.output_type
|
16360
|
+
class NetworkFirewallPolicyPacketMirroringRuleMatch(dict):
|
16361
|
+
@staticmethod
|
16362
|
+
def __key_warning(key: str):
|
16363
|
+
suggest = None
|
16364
|
+
if key == "layer4Configs":
|
16365
|
+
suggest = "layer4_configs"
|
16366
|
+
elif key == "destIpRanges":
|
16367
|
+
suggest = "dest_ip_ranges"
|
16368
|
+
elif key == "srcIpRanges":
|
16369
|
+
suggest = "src_ip_ranges"
|
16370
|
+
|
16371
|
+
if suggest:
|
16372
|
+
pulumi.log.warn(f"Key '{key}' not found in NetworkFirewallPolicyPacketMirroringRuleMatch. Access the value via the '{suggest}' property getter instead.")
|
16373
|
+
|
16374
|
+
def __getitem__(self, key: str) -> Any:
|
16375
|
+
NetworkFirewallPolicyPacketMirroringRuleMatch.__key_warning(key)
|
16376
|
+
return super().__getitem__(key)
|
16377
|
+
|
16378
|
+
def get(self, key: str, default = None) -> Any:
|
16379
|
+
NetworkFirewallPolicyPacketMirroringRuleMatch.__key_warning(key)
|
16380
|
+
return super().get(key, default)
|
16381
|
+
|
16382
|
+
def __init__(__self__, *,
|
16383
|
+
layer4_configs: Sequence['outputs.NetworkFirewallPolicyPacketMirroringRuleMatchLayer4Config'],
|
16384
|
+
dest_ip_ranges: Optional[Sequence[str]] = None,
|
16385
|
+
src_ip_ranges: Optional[Sequence[str]] = None):
|
16386
|
+
"""
|
16387
|
+
:param Sequence['NetworkFirewallPolicyPacketMirroringRuleMatchLayer4ConfigArgs'] layer4_configs: Pairs of IP protocols and ports that the rule should match.
|
16388
|
+
Structure is documented below.
|
16389
|
+
|
16390
|
+
|
16391
|
+
<a name="nested_match_layer4_configs"></a>The `layer4_configs` block supports:
|
16392
|
+
:param Sequence[str] dest_ip_ranges: CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
|
16393
|
+
:param Sequence[str] src_ip_ranges: CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
|
16394
|
+
"""
|
16395
|
+
pulumi.set(__self__, "layer4_configs", layer4_configs)
|
16396
|
+
if dest_ip_ranges is not None:
|
16397
|
+
pulumi.set(__self__, "dest_ip_ranges", dest_ip_ranges)
|
16398
|
+
if src_ip_ranges is not None:
|
16399
|
+
pulumi.set(__self__, "src_ip_ranges", src_ip_ranges)
|
16400
|
+
|
16401
|
+
@property
|
16402
|
+
@pulumi.getter(name="layer4Configs")
|
16403
|
+
def layer4_configs(self) -> Sequence['outputs.NetworkFirewallPolicyPacketMirroringRuleMatchLayer4Config']:
|
16404
|
+
"""
|
16405
|
+
Pairs of IP protocols and ports that the rule should match.
|
16406
|
+
Structure is documented below.
|
16407
|
+
|
16408
|
+
|
16409
|
+
<a name="nested_match_layer4_configs"></a>The `layer4_configs` block supports:
|
16410
|
+
"""
|
16411
|
+
return pulumi.get(self, "layer4_configs")
|
16412
|
+
|
16413
|
+
@property
|
16414
|
+
@pulumi.getter(name="destIpRanges")
|
16415
|
+
def dest_ip_ranges(self) -> Optional[Sequence[str]]:
|
16416
|
+
"""
|
16417
|
+
CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
|
16418
|
+
"""
|
16419
|
+
return pulumi.get(self, "dest_ip_ranges")
|
16420
|
+
|
16421
|
+
@property
|
16422
|
+
@pulumi.getter(name="srcIpRanges")
|
16423
|
+
def src_ip_ranges(self) -> Optional[Sequence[str]]:
|
16424
|
+
"""
|
16425
|
+
CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
|
16426
|
+
"""
|
16427
|
+
return pulumi.get(self, "src_ip_ranges")
|
16428
|
+
|
16429
|
+
|
16430
|
+
@pulumi.output_type
|
16431
|
+
class NetworkFirewallPolicyPacketMirroringRuleMatchLayer4Config(dict):
|
16432
|
+
@staticmethod
|
16433
|
+
def __key_warning(key: str):
|
16434
|
+
suggest = None
|
16435
|
+
if key == "ipProtocol":
|
16436
|
+
suggest = "ip_protocol"
|
16437
|
+
|
16438
|
+
if suggest:
|
16439
|
+
pulumi.log.warn(f"Key '{key}' not found in NetworkFirewallPolicyPacketMirroringRuleMatchLayer4Config. Access the value via the '{suggest}' property getter instead.")
|
16440
|
+
|
16441
|
+
def __getitem__(self, key: str) -> Any:
|
16442
|
+
NetworkFirewallPolicyPacketMirroringRuleMatchLayer4Config.__key_warning(key)
|
16443
|
+
return super().__getitem__(key)
|
16444
|
+
|
16445
|
+
def get(self, key: str, default = None) -> Any:
|
16446
|
+
NetworkFirewallPolicyPacketMirroringRuleMatchLayer4Config.__key_warning(key)
|
16447
|
+
return super().get(key, default)
|
16448
|
+
|
16449
|
+
def __init__(__self__, *,
|
16450
|
+
ip_protocol: str,
|
16451
|
+
ports: Optional[Sequence[str]] = None):
|
16452
|
+
"""
|
16453
|
+
:param str ip_protocol: The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule.
|
16454
|
+
This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.
|
16455
|
+
:param Sequence[str] ports: An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port.
|
16456
|
+
Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
|
16457
|
+
"""
|
16458
|
+
pulumi.set(__self__, "ip_protocol", ip_protocol)
|
16459
|
+
if ports is not None:
|
16460
|
+
pulumi.set(__self__, "ports", ports)
|
16461
|
+
|
16462
|
+
@property
|
16463
|
+
@pulumi.getter(name="ipProtocol")
|
16464
|
+
def ip_protocol(self) -> str:
|
16465
|
+
"""
|
16466
|
+
The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule.
|
16467
|
+
This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.
|
16468
|
+
"""
|
16469
|
+
return pulumi.get(self, "ip_protocol")
|
16470
|
+
|
16471
|
+
@property
|
16472
|
+
@pulumi.getter
|
16473
|
+
def ports(self) -> Optional[Sequence[str]]:
|
16474
|
+
"""
|
16475
|
+
An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port.
|
16476
|
+
Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
|
16477
|
+
"""
|
16478
|
+
return pulumi.get(self, "ports")
|
16479
|
+
|
16480
|
+
|
16481
|
+
@pulumi.output_type
|
16482
|
+
class NetworkFirewallPolicyPacketMirroringRuleTargetSecureTag(dict):
|
16483
|
+
def __init__(__self__, *,
|
16484
|
+
name: Optional[str] = None,
|
16485
|
+
state: Optional[str] = None):
|
16486
|
+
"""
|
16487
|
+
:param str name: Name of the secure tag, created with TagManager's TagValue API.
|
16488
|
+
diff_suppress_func: 'tpgresource.CompareSelfLinkOrResourceName'
|
16489
|
+
:param str state: (Output)
|
16490
|
+
State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
|
16491
|
+
"""
|
16492
|
+
if name is not None:
|
16493
|
+
pulumi.set(__self__, "name", name)
|
16494
|
+
if state is not None:
|
16495
|
+
pulumi.set(__self__, "state", state)
|
16496
|
+
|
16497
|
+
@property
|
16498
|
+
@pulumi.getter
|
16499
|
+
def name(self) -> Optional[str]:
|
16500
|
+
"""
|
16501
|
+
Name of the secure tag, created with TagManager's TagValue API.
|
16502
|
+
diff_suppress_func: 'tpgresource.CompareSelfLinkOrResourceName'
|
16503
|
+
"""
|
16504
|
+
return pulumi.get(self, "name")
|
16505
|
+
|
16506
|
+
@property
|
16507
|
+
@pulumi.getter
|
16508
|
+
def state(self) -> Optional[str]:
|
16509
|
+
"""
|
16510
|
+
(Output)
|
16511
|
+
State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
|
16512
|
+
"""
|
16513
|
+
return pulumi.get(self, "state")
|
16514
|
+
|
16515
|
+
|
16356
16516
|
@pulumi.output_type
|
16357
16517
|
class NetworkFirewallPolicyRuleMatch(dict):
|
16358
16518
|
@staticmethod
|
@@ -50635,6 +50795,7 @@ class GetForwardingRulesRuleResult(dict):
|
|
50635
50795
|
effective_labels: Mapping[str, str],
|
50636
50796
|
forwarding_rule_id: int,
|
50637
50797
|
ip_address: str,
|
50798
|
+
ip_collection: str,
|
50638
50799
|
ip_protocol: str,
|
50639
50800
|
ip_version: str,
|
50640
50801
|
is_mirroring_collector: bool,
|
@@ -50733,6 +50894,15 @@ class GetForwardingRulesRuleResult(dict):
|
|
50733
50894
|
|
50734
50895
|
When reading an 'IPAddress', the API always returns the IP
|
50735
50896
|
address number.
|
50897
|
+
:param str ip_collection: Resource reference of a PublicDelegatedPrefix. The PDP must be a sub-PDP
|
50898
|
+
in EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode.
|
50899
|
+
Use one of the following formats to specify a sub-PDP when creating an
|
50900
|
+
IPv6 NetLB forwarding rule using BYOIP:
|
50901
|
+
Full resource URL, as in:
|
50902
|
+
* 'https://www.googleapis.com/compute/v1/projects/{{projectId}}/regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}'
|
50903
|
+
Partial URL, as in:
|
50904
|
+
* 'projects/{{projectId}}/regions/region/publicDelegatedPrefixes/{{sub-pdp-name}}'
|
50905
|
+
* 'regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}'
|
50736
50906
|
:param str ip_protocol: The IP protocol to which this rule applies.
|
50737
50907
|
|
50738
50908
|
For protocol forwarding, valid
|
@@ -50908,6 +51078,7 @@ class GetForwardingRulesRuleResult(dict):
|
|
50908
51078
|
pulumi.set(__self__, "effective_labels", effective_labels)
|
50909
51079
|
pulumi.set(__self__, "forwarding_rule_id", forwarding_rule_id)
|
50910
51080
|
pulumi.set(__self__, "ip_address", ip_address)
|
51081
|
+
pulumi.set(__self__, "ip_collection", ip_collection)
|
50911
51082
|
pulumi.set(__self__, "ip_protocol", ip_protocol)
|
50912
51083
|
pulumi.set(__self__, "ip_version", ip_version)
|
50913
51084
|
pulumi.set(__self__, "is_mirroring_collector", is_mirroring_collector)
|
@@ -51074,6 +51245,22 @@ class GetForwardingRulesRuleResult(dict):
|
|
51074
51245
|
"""
|
51075
51246
|
return pulumi.get(self, "ip_address")
|
51076
51247
|
|
51248
|
+
@property
|
51249
|
+
@pulumi.getter(name="ipCollection")
|
51250
|
+
def ip_collection(self) -> str:
|
51251
|
+
"""
|
51252
|
+
Resource reference of a PublicDelegatedPrefix. The PDP must be a sub-PDP
|
51253
|
+
in EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode.
|
51254
|
+
Use one of the following formats to specify a sub-PDP when creating an
|
51255
|
+
IPv6 NetLB forwarding rule using BYOIP:
|
51256
|
+
Full resource URL, as in:
|
51257
|
+
* 'https://www.googleapis.com/compute/v1/projects/{{projectId}}/regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}'
|
51258
|
+
Partial URL, as in:
|
51259
|
+
* 'projects/{{projectId}}/regions/region/publicDelegatedPrefixes/{{sub-pdp-name}}'
|
51260
|
+
* 'regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}'
|
51261
|
+
"""
|
51262
|
+
return pulumi.get(self, "ip_collection")
|
51263
|
+
|
51077
51264
|
@property
|
51078
51265
|
@pulumi.getter(name="ipProtocol")
|
51079
51266
|
def ip_protocol(self) -> str:
|
@@ -28,7 +28,7 @@ class PublicAdvertisedPrefixArgs:
|
|
28
28
|
"""
|
29
29
|
The set of arguments for constructing a PublicAdvertisedPrefix resource.
|
30
30
|
:param pulumi.Input[str] dns_verification_ip: The IPv4 address to be used for reverse DNS verification.
|
31
|
-
:param pulumi.Input[str] ip_cidr_range: The
|
31
|
+
:param pulumi.Input[str] ip_cidr_range: The address range, in CIDR format, represented by this public advertised prefix.
|
32
32
|
|
33
33
|
|
34
34
|
- - -
|
@@ -41,6 +41,10 @@ class PublicAdvertisedPrefixArgs:
|
|
41
41
|
except the last character, which cannot be a dash.
|
42
42
|
:param pulumi.Input[str] pdp_scope: Specifies how child public delegated prefix will be scoped. pdpScope
|
43
43
|
must be one of: GLOBAL, REGIONAL
|
44
|
+
* REGIONAL: The public delegated prefix is regional only. The
|
45
|
+
provisioning will take a few minutes.
|
46
|
+
* GLOBAL: The public delegated prefix is global only. The provisioning
|
47
|
+
will take ~4 weeks.
|
44
48
|
Possible values are: `GLOBAL`, `REGIONAL`.
|
45
49
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
46
50
|
If it is not provided, the provider project is used.
|
@@ -72,7 +76,7 @@ class PublicAdvertisedPrefixArgs:
|
|
72
76
|
@pulumi.getter(name="ipCidrRange")
|
73
77
|
def ip_cidr_range(self) -> pulumi.Input[str]:
|
74
78
|
"""
|
75
|
-
The
|
79
|
+
The address range, in CIDR format, represented by this public advertised prefix.
|
76
80
|
|
77
81
|
|
78
82
|
- - -
|
@@ -118,6 +122,10 @@ class PublicAdvertisedPrefixArgs:
|
|
118
122
|
"""
|
119
123
|
Specifies how child public delegated prefix will be scoped. pdpScope
|
120
124
|
must be one of: GLOBAL, REGIONAL
|
125
|
+
* REGIONAL: The public delegated prefix is regional only. The
|
126
|
+
provisioning will take a few minutes.
|
127
|
+
* GLOBAL: The public delegated prefix is global only. The provisioning
|
128
|
+
will take ~4 weeks.
|
121
129
|
Possible values are: `GLOBAL`, `REGIONAL`.
|
122
130
|
"""
|
123
131
|
return pulumi.get(self, "pdp_scope")
|
@@ -155,7 +163,7 @@ class _PublicAdvertisedPrefixState:
|
|
155
163
|
Input properties used for looking up and filtering PublicAdvertisedPrefix resources.
|
156
164
|
:param pulumi.Input[str] description: An optional description of this resource.
|
157
165
|
:param pulumi.Input[str] dns_verification_ip: The IPv4 address to be used for reverse DNS verification.
|
158
|
-
:param pulumi.Input[str] ip_cidr_range: The
|
166
|
+
:param pulumi.Input[str] ip_cidr_range: The address range, in CIDR format, represented by this public advertised prefix.
|
159
167
|
|
160
168
|
|
161
169
|
- - -
|
@@ -167,6 +175,10 @@ class _PublicAdvertisedPrefixState:
|
|
167
175
|
except the last character, which cannot be a dash.
|
168
176
|
:param pulumi.Input[str] pdp_scope: Specifies how child public delegated prefix will be scoped. pdpScope
|
169
177
|
must be one of: GLOBAL, REGIONAL
|
178
|
+
* REGIONAL: The public delegated prefix is regional only. The
|
179
|
+
provisioning will take a few minutes.
|
180
|
+
* GLOBAL: The public delegated prefix is global only. The provisioning
|
181
|
+
will take ~4 weeks.
|
170
182
|
Possible values are: `GLOBAL`, `REGIONAL`.
|
171
183
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
172
184
|
If it is not provided, the provider project is used.
|
@@ -218,7 +230,7 @@ class _PublicAdvertisedPrefixState:
|
|
218
230
|
@pulumi.getter(name="ipCidrRange")
|
219
231
|
def ip_cidr_range(self) -> Optional[pulumi.Input[str]]:
|
220
232
|
"""
|
221
|
-
The
|
233
|
+
The address range, in CIDR format, represented by this public advertised prefix.
|
222
234
|
|
223
235
|
|
224
236
|
- - -
|
@@ -252,6 +264,10 @@ class _PublicAdvertisedPrefixState:
|
|
252
264
|
"""
|
253
265
|
Specifies how child public delegated prefix will be scoped. pdpScope
|
254
266
|
must be one of: GLOBAL, REGIONAL
|
267
|
+
* REGIONAL: The public delegated prefix is regional only. The
|
268
|
+
provisioning will take a few minutes.
|
269
|
+
* GLOBAL: The public delegated prefix is global only. The provisioning
|
270
|
+
will take ~4 weeks.
|
255
271
|
Possible values are: `GLOBAL`, `REGIONAL`.
|
256
272
|
"""
|
257
273
|
return pulumi.get(self, "pdp_scope")
|
@@ -375,7 +391,7 @@ class PublicAdvertisedPrefix(pulumi.CustomResource):
|
|
375
391
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
376
392
|
:param pulumi.Input[str] description: An optional description of this resource.
|
377
393
|
:param pulumi.Input[str] dns_verification_ip: The IPv4 address to be used for reverse DNS verification.
|
378
|
-
:param pulumi.Input[str] ip_cidr_range: The
|
394
|
+
:param pulumi.Input[str] ip_cidr_range: The address range, in CIDR format, represented by this public advertised prefix.
|
379
395
|
|
380
396
|
|
381
397
|
- - -
|
@@ -387,6 +403,10 @@ class PublicAdvertisedPrefix(pulumi.CustomResource):
|
|
387
403
|
except the last character, which cannot be a dash.
|
388
404
|
:param pulumi.Input[str] pdp_scope: Specifies how child public delegated prefix will be scoped. pdpScope
|
389
405
|
must be one of: GLOBAL, REGIONAL
|
406
|
+
* REGIONAL: The public delegated prefix is regional only. The
|
407
|
+
provisioning will take a few minutes.
|
408
|
+
* GLOBAL: The public delegated prefix is global only. The provisioning
|
409
|
+
will take ~4 weeks.
|
390
410
|
Possible values are: `GLOBAL`, `REGIONAL`.
|
391
411
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
392
412
|
If it is not provided, the provider project is used.
|
@@ -527,7 +547,7 @@ class PublicAdvertisedPrefix(pulumi.CustomResource):
|
|
527
547
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
528
548
|
:param pulumi.Input[str] description: An optional description of this resource.
|
529
549
|
:param pulumi.Input[str] dns_verification_ip: The IPv4 address to be used for reverse DNS verification.
|
530
|
-
:param pulumi.Input[str] ip_cidr_range: The
|
550
|
+
:param pulumi.Input[str] ip_cidr_range: The address range, in CIDR format, represented by this public advertised prefix.
|
531
551
|
|
532
552
|
|
533
553
|
- - -
|
@@ -539,6 +559,10 @@ class PublicAdvertisedPrefix(pulumi.CustomResource):
|
|
539
559
|
except the last character, which cannot be a dash.
|
540
560
|
:param pulumi.Input[str] pdp_scope: Specifies how child public delegated prefix will be scoped. pdpScope
|
541
561
|
must be one of: GLOBAL, REGIONAL
|
562
|
+
* REGIONAL: The public delegated prefix is regional only. The
|
563
|
+
provisioning will take a few minutes.
|
564
|
+
* GLOBAL: The public delegated prefix is global only. The provisioning
|
565
|
+
will take ~4 weeks.
|
542
566
|
Possible values are: `GLOBAL`, `REGIONAL`.
|
543
567
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
544
568
|
If it is not provided, the provider project is used.
|
@@ -579,7 +603,7 @@ class PublicAdvertisedPrefix(pulumi.CustomResource):
|
|
579
603
|
@pulumi.getter(name="ipCidrRange")
|
580
604
|
def ip_cidr_range(self) -> pulumi.Output[str]:
|
581
605
|
"""
|
582
|
-
The
|
606
|
+
The address range, in CIDR format, represented by this public advertised prefix.
|
583
607
|
|
584
608
|
|
585
609
|
- - -
|
@@ -605,6 +629,10 @@ class PublicAdvertisedPrefix(pulumi.CustomResource):
|
|
605
629
|
"""
|
606
630
|
Specifies how child public delegated prefix will be scoped. pdpScope
|
607
631
|
must be one of: GLOBAL, REGIONAL
|
632
|
+
* REGIONAL: The public delegated prefix is regional only. The
|
633
|
+
provisioning will take a few minutes.
|
634
|
+
* GLOBAL: The public delegated prefix is global only. The provisioning
|
635
|
+
will take ~4 weeks.
|
608
636
|
Possible values are: `GLOBAL`, `REGIONAL`.
|
609
637
|
"""
|
610
638
|
return pulumi.get(self, "pdp_scope")
|