pulumi-gcp 8.8.2a1731515595__py3-none-any.whl → 8.9.0a1731097924__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 -64
- pulumi_gcp/activedirectory/domain.py +0 -24
- pulumi_gcp/apigee/__init__.py +0 -1
- pulumi_gcp/apigee/_inputs.py +0 -74
- pulumi_gcp/apigee/outputs.py +0 -65
- pulumi_gcp/applicationintegration/auth_config.py +0 -24
- pulumi_gcp/backupdisasterrecovery/__init__.py +0 -4
- pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -533
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +6 -146
- pulumi_gcp/backupdisasterrecovery/outputs.py +0 -702
- pulumi_gcp/bigquery/data_transfer_config.py +0 -24
- pulumi_gcp/cloudrunv2/_inputs.py +0 -46
- pulumi_gcp/cloudrunv2/job.py +2 -0
- pulumi_gcp/cloudrunv2/outputs.py +2 -60
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +255 -2162
- pulumi_gcp/compute/disk.py +7 -7
- pulumi_gcp/compute/firewall_policy_rule.py +54 -108
- pulumi_gcp/compute/get_region_instance_group_manager.py +1 -12
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/network_firewall_policy_rule.py +4 -4
- pulumi_gcp/compute/network_firewall_policy_with_rules.py +10 -10
- pulumi_gcp/compute/node_template.py +0 -95
- pulumi_gcp/compute/outputs.py +213 -1639
- pulumi_gcp/compute/region_disk.py +7 -7
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +14 -54
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +4 -4
- pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +10 -10
- pulumi_gcp/compute/region_security_policy.py +0 -120
- pulumi_gcp/compute/region_security_policy_rule.py +6 -6
- pulumi_gcp/compute/router_peer.py +35 -56
- pulumi_gcp/compute/security_scan_config.py +8 -8
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/_inputs.py +10 -345
- pulumi_gcp/container/cluster.py +0 -101
- pulumi_gcp/container/get_cluster.py +1 -23
- pulumi_gcp/container/outputs.py +8 -456
- pulumi_gcp/dataloss/prevention_discovery_config.py +7 -7
- pulumi_gcp/dataproc/__init__.py +0 -2
- pulumi_gcp/dataproc/_inputs.py +0 -101
- pulumi_gcp/dataproc/outputs.py +0 -94
- pulumi_gcp/edgecontainer/vpn_connection.py +4 -4
- pulumi_gcp/firebase/android_app.py +2 -2
- pulumi_gcp/firebase/apple_app.py +2 -2
- pulumi_gcp/firebase/web_app.py +2 -2
- pulumi_gcp/firestore/index.py +0 -44
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/healthcare/dataset.py +7 -7
- pulumi_gcp/healthcare/dicom_store.py +7 -7
- pulumi_gcp/healthcare/fhir_store.py +7 -7
- pulumi_gcp/healthcare/hl7_store.py +14 -14
- pulumi_gcp/iam/__init__.py +0 -1
- pulumi_gcp/iam/_inputs.py +0 -161
- pulumi_gcp/iam/outputs.py +0 -114
- pulumi_gcp/logging/metric.py +2 -2
- pulumi_gcp/looker/_inputs.py +0 -6
- pulumi_gcp/looker/instance.py +321 -169
- pulumi_gcp/looker/outputs.py +0 -4
- pulumi_gcp/memorystore/instance.py +0 -4
- pulumi_gcp/monitoring/alert_policy.py +0 -24
- pulumi_gcp/monitoring/custom_service.py +0 -24
- pulumi_gcp/monitoring/group.py +0 -24
- pulumi_gcp/monitoring/metric_descriptor.py +0 -24
- pulumi_gcp/monitoring/slo.py +0 -24
- pulumi_gcp/monitoring/uptime_check_config.py +0 -24
- pulumi_gcp/networkmanagement/__init__.py +0 -1
- pulumi_gcp/osconfig/patch_deployment.py +8 -8
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +3 -3
- pulumi_gcp/redis/outputs.py +2 -2
- pulumi_gcp/securitycenter/notification_config.py +16 -4
- pulumi_gcp/securitycenter/project_notification_config.py +24 -0
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +16 -4
- pulumi_gcp/spanner/__init__.py +0 -1
- pulumi_gcp/spanner/_inputs.py +9 -9
- pulumi_gcp/spanner/get_instance.py +1 -12
- pulumi_gcp/spanner/instance.py +0 -70
- pulumi_gcp/spanner/outputs.py +12 -46
- pulumi_gcp/sql/_inputs.py +0 -26
- pulumi_gcp/sql/database_instance.py +11 -124
- pulumi_gcp/sql/get_database_instance.py +1 -12
- pulumi_gcp/sql/outputs.py +0 -51
- pulumi_gcp/storage/_inputs.py +3 -3
- pulumi_gcp/storage/outputs.py +2 -2
- pulumi_gcp/tags/tag_binding.py +4 -4
- pulumi_gcp/tags/tag_value.py +2 -2
- pulumi_gcp/transcoder/job.py +0 -24
- pulumi_gcp/vertex/_inputs.py +0 -184
- pulumi_gcp/vertex/ai_endpoint.py +8 -394
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/outputs.py +0 -166
- pulumi_gcp/workbench/instance.py +7 -21
- pulumi_gcp/workflows/workflow.py +0 -36
- pulumi_gcp/workstations/workstation_config.py +8 -8
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/RECORD +103 -114
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/WHEEL +1 -1
- pulumi_gcp/apigee/api.py +0 -456
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +0 -653
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +0 -766
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +0 -204
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +0 -243
- pulumi_gcp/compute/region_resize_request.py +0 -772
- pulumi_gcp/dataproc/gdc_application_environment.py +0 -931
- pulumi_gcp/dataproc/gdc_service_instance.py +0 -1022
- pulumi_gcp/iam/principal_access_boundary_policy.py +0 -679
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -1358
- pulumi_gcp/spanner/get_database.py +0 -229
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/top_level.txt +0 -0
@@ -42,7 +42,7 @@ class PreventionDiscoveryConfigArgs:
|
|
42
42
|
Structure is documented below.
|
43
43
|
:param pulumi.Input[str] display_name: Display Name (max 1000 Chars)
|
44
44
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] inspect_templates: Detection logic for profile generation
|
45
|
-
:param pulumi.Input['PreventionDiscoveryConfigOrgConfigArgs'] org_config: A nested object resource
|
45
|
+
:param pulumi.Input['PreventionDiscoveryConfigOrgConfigArgs'] org_config: A nested object resource
|
46
46
|
Structure is documented below.
|
47
47
|
:param pulumi.Input[str] status: Required. A status for this configuration
|
48
48
|
Possible values are: `RUNNING`, `PAUSED`.
|
@@ -134,7 +134,7 @@ class PreventionDiscoveryConfigArgs:
|
|
134
134
|
@pulumi.getter(name="orgConfig")
|
135
135
|
def org_config(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigOrgConfigArgs']]:
|
136
136
|
"""
|
137
|
-
A nested object resource
|
137
|
+
A nested object resource
|
138
138
|
Structure is documented below.
|
139
139
|
"""
|
140
140
|
return pulumi.get(self, "org_config")
|
@@ -201,7 +201,7 @@ class _PreventionDiscoveryConfigState:
|
|
201
201
|
|
202
202
|
- - -
|
203
203
|
:param pulumi.Input[str] name: Unique resource name for the DiscoveryConfig, assigned by the service when the DiscoveryConfig is created.
|
204
|
-
:param pulumi.Input['PreventionDiscoveryConfigOrgConfigArgs'] org_config: A nested object resource
|
204
|
+
:param pulumi.Input['PreventionDiscoveryConfigOrgConfigArgs'] org_config: A nested object resource
|
205
205
|
Structure is documented below.
|
206
206
|
:param pulumi.Input[str] parent: The parent of the discovery config in any of the following formats:
|
207
207
|
* `projects/{{project}}/locations/{{location}}`
|
@@ -344,7 +344,7 @@ class _PreventionDiscoveryConfigState:
|
|
344
344
|
@pulumi.getter(name="orgConfig")
|
345
345
|
def org_config(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigOrgConfigArgs']]:
|
346
346
|
"""
|
347
|
-
A nested object resource
|
347
|
+
A nested object resource
|
348
348
|
Structure is documented below.
|
349
349
|
"""
|
350
350
|
return pulumi.get(self, "org_config")
|
@@ -459,7 +459,7 @@ class PreventionDiscoveryConfig(pulumi.CustomResource):
|
|
459
459
|
|
460
460
|
|
461
461
|
- - -
|
462
|
-
:param pulumi.Input[Union['PreventionDiscoveryConfigOrgConfigArgs', 'PreventionDiscoveryConfigOrgConfigArgsDict']] org_config: A nested object resource
|
462
|
+
:param pulumi.Input[Union['PreventionDiscoveryConfigOrgConfigArgs', 'PreventionDiscoveryConfigOrgConfigArgsDict']] org_config: A nested object resource
|
463
463
|
Structure is documented below.
|
464
464
|
:param pulumi.Input[str] parent: The parent of the discovery config in any of the following formats:
|
465
465
|
* `projects/{{project}}/locations/{{location}}`
|
@@ -596,7 +596,7 @@ class PreventionDiscoveryConfig(pulumi.CustomResource):
|
|
596
596
|
|
597
597
|
- - -
|
598
598
|
:param pulumi.Input[str] name: Unique resource name for the DiscoveryConfig, assigned by the service when the DiscoveryConfig is created.
|
599
|
-
:param pulumi.Input[Union['PreventionDiscoveryConfigOrgConfigArgs', 'PreventionDiscoveryConfigOrgConfigArgsDict']] org_config: A nested object resource
|
599
|
+
:param pulumi.Input[Union['PreventionDiscoveryConfigOrgConfigArgs', 'PreventionDiscoveryConfigOrgConfigArgsDict']] org_config: A nested object resource
|
600
600
|
Structure is documented below.
|
601
601
|
:param pulumi.Input[str] parent: The parent of the discovery config in any of the following formats:
|
602
602
|
* `projects/{{project}}/locations/{{location}}`
|
@@ -699,7 +699,7 @@ class PreventionDiscoveryConfig(pulumi.CustomResource):
|
|
699
699
|
@pulumi.getter(name="orgConfig")
|
700
700
|
def org_config(self) -> pulumi.Output[Optional['outputs.PreventionDiscoveryConfigOrgConfig']]:
|
701
701
|
"""
|
702
|
-
A nested object resource
|
702
|
+
A nested object resource
|
703
703
|
Structure is documented below.
|
704
704
|
"""
|
705
705
|
return pulumi.get(self, "org_config")
|
pulumi_gcp/dataproc/__init__.py
CHANGED
@@ -14,8 +14,6 @@ from .cluster import *
|
|
14
14
|
from .cluster_iam_binding import *
|
15
15
|
from .cluster_iam_member import *
|
16
16
|
from .cluster_iam_policy import *
|
17
|
-
from .gdc_application_environment import *
|
18
|
-
from .gdc_service_instance import *
|
19
17
|
from .get_autoscaling_policy_iam_policy import *
|
20
18
|
from .get_cluster_iam_policy import *
|
21
19
|
from .get_job_iam_policy import *
|
pulumi_gcp/dataproc/_inputs.py
CHANGED
@@ -143,12 +143,6 @@ __all__ = [
|
|
143
143
|
'ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigConfigArgsDict',
|
144
144
|
'ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgs',
|
145
145
|
'ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgsDict',
|
146
|
-
'GdcApplicationEnvironmentSparkApplicationEnvironmentConfigArgs',
|
147
|
-
'GdcApplicationEnvironmentSparkApplicationEnvironmentConfigArgsDict',
|
148
|
-
'GdcServiceInstanceGdceClusterArgs',
|
149
|
-
'GdcServiceInstanceGdceClusterArgsDict',
|
150
|
-
'GdcServiceInstanceSparkServiceInstanceConfigArgs',
|
151
|
-
'GdcServiceInstanceSparkServiceInstanceConfigArgsDict',
|
152
146
|
'JobHadoopConfigArgs',
|
153
147
|
'JobHadoopConfigArgsDict',
|
154
148
|
'JobHadoopConfigLoggingConfigArgs',
|
@@ -6574,101 +6568,6 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig
|
|
6574
6568
|
pulumi.set(self, "properties", value)
|
6575
6569
|
|
6576
6570
|
|
6577
|
-
if not MYPY:
|
6578
|
-
class GdcApplicationEnvironmentSparkApplicationEnvironmentConfigArgsDict(TypedDict):
|
6579
|
-
default_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
6580
|
-
"""
|
6581
|
-
A map of default Spark properties to apply to workloads in this application environment. These defaults may be overridden by per-application properties.
|
6582
|
-
"""
|
6583
|
-
default_version: NotRequired[pulumi.Input[str]]
|
6584
|
-
"""
|
6585
|
-
The default Dataproc version to use for applications submitted to this application environment
|
6586
|
-
"""
|
6587
|
-
elif False:
|
6588
|
-
GdcApplicationEnvironmentSparkApplicationEnvironmentConfigArgsDict: TypeAlias = Mapping[str, Any]
|
6589
|
-
|
6590
|
-
@pulumi.input_type
|
6591
|
-
class GdcApplicationEnvironmentSparkApplicationEnvironmentConfigArgs:
|
6592
|
-
def __init__(__self__, *,
|
6593
|
-
default_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
6594
|
-
default_version: Optional[pulumi.Input[str]] = None):
|
6595
|
-
"""
|
6596
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] default_properties: A map of default Spark properties to apply to workloads in this application environment. These defaults may be overridden by per-application properties.
|
6597
|
-
:param pulumi.Input[str] default_version: The default Dataproc version to use for applications submitted to this application environment
|
6598
|
-
"""
|
6599
|
-
if default_properties is not None:
|
6600
|
-
pulumi.set(__self__, "default_properties", default_properties)
|
6601
|
-
if default_version is not None:
|
6602
|
-
pulumi.set(__self__, "default_version", default_version)
|
6603
|
-
|
6604
|
-
@property
|
6605
|
-
@pulumi.getter(name="defaultProperties")
|
6606
|
-
def default_properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
6607
|
-
"""
|
6608
|
-
A map of default Spark properties to apply to workloads in this application environment. These defaults may be overridden by per-application properties.
|
6609
|
-
"""
|
6610
|
-
return pulumi.get(self, "default_properties")
|
6611
|
-
|
6612
|
-
@default_properties.setter
|
6613
|
-
def default_properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
6614
|
-
pulumi.set(self, "default_properties", value)
|
6615
|
-
|
6616
|
-
@property
|
6617
|
-
@pulumi.getter(name="defaultVersion")
|
6618
|
-
def default_version(self) -> Optional[pulumi.Input[str]]:
|
6619
|
-
"""
|
6620
|
-
The default Dataproc version to use for applications submitted to this application environment
|
6621
|
-
"""
|
6622
|
-
return pulumi.get(self, "default_version")
|
6623
|
-
|
6624
|
-
@default_version.setter
|
6625
|
-
def default_version(self, value: Optional[pulumi.Input[str]]):
|
6626
|
-
pulumi.set(self, "default_version", value)
|
6627
|
-
|
6628
|
-
|
6629
|
-
if not MYPY:
|
6630
|
-
class GdcServiceInstanceGdceClusterArgsDict(TypedDict):
|
6631
|
-
gdce_cluster: pulumi.Input[str]
|
6632
|
-
"""
|
6633
|
-
Gdce cluster resource id.
|
6634
|
-
"""
|
6635
|
-
elif False:
|
6636
|
-
GdcServiceInstanceGdceClusterArgsDict: TypeAlias = Mapping[str, Any]
|
6637
|
-
|
6638
|
-
@pulumi.input_type
|
6639
|
-
class GdcServiceInstanceGdceClusterArgs:
|
6640
|
-
def __init__(__self__, *,
|
6641
|
-
gdce_cluster: pulumi.Input[str]):
|
6642
|
-
"""
|
6643
|
-
:param pulumi.Input[str] gdce_cluster: Gdce cluster resource id.
|
6644
|
-
"""
|
6645
|
-
pulumi.set(__self__, "gdce_cluster", gdce_cluster)
|
6646
|
-
|
6647
|
-
@property
|
6648
|
-
@pulumi.getter(name="gdceCluster")
|
6649
|
-
def gdce_cluster(self) -> pulumi.Input[str]:
|
6650
|
-
"""
|
6651
|
-
Gdce cluster resource id.
|
6652
|
-
"""
|
6653
|
-
return pulumi.get(self, "gdce_cluster")
|
6654
|
-
|
6655
|
-
@gdce_cluster.setter
|
6656
|
-
def gdce_cluster(self, value: pulumi.Input[str]):
|
6657
|
-
pulumi.set(self, "gdce_cluster", value)
|
6658
|
-
|
6659
|
-
|
6660
|
-
if not MYPY:
|
6661
|
-
class GdcServiceInstanceSparkServiceInstanceConfigArgsDict(TypedDict):
|
6662
|
-
pass
|
6663
|
-
elif False:
|
6664
|
-
GdcServiceInstanceSparkServiceInstanceConfigArgsDict: TypeAlias = Mapping[str, Any]
|
6665
|
-
|
6666
|
-
@pulumi.input_type
|
6667
|
-
class GdcServiceInstanceSparkServiceInstanceConfigArgs:
|
6668
|
-
def __init__(__self__):
|
6669
|
-
pass
|
6670
|
-
|
6671
|
-
|
6672
6571
|
if not MYPY:
|
6673
6572
|
class JobHadoopConfigArgsDict(TypedDict):
|
6674
6573
|
archive_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
pulumi_gcp/dataproc/outputs.py
CHANGED
@@ -80,9 +80,6 @@ __all__ = [
|
|
80
80
|
'ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigAutoscaling',
|
81
81
|
'ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigConfig',
|
82
82
|
'ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig',
|
83
|
-
'GdcApplicationEnvironmentSparkApplicationEnvironmentConfig',
|
84
|
-
'GdcServiceInstanceGdceCluster',
|
85
|
-
'GdcServiceInstanceSparkServiceInstanceConfig',
|
86
83
|
'JobHadoopConfig',
|
87
84
|
'JobHadoopConfigLoggingConfig',
|
88
85
|
'JobHiveConfig',
|
@@ -5207,97 +5204,6 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig
|
|
5207
5204
|
return pulumi.get(self, "properties")
|
5208
5205
|
|
5209
5206
|
|
5210
|
-
@pulumi.output_type
|
5211
|
-
class GdcApplicationEnvironmentSparkApplicationEnvironmentConfig(dict):
|
5212
|
-
@staticmethod
|
5213
|
-
def __key_warning(key: str):
|
5214
|
-
suggest = None
|
5215
|
-
if key == "defaultProperties":
|
5216
|
-
suggest = "default_properties"
|
5217
|
-
elif key == "defaultVersion":
|
5218
|
-
suggest = "default_version"
|
5219
|
-
|
5220
|
-
if suggest:
|
5221
|
-
pulumi.log.warn(f"Key '{key}' not found in GdcApplicationEnvironmentSparkApplicationEnvironmentConfig. Access the value via the '{suggest}' property getter instead.")
|
5222
|
-
|
5223
|
-
def __getitem__(self, key: str) -> Any:
|
5224
|
-
GdcApplicationEnvironmentSparkApplicationEnvironmentConfig.__key_warning(key)
|
5225
|
-
return super().__getitem__(key)
|
5226
|
-
|
5227
|
-
def get(self, key: str, default = None) -> Any:
|
5228
|
-
GdcApplicationEnvironmentSparkApplicationEnvironmentConfig.__key_warning(key)
|
5229
|
-
return super().get(key, default)
|
5230
|
-
|
5231
|
-
def __init__(__self__, *,
|
5232
|
-
default_properties: Optional[Mapping[str, str]] = None,
|
5233
|
-
default_version: Optional[str] = None):
|
5234
|
-
"""
|
5235
|
-
:param Mapping[str, str] default_properties: A map of default Spark properties to apply to workloads in this application environment. These defaults may be overridden by per-application properties.
|
5236
|
-
:param str default_version: The default Dataproc version to use for applications submitted to this application environment
|
5237
|
-
"""
|
5238
|
-
if default_properties is not None:
|
5239
|
-
pulumi.set(__self__, "default_properties", default_properties)
|
5240
|
-
if default_version is not None:
|
5241
|
-
pulumi.set(__self__, "default_version", default_version)
|
5242
|
-
|
5243
|
-
@property
|
5244
|
-
@pulumi.getter(name="defaultProperties")
|
5245
|
-
def default_properties(self) -> Optional[Mapping[str, str]]:
|
5246
|
-
"""
|
5247
|
-
A map of default Spark properties to apply to workloads in this application environment. These defaults may be overridden by per-application properties.
|
5248
|
-
"""
|
5249
|
-
return pulumi.get(self, "default_properties")
|
5250
|
-
|
5251
|
-
@property
|
5252
|
-
@pulumi.getter(name="defaultVersion")
|
5253
|
-
def default_version(self) -> Optional[str]:
|
5254
|
-
"""
|
5255
|
-
The default Dataproc version to use for applications submitted to this application environment
|
5256
|
-
"""
|
5257
|
-
return pulumi.get(self, "default_version")
|
5258
|
-
|
5259
|
-
|
5260
|
-
@pulumi.output_type
|
5261
|
-
class GdcServiceInstanceGdceCluster(dict):
|
5262
|
-
@staticmethod
|
5263
|
-
def __key_warning(key: str):
|
5264
|
-
suggest = None
|
5265
|
-
if key == "gdceCluster":
|
5266
|
-
suggest = "gdce_cluster"
|
5267
|
-
|
5268
|
-
if suggest:
|
5269
|
-
pulumi.log.warn(f"Key '{key}' not found in GdcServiceInstanceGdceCluster. Access the value via the '{suggest}' property getter instead.")
|
5270
|
-
|
5271
|
-
def __getitem__(self, key: str) -> Any:
|
5272
|
-
GdcServiceInstanceGdceCluster.__key_warning(key)
|
5273
|
-
return super().__getitem__(key)
|
5274
|
-
|
5275
|
-
def get(self, key: str, default = None) -> Any:
|
5276
|
-
GdcServiceInstanceGdceCluster.__key_warning(key)
|
5277
|
-
return super().get(key, default)
|
5278
|
-
|
5279
|
-
def __init__(__self__, *,
|
5280
|
-
gdce_cluster: str):
|
5281
|
-
"""
|
5282
|
-
:param str gdce_cluster: Gdce cluster resource id.
|
5283
|
-
"""
|
5284
|
-
pulumi.set(__self__, "gdce_cluster", gdce_cluster)
|
5285
|
-
|
5286
|
-
@property
|
5287
|
-
@pulumi.getter(name="gdceCluster")
|
5288
|
-
def gdce_cluster(self) -> str:
|
5289
|
-
"""
|
5290
|
-
Gdce cluster resource id.
|
5291
|
-
"""
|
5292
|
-
return pulumi.get(self, "gdce_cluster")
|
5293
|
-
|
5294
|
-
|
5295
|
-
@pulumi.output_type
|
5296
|
-
class GdcServiceInstanceSparkServiceInstanceConfig(dict):
|
5297
|
-
def __init__(__self__):
|
5298
|
-
pass
|
5299
|
-
|
5300
|
-
|
5301
5207
|
@pulumi.output_type
|
5302
5208
|
class JobHadoopConfig(dict):
|
5303
5209
|
@staticmethod
|
@@ -222,7 +222,7 @@ class _VpnConnectionState:
|
|
222
222
|
Input properties used for looking up and filtering VpnConnection resources.
|
223
223
|
:param pulumi.Input[str] cluster: The canonical Cluster name to connect to. It is in the form of projects/{project}/locations/{location}/clusters/{cluster}.
|
224
224
|
:param pulumi.Input[str] create_time: The time when the VPN connection was created.
|
225
|
-
:param pulumi.Input[Sequence[pulumi.Input['VpnConnectionDetailArgs']]] details: A nested object resource
|
225
|
+
:param pulumi.Input[Sequence[pulumi.Input['VpnConnectionDetailArgs']]] details: A nested object resource
|
226
226
|
Structure is documented below.
|
227
227
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
228
228
|
:param pulumi.Input[bool] enable_high_availability: Whether this VPN connection has HA enabled on cluster side. If enabled, when creating VPN connection we will attempt to use 2 ANG floating IPs.
|
@@ -305,7 +305,7 @@ class _VpnConnectionState:
|
|
305
305
|
@pulumi.getter
|
306
306
|
def details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VpnConnectionDetailArgs']]]]:
|
307
307
|
"""
|
308
|
-
A nested object resource
|
308
|
+
A nested object resource
|
309
309
|
Structure is documented below.
|
310
310
|
"""
|
311
311
|
return pulumi.get(self, "details")
|
@@ -754,7 +754,7 @@ class VpnConnection(pulumi.CustomResource):
|
|
754
754
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
755
755
|
:param pulumi.Input[str] cluster: The canonical Cluster name to connect to. It is in the form of projects/{project}/locations/{location}/clusters/{cluster}.
|
756
756
|
:param pulumi.Input[str] create_time: The time when the VPN connection was created.
|
757
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnConnectionDetailArgs', 'VpnConnectionDetailArgsDict']]]] details: A nested object resource
|
757
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['VpnConnectionDetailArgs', 'VpnConnectionDetailArgsDict']]]] details: A nested object resource
|
758
758
|
Structure is documented below.
|
759
759
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
760
760
|
:param pulumi.Input[bool] enable_high_availability: Whether this VPN connection has HA enabled on cluster side. If enabled, when creating VPN connection we will attempt to use 2 ANG floating IPs.
|
@@ -819,7 +819,7 @@ class VpnConnection(pulumi.CustomResource):
|
|
819
819
|
@pulumi.getter
|
820
820
|
def details(self) -> pulumi.Output[Sequence['outputs.VpnConnectionDetail']]:
|
821
821
|
"""
|
822
|
-
A nested object resource
|
822
|
+
A nested object resource
|
823
823
|
Structure is documented below.
|
824
824
|
"""
|
825
825
|
return pulumi.get(self, "details")
|
@@ -401,7 +401,7 @@ class AndroidApp(pulumi.CustomResource):
|
|
401
401
|
When using the `pulumi import` command, AndroidApp can be imported using one of the formats above. For example:
|
402
402
|
|
403
403
|
```sh
|
404
|
-
$ pulumi import gcp:firebase/androidApp:AndroidApp default
|
404
|
+
$ pulumi import gcp:firebase/androidApp:AndroidApp default {{project}} projects/{{project}}/androidApps/{{app_id}}
|
405
405
|
```
|
406
406
|
|
407
407
|
```sh
|
@@ -502,7 +502,7 @@ class AndroidApp(pulumi.CustomResource):
|
|
502
502
|
When using the `pulumi import` command, AndroidApp can be imported using one of the formats above. For example:
|
503
503
|
|
504
504
|
```sh
|
505
|
-
$ pulumi import gcp:firebase/androidApp:AndroidApp default
|
505
|
+
$ pulumi import gcp:firebase/androidApp:AndroidApp default {{project}} projects/{{project}}/androidApps/{{app_id}}
|
506
506
|
```
|
507
507
|
|
508
508
|
```sh
|
pulumi_gcp/firebase/apple_app.py
CHANGED
@@ -374,7 +374,7 @@ class AppleApp(pulumi.CustomResource):
|
|
374
374
|
When using the `pulumi import` command, AppleApp can be imported using one of the formats above. For example:
|
375
375
|
|
376
376
|
```sh
|
377
|
-
$ pulumi import gcp:firebase/appleApp:AppleApp default
|
377
|
+
$ pulumi import gcp:firebase/appleApp:AppleApp default {{project}} projects/{{project}}/iosApps/{{app_id}}
|
378
378
|
```
|
379
379
|
|
380
380
|
```sh
|
@@ -469,7 +469,7 @@ class AppleApp(pulumi.CustomResource):
|
|
469
469
|
When using the `pulumi import` command, AppleApp can be imported using one of the formats above. For example:
|
470
470
|
|
471
471
|
```sh
|
472
|
-
$ pulumi import gcp:firebase/appleApp:AppleApp default
|
472
|
+
$ pulumi import gcp:firebase/appleApp:AppleApp default {{project}} projects/{{project}}/iosApps/{{app_id}}
|
473
473
|
```
|
474
474
|
|
475
475
|
```sh
|
pulumi_gcp/firebase/web_app.py
CHANGED
@@ -287,7 +287,7 @@ class WebApp(pulumi.CustomResource):
|
|
287
287
|
When using the `pulumi import` command, WebApp can be imported using one of the formats above. For example:
|
288
288
|
|
289
289
|
```sh
|
290
|
-
$ pulumi import gcp:firebase/webApp:WebApp default
|
290
|
+
$ pulumi import gcp:firebase/webApp:WebApp default {{project}} projects/{{project}}/webApps/{{app_id}}
|
291
291
|
```
|
292
292
|
|
293
293
|
```sh
|
@@ -374,7 +374,7 @@ class WebApp(pulumi.CustomResource):
|
|
374
374
|
When using the `pulumi import` command, WebApp can be imported using one of the formats above. For example:
|
375
375
|
|
376
376
|
```sh
|
377
|
-
$ pulumi import gcp:firebase/webApp:WebApp default
|
377
|
+
$ pulumi import gcp:firebase/webApp:WebApp default {{project}} projects/{{project}}/webApps/{{app_id}}
|
378
378
|
```
|
379
379
|
|
380
380
|
```sh
|
pulumi_gcp/firestore/index.py
CHANGED
@@ -388,28 +388,6 @@ class Index(pulumi.CustomResource):
|
|
388
388
|
},
|
389
389
|
])
|
390
390
|
```
|
391
|
-
### Firestore Index Name Descending
|
392
|
-
|
393
|
-
```python
|
394
|
-
import pulumi
|
395
|
-
import pulumi_gcp as gcp
|
396
|
-
|
397
|
-
database = gcp.firestore.Database("database",
|
398
|
-
project="my-project-name",
|
399
|
-
name="database-id",
|
400
|
-
location_id="nam5",
|
401
|
-
type="FIRESTORE_NATIVE",
|
402
|
-
delete_protection_state="DELETE_PROTECTION_DISABLED",
|
403
|
-
deletion_policy="DELETE")
|
404
|
-
my_index = gcp.firestore.Index("my-index",
|
405
|
-
project="my-project-name",
|
406
|
-
database=database.name,
|
407
|
-
collection="atestcollection",
|
408
|
-
fields=[{
|
409
|
-
"field_path": "__name__",
|
410
|
-
"order": "DESCENDING",
|
411
|
-
}])
|
412
|
-
```
|
413
391
|
|
414
392
|
## Import
|
415
393
|
|
@@ -558,28 +536,6 @@ class Index(pulumi.CustomResource):
|
|
558
536
|
},
|
559
537
|
])
|
560
538
|
```
|
561
|
-
### Firestore Index Name Descending
|
562
|
-
|
563
|
-
```python
|
564
|
-
import pulumi
|
565
|
-
import pulumi_gcp as gcp
|
566
|
-
|
567
|
-
database = gcp.firestore.Database("database",
|
568
|
-
project="my-project-name",
|
569
|
-
name="database-id",
|
570
|
-
location_id="nam5",
|
571
|
-
type="FIRESTORE_NATIVE",
|
572
|
-
delete_protection_state="DELETE_PROTECTION_DISABLED",
|
573
|
-
deletion_policy="DELETE")
|
574
|
-
my_index = gcp.firestore.Index("my-index",
|
575
|
-
project="my-project-name",
|
576
|
-
database=database.name,
|
577
|
-
collection="atestcollection",
|
578
|
-
fields=[{
|
579
|
-
"field_path": "__name__",
|
580
|
-
"order": "DESCENDING",
|
581
|
-
}])
|
582
|
-
```
|
583
539
|
|
584
540
|
## Import
|
585
541
|
|
pulumi_gcp/gkeonprem/_inputs.py
CHANGED
@@ -784,7 +784,7 @@ if not MYPY:
|
|
784
784
|
"""
|
785
785
|
manual_lb_config: NotRequired[pulumi.Input['BareMetalAdminClusterLoadBalancerManualLbConfigArgsDict']]
|
786
786
|
"""
|
787
|
-
A nested object resource
|
787
|
+
A nested object resource
|
788
788
|
Structure is documented below.
|
789
789
|
"""
|
790
790
|
elif False:
|
@@ -801,7 +801,7 @@ class BareMetalAdminClusterLoadBalancerArgs:
|
|
801
801
|
Structure is documented below.
|
802
802
|
:param pulumi.Input['BareMetalAdminClusterLoadBalancerVipConfigArgs'] vip_config: Specified the Bare Metal Load Balancer Config
|
803
803
|
Structure is documented below.
|
804
|
-
:param pulumi.Input['BareMetalAdminClusterLoadBalancerManualLbConfigArgs'] manual_lb_config: A nested object resource
|
804
|
+
:param pulumi.Input['BareMetalAdminClusterLoadBalancerManualLbConfigArgs'] manual_lb_config: A nested object resource
|
805
805
|
Structure is documented below.
|
806
806
|
"""
|
807
807
|
pulumi.set(__self__, "port_config", port_config)
|
@@ -839,7 +839,7 @@ class BareMetalAdminClusterLoadBalancerArgs:
|
|
839
839
|
@pulumi.getter(name="manualLbConfig")
|
840
840
|
def manual_lb_config(self) -> Optional[pulumi.Input['BareMetalAdminClusterLoadBalancerManualLbConfigArgs']]:
|
841
841
|
"""
|
842
|
-
A nested object resource
|
842
|
+
A nested object resource
|
843
843
|
Structure is documented below.
|
844
844
|
"""
|
845
845
|
return pulumi.get(self, "manual_lb_config")
|
@@ -986,7 +986,7 @@ if not MYPY:
|
|
986
986
|
class BareMetalAdminClusterNetworkConfigArgsDict(TypedDict):
|
987
987
|
island_mode_cidr: NotRequired[pulumi.Input['BareMetalAdminClusterNetworkConfigIslandModeCidrArgsDict']]
|
988
988
|
"""
|
989
|
-
A nested object resource
|
989
|
+
A nested object resource
|
990
990
|
Structure is documented below.
|
991
991
|
"""
|
992
992
|
elif False:
|
@@ -997,7 +997,7 @@ class BareMetalAdminClusterNetworkConfigArgs:
|
|
997
997
|
def __init__(__self__, *,
|
998
998
|
island_mode_cidr: Optional[pulumi.Input['BareMetalAdminClusterNetworkConfigIslandModeCidrArgs']] = None):
|
999
999
|
"""
|
1000
|
-
:param pulumi.Input['BareMetalAdminClusterNetworkConfigIslandModeCidrArgs'] island_mode_cidr: A nested object resource
|
1000
|
+
:param pulumi.Input['BareMetalAdminClusterNetworkConfigIslandModeCidrArgs'] island_mode_cidr: A nested object resource
|
1001
1001
|
Structure is documented below.
|
1002
1002
|
"""
|
1003
1003
|
if island_mode_cidr is not None:
|
@@ -1007,7 +1007,7 @@ class BareMetalAdminClusterNetworkConfigArgs:
|
|
1007
1007
|
@pulumi.getter(name="islandModeCidr")
|
1008
1008
|
def island_mode_cidr(self) -> Optional[pulumi.Input['BareMetalAdminClusterNetworkConfigIslandModeCidrArgs']]:
|
1009
1009
|
"""
|
1010
|
-
A nested object resource
|
1010
|
+
A nested object resource
|
1011
1011
|
Structure is documented below.
|
1012
1012
|
"""
|
1013
1013
|
return pulumi.get(self, "island_mode_cidr")
|
@@ -2527,12 +2527,12 @@ if not MYPY:
|
|
2527
2527
|
"""
|
2528
2528
|
manual_lb_config: NotRequired[pulumi.Input['BareMetalClusterLoadBalancerManualLbConfigArgsDict']]
|
2529
2529
|
"""
|
2530
|
-
A nested object resource
|
2530
|
+
A nested object resource
|
2531
2531
|
Structure is documented below.
|
2532
2532
|
"""
|
2533
2533
|
metal_lb_config: NotRequired[pulumi.Input['BareMetalClusterLoadBalancerMetalLbConfigArgsDict']]
|
2534
2534
|
"""
|
2535
|
-
A nested object resource
|
2535
|
+
A nested object resource
|
2536
2536
|
Structure is documented below.
|
2537
2537
|
"""
|
2538
2538
|
elif False:
|
@@ -2553,9 +2553,9 @@ class BareMetalClusterLoadBalancerArgs:
|
|
2553
2553
|
Structure is documented below.
|
2554
2554
|
:param pulumi.Input['BareMetalClusterLoadBalancerBgpLbConfigArgs'] bgp_lb_config: Configuration for BGP typed load balancers.
|
2555
2555
|
Structure is documented below.
|
2556
|
-
:param pulumi.Input['BareMetalClusterLoadBalancerManualLbConfigArgs'] manual_lb_config: A nested object resource
|
2556
|
+
:param pulumi.Input['BareMetalClusterLoadBalancerManualLbConfigArgs'] manual_lb_config: A nested object resource
|
2557
2557
|
Structure is documented below.
|
2558
|
-
:param pulumi.Input['BareMetalClusterLoadBalancerMetalLbConfigArgs'] metal_lb_config: A nested object resource
|
2558
|
+
:param pulumi.Input['BareMetalClusterLoadBalancerMetalLbConfigArgs'] metal_lb_config: A nested object resource
|
2559
2559
|
Structure is documented below.
|
2560
2560
|
"""
|
2561
2561
|
pulumi.set(__self__, "port_config", port_config)
|
@@ -2610,7 +2610,7 @@ class BareMetalClusterLoadBalancerArgs:
|
|
2610
2610
|
@pulumi.getter(name="manualLbConfig")
|
2611
2611
|
def manual_lb_config(self) -> Optional[pulumi.Input['BareMetalClusterLoadBalancerManualLbConfigArgs']]:
|
2612
2612
|
"""
|
2613
|
-
A nested object resource
|
2613
|
+
A nested object resource
|
2614
2614
|
Structure is documented below.
|
2615
2615
|
"""
|
2616
2616
|
return pulumi.get(self, "manual_lb_config")
|
@@ -2623,7 +2623,7 @@ class BareMetalClusterLoadBalancerArgs:
|
|
2623
2623
|
@pulumi.getter(name="metalLbConfig")
|
2624
2624
|
def metal_lb_config(self) -> Optional[pulumi.Input['BareMetalClusterLoadBalancerMetalLbConfigArgs']]:
|
2625
2625
|
"""
|
2626
|
-
A nested object resource
|
2626
|
+
A nested object resource
|
2627
2627
|
Structure is documented below.
|
2628
2628
|
"""
|
2629
2629
|
return pulumi.get(self, "metal_lb_config")
|
@@ -4023,7 +4023,7 @@ if not MYPY:
|
|
4023
4023
|
"""
|
4024
4024
|
island_mode_cidr: NotRequired[pulumi.Input['BareMetalClusterNetworkConfigIslandModeCidrArgsDict']]
|
4025
4025
|
"""
|
4026
|
-
A nested object resource
|
4026
|
+
A nested object resource
|
4027
4027
|
Structure is documented below.
|
4028
4028
|
"""
|
4029
4029
|
multiple_network_interfaces_config: NotRequired[pulumi.Input['BareMetalClusterNetworkConfigMultipleNetworkInterfacesConfigArgsDict']]
|
@@ -4051,7 +4051,7 @@ class BareMetalClusterNetworkConfigArgs:
|
|
4051
4051
|
Load Balancing with BGP or the egress NAT gateway.
|
4052
4052
|
Setting configuration for advanced networking features will automatically
|
4053
4053
|
set this flag.
|
4054
|
-
:param pulumi.Input['BareMetalClusterNetworkConfigIslandModeCidrArgs'] island_mode_cidr: A nested object resource
|
4054
|
+
:param pulumi.Input['BareMetalClusterNetworkConfigIslandModeCidrArgs'] island_mode_cidr: A nested object resource
|
4055
4055
|
Structure is documented below.
|
4056
4056
|
:param pulumi.Input['BareMetalClusterNetworkConfigMultipleNetworkInterfacesConfigArgs'] multiple_network_interfaces_config: Configuration for multiple network interfaces.
|
4057
4057
|
Structure is documented below.
|
@@ -4086,7 +4086,7 @@ class BareMetalClusterNetworkConfigArgs:
|
|
4086
4086
|
@pulumi.getter(name="islandModeCidr")
|
4087
4087
|
def island_mode_cidr(self) -> Optional[pulumi.Input['BareMetalClusterNetworkConfigIslandModeCidrArgs']]:
|
4088
4088
|
"""
|
4089
|
-
A nested object resource
|
4089
|
+
A nested object resource
|
4090
4090
|
Structure is documented below.
|
4091
4091
|
"""
|
4092
4092
|
return pulumi.get(self, "island_mode_cidr")
|
pulumi_gcp/gkeonprem/outputs.py
CHANGED
@@ -568,7 +568,7 @@ class BareMetalAdminClusterLoadBalancer(dict):
|
|
568
568
|
Structure is documented below.
|
569
569
|
:param 'BareMetalAdminClusterLoadBalancerVipConfigArgs' vip_config: Specified the Bare Metal Load Balancer Config
|
570
570
|
Structure is documented below.
|
571
|
-
:param 'BareMetalAdminClusterLoadBalancerManualLbConfigArgs' manual_lb_config: A nested object resource
|
571
|
+
:param 'BareMetalAdminClusterLoadBalancerManualLbConfigArgs' manual_lb_config: A nested object resource
|
572
572
|
Structure is documented below.
|
573
573
|
"""
|
574
574
|
pulumi.set(__self__, "port_config", port_config)
|
@@ -598,7 +598,7 @@ class BareMetalAdminClusterLoadBalancer(dict):
|
|
598
598
|
@pulumi.getter(name="manualLbConfig")
|
599
599
|
def manual_lb_config(self) -> Optional['outputs.BareMetalAdminClusterLoadBalancerManualLbConfig']:
|
600
600
|
"""
|
601
|
-
A nested object resource
|
601
|
+
A nested object resource
|
602
602
|
Structure is documented below.
|
603
603
|
"""
|
604
604
|
return pulumi.get(self, "manual_lb_config")
|
@@ -755,7 +755,7 @@ class BareMetalAdminClusterNetworkConfig(dict):
|
|
755
755
|
def __init__(__self__, *,
|
756
756
|
island_mode_cidr: Optional['outputs.BareMetalAdminClusterNetworkConfigIslandModeCidr'] = None):
|
757
757
|
"""
|
758
|
-
:param 'BareMetalAdminClusterNetworkConfigIslandModeCidrArgs' island_mode_cidr: A nested object resource
|
758
|
+
:param 'BareMetalAdminClusterNetworkConfigIslandModeCidrArgs' island_mode_cidr: A nested object resource
|
759
759
|
Structure is documented below.
|
760
760
|
"""
|
761
761
|
if island_mode_cidr is not None:
|
@@ -765,7 +765,7 @@ class BareMetalAdminClusterNetworkConfig(dict):
|
|
765
765
|
@pulumi.getter(name="islandModeCidr")
|
766
766
|
def island_mode_cidr(self) -> Optional['outputs.BareMetalAdminClusterNetworkConfigIslandModeCidr']:
|
767
767
|
"""
|
768
|
-
A nested object resource
|
768
|
+
A nested object resource
|
769
769
|
Structure is documented below.
|
770
770
|
"""
|
771
771
|
return pulumi.get(self, "island_mode_cidr")
|
@@ -2007,9 +2007,9 @@ class BareMetalClusterLoadBalancer(dict):
|
|
2007
2007
|
Structure is documented below.
|
2008
2008
|
:param 'BareMetalClusterLoadBalancerBgpLbConfigArgs' bgp_lb_config: Configuration for BGP typed load balancers.
|
2009
2009
|
Structure is documented below.
|
2010
|
-
:param 'BareMetalClusterLoadBalancerManualLbConfigArgs' manual_lb_config: A nested object resource
|
2010
|
+
:param 'BareMetalClusterLoadBalancerManualLbConfigArgs' manual_lb_config: A nested object resource
|
2011
2011
|
Structure is documented below.
|
2012
|
-
:param 'BareMetalClusterLoadBalancerMetalLbConfigArgs' metal_lb_config: A nested object resource
|
2012
|
+
:param 'BareMetalClusterLoadBalancerMetalLbConfigArgs' metal_lb_config: A nested object resource
|
2013
2013
|
Structure is documented below.
|
2014
2014
|
"""
|
2015
2015
|
pulumi.set(__self__, "port_config", port_config)
|
@@ -2052,7 +2052,7 @@ class BareMetalClusterLoadBalancer(dict):
|
|
2052
2052
|
@pulumi.getter(name="manualLbConfig")
|
2053
2053
|
def manual_lb_config(self) -> Optional['outputs.BareMetalClusterLoadBalancerManualLbConfig']:
|
2054
2054
|
"""
|
2055
|
-
A nested object resource
|
2055
|
+
A nested object resource
|
2056
2056
|
Structure is documented below.
|
2057
2057
|
"""
|
2058
2058
|
return pulumi.get(self, "manual_lb_config")
|
@@ -2061,7 +2061,7 @@ class BareMetalClusterLoadBalancer(dict):
|
|
2061
2061
|
@pulumi.getter(name="metalLbConfig")
|
2062
2062
|
def metal_lb_config(self) -> Optional['outputs.BareMetalClusterLoadBalancerMetalLbConfig']:
|
2063
2063
|
"""
|
2064
|
-
A nested object resource
|
2064
|
+
A nested object resource
|
2065
2065
|
Structure is documented below.
|
2066
2066
|
"""
|
2067
2067
|
return pulumi.get(self, "metal_lb_config")
|
@@ -3216,7 +3216,7 @@ class BareMetalClusterNetworkConfig(dict):
|
|
3216
3216
|
Load Balancing with BGP or the egress NAT gateway.
|
3217
3217
|
Setting configuration for advanced networking features will automatically
|
3218
3218
|
set this flag.
|
3219
|
-
:param 'BareMetalClusterNetworkConfigIslandModeCidrArgs' island_mode_cidr: A nested object resource
|
3219
|
+
:param 'BareMetalClusterNetworkConfigIslandModeCidrArgs' island_mode_cidr: A nested object resource
|
3220
3220
|
Structure is documented below.
|
3221
3221
|
:param 'BareMetalClusterNetworkConfigMultipleNetworkInterfacesConfigArgs' multiple_network_interfaces_config: Configuration for multiple network interfaces.
|
3222
3222
|
Structure is documented below.
|
@@ -3247,7 +3247,7 @@ class BareMetalClusterNetworkConfig(dict):
|
|
3247
3247
|
@pulumi.getter(name="islandModeCidr")
|
3248
3248
|
def island_mode_cidr(self) -> Optional['outputs.BareMetalClusterNetworkConfigIslandModeCidr']:
|
3249
3249
|
"""
|
3250
|
-
A nested object resource
|
3250
|
+
A nested object resource
|
3251
3251
|
Structure is documented below.
|
3252
3252
|
"""
|
3253
3253
|
return pulumi.get(self, "island_mode_cidr")
|