pulumi-gcp 7.34.0__py3-none-any.whl → 7.34.0a1722421695__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 +0 -40
- pulumi_gcp/alloydb/_inputs.py +0 -174
- pulumi_gcp/alloydb/instance.py +0 -54
- pulumi_gcp/alloydb/outputs.py +0 -133
- pulumi_gcp/apigee/__init__.py +0 -2
- 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 +0 -36
- pulumi_gcp/bigquery/app_profile.py +0 -54
- pulumi_gcp/bigquery/outputs.py +0 -38
- pulumi_gcp/bigquery/reservation.py +4 -34
- pulumi_gcp/bigquery/table.py +21 -65
- pulumi_gcp/bigtable/table.py +26 -27
- pulumi_gcp/certificateauthority/authority.py +4 -4
- pulumi_gcp/cloudfunctions/function.py +0 -47
- pulumi_gcp/cloudfunctions/get_function.py +1 -11
- pulumi_gcp/cloudfunctionsv2/function.py +2 -2
- pulumi_gcp/cloudrun/_inputs.py +21 -24
- pulumi_gcp/cloudrun/outputs.py +24 -20
- pulumi_gcp/cloudrunv2/_inputs.py +0 -3
- pulumi_gcp/cloudrunv2/outputs.py +0 -4
- pulumi_gcp/compute/__init__.py +0 -2
- pulumi_gcp/compute/_inputs.py +328 -2333
- pulumi_gcp/compute/backend_service.py +0 -6
- pulumi_gcp/compute/outputs.py +7 -1466
- pulumi_gcp/compute/public_advertised_prefix.py +2 -30
- pulumi_gcp/compute/router_peer.py +0 -437
- pulumi_gcp/compute/service_attachment.py +14 -7
- pulumi_gcp/container/_inputs.py +18 -215
- pulumi_gcp/container/node_pool.py +14 -0
- pulumi_gcp/container/outputs.py +12 -226
- pulumi_gcp/databasemigrationservice/private_connection.py +6 -10
- pulumi_gcp/dataloss/_inputs.py +21 -707
- pulumi_gcp/dataloss/outputs.py +14 -588
- pulumi_gcp/datastore/data_store_index.py +12 -24
- pulumi_gcp/datastream/_inputs.py +3 -83
- pulumi_gcp/datastream/outputs.py +3 -51
- pulumi_gcp/datastream/stream.py +0 -170
- pulumi_gcp/firebase/database_instance.py +8 -8
- pulumi_gcp/firebase/hosting_site.py +8 -8
- 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/netapp/volume.py +1 -1
- pulumi_gcp/networkconnectivity/_inputs.py +6 -3
- pulumi_gcp/networkconnectivity/hub.py +49 -60
- pulumi_gcp/networkconnectivity/outputs.py +4 -2
- pulumi_gcp/networkconnectivity/spoke.py +104 -159
- pulumi_gcp/networksecurity/tls_inspection_policy.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +4 -4
- pulumi_gcp/projects/get_project_service.py +1 -11
- pulumi_gcp/projects/service.py +0 -68
- pulumi_gcp/projects/service_identity.py +2 -30
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/instance.py +4 -528
- pulumi_gcp/securitycenter/__init__.py +0 -1
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
- pulumi_gcp/vmwareengine/private_cloud.py +2 -121
- pulumi_gcp/workbench/_inputs.py +0 -77
- pulumi_gcp/workbench/instance.py +4 -18
- pulumi_gcp/workbench/outputs.py +1 -67
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/RECORD +73 -78
- pulumi_gcp/apigee/environment_keyvaluemaps.py +0 -370
- pulumi_gcp/apigee/environment_keyvaluemaps_entries.py +0 -440
- pulumi_gcp/compute/resize_request.py +0 -782
- pulumi_gcp/compute/router_route_policy.py +0 -616
- pulumi_gcp/securitycenter/v2_organization_mute_config.py +0 -673
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/top_level.txt +0 -0
pulumi_gcp/container/outputs.py
CHANGED
@@ -96,9 +96,6 @@ __all__ = [
|
|
96
96
|
'ClusterAddonsConfigIstioConfig',
|
97
97
|
'ClusterAddonsConfigKalmConfig',
|
98
98
|
'ClusterAddonsConfigNetworkPolicyConfig',
|
99
|
-
'ClusterAddonsConfigRayOperatorConfig',
|
100
|
-
'ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfig',
|
101
|
-
'ClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfig',
|
102
99
|
'ClusterAddonsConfigStatefulHaConfig',
|
103
100
|
'ClusterAuthenticatorGroupsConfig',
|
104
101
|
'ClusterBinaryAuthorization',
|
@@ -288,9 +285,6 @@ __all__ = [
|
|
288
285
|
'GetClusterAddonsConfigIstioConfigResult',
|
289
286
|
'GetClusterAddonsConfigKalmConfigResult',
|
290
287
|
'GetClusterAddonsConfigNetworkPolicyConfigResult',
|
291
|
-
'GetClusterAddonsConfigRayOperatorConfigResult',
|
292
|
-
'GetClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigResult',
|
293
|
-
'GetClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfigResult',
|
294
288
|
'GetClusterAddonsConfigStatefulHaConfigResult',
|
295
289
|
'GetClusterAuthenticatorGroupsConfigResult',
|
296
290
|
'GetClusterBinaryAuthorizationResult',
|
@@ -3768,8 +3762,6 @@ class ClusterAddonsConfig(dict):
|
|
3768
3762
|
suggest = "kalm_config"
|
3769
3763
|
elif key == "networkPolicyConfig":
|
3770
3764
|
suggest = "network_policy_config"
|
3771
|
-
elif key == "rayOperatorConfigs":
|
3772
|
-
suggest = "ray_operator_configs"
|
3773
3765
|
elif key == "statefulHaConfig":
|
3774
3766
|
suggest = "stateful_ha_config"
|
3775
3767
|
|
@@ -3797,7 +3789,6 @@ class ClusterAddonsConfig(dict):
|
|
3797
3789
|
istio_config: Optional['outputs.ClusterAddonsConfigIstioConfig'] = None,
|
3798
3790
|
kalm_config: Optional['outputs.ClusterAddonsConfigKalmConfig'] = None,
|
3799
3791
|
network_policy_config: Optional['outputs.ClusterAddonsConfigNetworkPolicyConfig'] = None,
|
3800
|
-
ray_operator_configs: Optional[Sequence['outputs.ClusterAddonsConfigRayOperatorConfig']] = None,
|
3801
3792
|
stateful_ha_config: Optional['outputs.ClusterAddonsConfigStatefulHaConfig'] = None):
|
3802
3793
|
"""
|
3803
3794
|
:param 'ClusterAddonsConfigCloudrunConfigArgs' cloudrun_config: . Structure is documented below.
|
@@ -3841,24 +3832,11 @@ class ClusterAddonsConfig(dict):
|
|
3841
3832
|
otherwise nothing will happen.
|
3842
3833
|
It can only be disabled if the nodes already do not have network policies enabled.
|
3843
3834
|
Defaults to disabled; set `disabled = false` to enable.
|
3844
|
-
:param Sequence['ClusterAddonsConfigRayOperatorConfigArgs'] ray_operator_configs: . The status of the [Ray Operator
|
3845
|
-
addon](https://cloud.google.com/kubernetes-engine/docs/add-on/ray-on-gke/concepts/overview).
|
3846
|
-
It is disabled by default. Set `enabled = true` to enable. The minimum
|
3847
|
-
cluster version to enable Ray is 1.30.0-gke.1747000.
|
3848
|
-
|
3849
|
-
Ray Operator config has optional subfields
|
3850
|
-
`ray_cluster_logging_config.enabled` and
|
3851
|
-
`ray_cluster_monitoring_config.enabled` which control Ray Cluster logging
|
3852
|
-
and monitoring respectively. See [Collect and view logs and metrics for Ray
|
3853
|
-
clusters on
|
3854
|
-
GKE](https://cloud.google.com/kubernetes-engine/docs/add-on/ray-on-gke/how-to/collect-view-logs-metrics)
|
3855
|
-
for more information.
|
3856
|
-
|
3857
|
-
|
3858
|
-
This example `addons_config` disables two addons:
|
3859
3835
|
:param 'ClusterAddonsConfigStatefulHaConfigArgs' stateful_ha_config: .
|
3860
3836
|
The status of the Stateful HA addon, which provides automatic configurable failover for stateful applications.
|
3861
3837
|
It is disabled by default for Standard clusters. Set `enabled = true` to enable.
|
3838
|
+
|
3839
|
+
This example `addons_config` disables two addons:
|
3862
3840
|
"""
|
3863
3841
|
if cloudrun_config is not None:
|
3864
3842
|
pulumi.set(__self__, "cloudrun_config", cloudrun_config)
|
@@ -3884,8 +3862,6 @@ class ClusterAddonsConfig(dict):
|
|
3884
3862
|
pulumi.set(__self__, "kalm_config", kalm_config)
|
3885
3863
|
if network_policy_config is not None:
|
3886
3864
|
pulumi.set(__self__, "network_policy_config", network_policy_config)
|
3887
|
-
if ray_operator_configs is not None:
|
3888
|
-
pulumi.set(__self__, "ray_operator_configs", ray_operator_configs)
|
3889
3865
|
if stateful_ha_config is not None:
|
3890
3866
|
pulumi.set(__self__, "stateful_ha_config", stateful_ha_config)
|
3891
3867
|
|
@@ -4014,28 +3990,6 @@ class ClusterAddonsConfig(dict):
|
|
4014
3990
|
"""
|
4015
3991
|
return pulumi.get(self, "network_policy_config")
|
4016
3992
|
|
4017
|
-
@property
|
4018
|
-
@pulumi.getter(name="rayOperatorConfigs")
|
4019
|
-
def ray_operator_configs(self) -> Optional[Sequence['outputs.ClusterAddonsConfigRayOperatorConfig']]:
|
4020
|
-
"""
|
4021
|
-
. The status of the [Ray Operator
|
4022
|
-
addon](https://cloud.google.com/kubernetes-engine/docs/add-on/ray-on-gke/concepts/overview).
|
4023
|
-
It is disabled by default. Set `enabled = true` to enable. The minimum
|
4024
|
-
cluster version to enable Ray is 1.30.0-gke.1747000.
|
4025
|
-
|
4026
|
-
Ray Operator config has optional subfields
|
4027
|
-
`ray_cluster_logging_config.enabled` and
|
4028
|
-
`ray_cluster_monitoring_config.enabled` which control Ray Cluster logging
|
4029
|
-
and monitoring respectively. See [Collect and view logs and metrics for Ray
|
4030
|
-
clusters on
|
4031
|
-
GKE](https://cloud.google.com/kubernetes-engine/docs/add-on/ray-on-gke/how-to/collect-view-logs-metrics)
|
4032
|
-
for more information.
|
4033
|
-
|
4034
|
-
|
4035
|
-
This example `addons_config` disables two addons:
|
4036
|
-
"""
|
4037
|
-
return pulumi.get(self, "ray_operator_configs")
|
4038
|
-
|
4039
3993
|
@property
|
4040
3994
|
@pulumi.getter(name="statefulHaConfig")
|
4041
3995
|
def stateful_ha_config(self) -> Optional['outputs.ClusterAddonsConfigStatefulHaConfig']:
|
@@ -4043,6 +3997,8 @@ class ClusterAddonsConfig(dict):
|
|
4043
3997
|
.
|
4044
3998
|
The status of the Stateful HA addon, which provides automatic configurable failover for stateful applications.
|
4045
3999
|
It is disabled by default for Standard clusters. Set `enabled = true` to enable.
|
4000
|
+
|
4001
|
+
This example `addons_config` disables two addons:
|
4046
4002
|
"""
|
4047
4003
|
return pulumi.get(self, "stateful_ha_config")
|
4048
4004
|
|
@@ -4278,87 +4234,6 @@ class ClusterAddonsConfigNetworkPolicyConfig(dict):
|
|
4278
4234
|
return pulumi.get(self, "disabled")
|
4279
4235
|
|
4280
4236
|
|
4281
|
-
@pulumi.output_type
|
4282
|
-
class ClusterAddonsConfigRayOperatorConfig(dict):
|
4283
|
-
@staticmethod
|
4284
|
-
def __key_warning(key: str):
|
4285
|
-
suggest = None
|
4286
|
-
if key == "rayClusterLoggingConfig":
|
4287
|
-
suggest = "ray_cluster_logging_config"
|
4288
|
-
elif key == "rayClusterMonitoringConfig":
|
4289
|
-
suggest = "ray_cluster_monitoring_config"
|
4290
|
-
|
4291
|
-
if suggest:
|
4292
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterAddonsConfigRayOperatorConfig. Access the value via the '{suggest}' property getter instead.")
|
4293
|
-
|
4294
|
-
def __getitem__(self, key: str) -> Any:
|
4295
|
-
ClusterAddonsConfigRayOperatorConfig.__key_warning(key)
|
4296
|
-
return super().__getitem__(key)
|
4297
|
-
|
4298
|
-
def get(self, key: str, default = None) -> Any:
|
4299
|
-
ClusterAddonsConfigRayOperatorConfig.__key_warning(key)
|
4300
|
-
return super().get(key, default)
|
4301
|
-
|
4302
|
-
def __init__(__self__, *,
|
4303
|
-
enabled: bool,
|
4304
|
-
ray_cluster_logging_config: Optional['outputs.ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfig'] = None,
|
4305
|
-
ray_cluster_monitoring_config: Optional['outputs.ClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfig'] = None):
|
4306
|
-
"""
|
4307
|
-
:param 'ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigArgs' ray_cluster_logging_config: The status of Ray Logging, which scrapes Ray cluster logs to Cloud Logging. Defaults to disabled; set enabled = true to enable.
|
4308
|
-
:param 'ClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfigArgs' ray_cluster_monitoring_config: The status of Ray Cluster monitoring, which shows Ray cluster metrics in Cloud Console. Defaults to disabled; set enabled = true to enable.
|
4309
|
-
"""
|
4310
|
-
pulumi.set(__self__, "enabled", enabled)
|
4311
|
-
if ray_cluster_logging_config is not None:
|
4312
|
-
pulumi.set(__self__, "ray_cluster_logging_config", ray_cluster_logging_config)
|
4313
|
-
if ray_cluster_monitoring_config is not None:
|
4314
|
-
pulumi.set(__self__, "ray_cluster_monitoring_config", ray_cluster_monitoring_config)
|
4315
|
-
|
4316
|
-
@property
|
4317
|
-
@pulumi.getter
|
4318
|
-
def enabled(self) -> bool:
|
4319
|
-
return pulumi.get(self, "enabled")
|
4320
|
-
|
4321
|
-
@property
|
4322
|
-
@pulumi.getter(name="rayClusterLoggingConfig")
|
4323
|
-
def ray_cluster_logging_config(self) -> Optional['outputs.ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfig']:
|
4324
|
-
"""
|
4325
|
-
The status of Ray Logging, which scrapes Ray cluster logs to Cloud Logging. Defaults to disabled; set enabled = true to enable.
|
4326
|
-
"""
|
4327
|
-
return pulumi.get(self, "ray_cluster_logging_config")
|
4328
|
-
|
4329
|
-
@property
|
4330
|
-
@pulumi.getter(name="rayClusterMonitoringConfig")
|
4331
|
-
def ray_cluster_monitoring_config(self) -> Optional['outputs.ClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfig']:
|
4332
|
-
"""
|
4333
|
-
The status of Ray Cluster monitoring, which shows Ray cluster metrics in Cloud Console. Defaults to disabled; set enabled = true to enable.
|
4334
|
-
"""
|
4335
|
-
return pulumi.get(self, "ray_cluster_monitoring_config")
|
4336
|
-
|
4337
|
-
|
4338
|
-
@pulumi.output_type
|
4339
|
-
class ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfig(dict):
|
4340
|
-
def __init__(__self__, *,
|
4341
|
-
enabled: bool):
|
4342
|
-
pulumi.set(__self__, "enabled", enabled)
|
4343
|
-
|
4344
|
-
@property
|
4345
|
-
@pulumi.getter
|
4346
|
-
def enabled(self) -> bool:
|
4347
|
-
return pulumi.get(self, "enabled")
|
4348
|
-
|
4349
|
-
|
4350
|
-
@pulumi.output_type
|
4351
|
-
class ClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfig(dict):
|
4352
|
-
def __init__(__self__, *,
|
4353
|
-
enabled: bool):
|
4354
|
-
pulumi.set(__self__, "enabled", enabled)
|
4355
|
-
|
4356
|
-
@property
|
4357
|
-
@pulumi.getter
|
4358
|
-
def enabled(self) -> bool:
|
4359
|
-
return pulumi.get(self, "enabled")
|
4360
|
-
|
4361
|
-
|
4362
4237
|
@pulumi.output_type
|
4363
4238
|
class ClusterAddonsConfigStatefulHaConfig(dict):
|
4364
4239
|
def __init__(__self__, *,
|
@@ -12980,10 +12855,7 @@ class NodePoolNodeConfig(dict):
|
|
12980
12855
|
:param str node_group: Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.
|
12981
12856
|
:param Sequence[str] oauth_scopes: The set of Google API scopes to be made available on all of the node VMs.
|
12982
12857
|
:param bool preemptible: Whether the nodes are created as preemptible VM instances.
|
12983
|
-
:param 'NodePoolNodeConfigReservationAffinityArgs' reservation_affinity: The
|
12984
|
-
Structure is documented below.
|
12985
|
-
|
12986
|
-
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
12858
|
+
:param 'NodePoolNodeConfigReservationAffinityArgs' reservation_affinity: The reservation affinity configuration for the node pool.
|
12987
12859
|
:param Mapping[str, str] resource_labels: The GCE resource labels (a map of key/value pairs) to be applied to the node pool.
|
12988
12860
|
:param Mapping[str, Any] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
12989
12861
|
:param 'NodePoolNodeConfigSandboxConfigArgs' sandbox_config: Sandbox configuration for this node.
|
@@ -13305,10 +13177,7 @@ class NodePoolNodeConfig(dict):
|
|
13305
13177
|
@pulumi.getter(name="reservationAffinity")
|
13306
13178
|
def reservation_affinity(self) -> Optional['outputs.NodePoolNodeConfigReservationAffinity']:
|
13307
13179
|
"""
|
13308
|
-
The
|
13309
|
-
Structure is documented below.
|
13310
|
-
|
13311
|
-
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
13180
|
+
The reservation affinity configuration for the node pool.
|
13312
13181
|
"""
|
13313
13182
|
return pulumi.get(self, "reservation_affinity")
|
13314
13183
|
|
@@ -14189,15 +14058,9 @@ class NodePoolNodeConfigReservationAffinity(dict):
|
|
14189
14058
|
key: Optional[str] = None,
|
14190
14059
|
values: Optional[Sequence[str]] = None):
|
14191
14060
|
"""
|
14192
|
-
:param str consume_reservation_type:
|
14193
|
-
|
14194
|
-
|
14195
|
-
* `"UNSPECIFIED"`: Default value. This should not be used.
|
14196
|
-
* `"NO_RESERVATION"`: Do not consume from any reserved capacity.
|
14197
|
-
* `"ANY_RESERVATION"`: Consume any reservation available.
|
14198
|
-
* `"SPECIFIC_RESERVATION"`: Must consume from a specific reservation. Must specify key value fields for specifying the reservations.
|
14199
|
-
:param str key: The label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify "compute.googleapis.com/reservation-name" as the key and specify the name of your reservation as its value.
|
14200
|
-
:param Sequence[str] values: The list of label values of reservation resources. For example: the name of the specific reservation when using a key of "compute.googleapis.com/reservation-name"
|
14061
|
+
:param str consume_reservation_type: Corresponds to the type of reservation consumption.
|
14062
|
+
:param str key: The label key of a reservation resource.
|
14063
|
+
:param Sequence[str] values: The label values of the reservation resource.
|
14201
14064
|
"""
|
14202
14065
|
pulumi.set(__self__, "consume_reservation_type", consume_reservation_type)
|
14203
14066
|
if key is not None:
|
@@ -14209,13 +14072,7 @@ class NodePoolNodeConfigReservationAffinity(dict):
|
|
14209
14072
|
@pulumi.getter(name="consumeReservationType")
|
14210
14073
|
def consume_reservation_type(self) -> str:
|
14211
14074
|
"""
|
14212
|
-
|
14213
|
-
Accepted values are:
|
14214
|
-
|
14215
|
-
* `"UNSPECIFIED"`: Default value. This should not be used.
|
14216
|
-
* `"NO_RESERVATION"`: Do not consume from any reserved capacity.
|
14217
|
-
* `"ANY_RESERVATION"`: Consume any reservation available.
|
14218
|
-
* `"SPECIFIC_RESERVATION"`: Must consume from a specific reservation. Must specify key value fields for specifying the reservations.
|
14075
|
+
Corresponds to the type of reservation consumption.
|
14219
14076
|
"""
|
14220
14077
|
return pulumi.get(self, "consume_reservation_type")
|
14221
14078
|
|
@@ -14223,7 +14080,7 @@ class NodePoolNodeConfigReservationAffinity(dict):
|
|
14223
14080
|
@pulumi.getter
|
14224
14081
|
def key(self) -> Optional[str]:
|
14225
14082
|
"""
|
14226
|
-
The label key of a reservation resource.
|
14083
|
+
The label key of a reservation resource.
|
14227
14084
|
"""
|
14228
14085
|
return pulumi.get(self, "key")
|
14229
14086
|
|
@@ -14231,7 +14088,7 @@ class NodePoolNodeConfigReservationAffinity(dict):
|
|
14231
14088
|
@pulumi.getter
|
14232
14089
|
def values(self) -> Optional[Sequence[str]]:
|
14233
14090
|
"""
|
14234
|
-
The
|
14091
|
+
The label values of the reservation resource.
|
14235
14092
|
"""
|
14236
14093
|
return pulumi.get(self, "values")
|
14237
14094
|
|
@@ -14808,7 +14665,6 @@ class GetClusterAddonsConfigResult(dict):
|
|
14808
14665
|
istio_configs: Sequence['outputs.GetClusterAddonsConfigIstioConfigResult'],
|
14809
14666
|
kalm_configs: Sequence['outputs.GetClusterAddonsConfigKalmConfigResult'],
|
14810
14667
|
network_policy_configs: Sequence['outputs.GetClusterAddonsConfigNetworkPolicyConfigResult'],
|
14811
|
-
ray_operator_configs: Sequence['outputs.GetClusterAddonsConfigRayOperatorConfigResult'],
|
14812
14668
|
stateful_ha_configs: Sequence['outputs.GetClusterAddonsConfigStatefulHaConfigResult']):
|
14813
14669
|
"""
|
14814
14670
|
:param Sequence['GetClusterAddonsConfigCloudrunConfigArgs'] cloudrun_configs: The status of the CloudRun addon. It is disabled by default. Set disabled = false to enable.
|
@@ -14823,7 +14679,6 @@ class GetClusterAddonsConfigResult(dict):
|
|
14823
14679
|
:param Sequence['GetClusterAddonsConfigIstioConfigArgs'] istio_configs: The status of the Istio addon.
|
14824
14680
|
:param Sequence['GetClusterAddonsConfigKalmConfigArgs'] kalm_configs: Configuration for the KALM addon, which manages the lifecycle of k8s. It is disabled by default; Set enabled = true to enable.
|
14825
14681
|
:param Sequence['GetClusterAddonsConfigNetworkPolicyConfigArgs'] network_policy_configs: Whether we should enable the network policy addon for the master. This must be enabled in order to enable network policy for the nodes. To enable this, you must also define a network_policy block, otherwise nothing will happen. It can only be disabled if the nodes already do not have network policies enabled. Defaults to disabled; set disabled = false to enable.
|
14826
|
-
:param Sequence['GetClusterAddonsConfigRayOperatorConfigArgs'] ray_operator_configs: The status of the Ray Operator addon, which enabled management of Ray AI/ML jobs on GKE. Defaults to disabled; set enabled = true to enable.
|
14827
14682
|
:param Sequence['GetClusterAddonsConfigStatefulHaConfigArgs'] stateful_ha_configs: The status of the Stateful HA addon, which provides automatic configurable failover for stateful applications. Defaults to disabled; set enabled = true to enable.
|
14828
14683
|
"""
|
14829
14684
|
pulumi.set(__self__, "cloudrun_configs", cloudrun_configs)
|
@@ -14838,7 +14693,6 @@ class GetClusterAddonsConfigResult(dict):
|
|
14838
14693
|
pulumi.set(__self__, "istio_configs", istio_configs)
|
14839
14694
|
pulumi.set(__self__, "kalm_configs", kalm_configs)
|
14840
14695
|
pulumi.set(__self__, "network_policy_configs", network_policy_configs)
|
14841
|
-
pulumi.set(__self__, "ray_operator_configs", ray_operator_configs)
|
14842
14696
|
pulumi.set(__self__, "stateful_ha_configs", stateful_ha_configs)
|
14843
14697
|
|
14844
14698
|
@property
|
@@ -14937,14 +14791,6 @@ class GetClusterAddonsConfigResult(dict):
|
|
14937
14791
|
"""
|
14938
14792
|
return pulumi.get(self, "network_policy_configs")
|
14939
14793
|
|
14940
|
-
@property
|
14941
|
-
@pulumi.getter(name="rayOperatorConfigs")
|
14942
|
-
def ray_operator_configs(self) -> Sequence['outputs.GetClusterAddonsConfigRayOperatorConfigResult']:
|
14943
|
-
"""
|
14944
|
-
The status of the Ray Operator addon, which enabled management of Ray AI/ML jobs on GKE. Defaults to disabled; set enabled = true to enable.
|
14945
|
-
"""
|
14946
|
-
return pulumi.get(self, "ray_operator_configs")
|
14947
|
-
|
14948
14794
|
@property
|
14949
14795
|
@pulumi.getter(name="statefulHaConfigs")
|
14950
14796
|
def stateful_ha_configs(self) -> Sequence['outputs.GetClusterAddonsConfigStatefulHaConfigResult']:
|
@@ -15122,66 +14968,6 @@ class GetClusterAddonsConfigNetworkPolicyConfigResult(dict):
|
|
15122
14968
|
return pulumi.get(self, "disabled")
|
15123
14969
|
|
15124
14970
|
|
15125
|
-
@pulumi.output_type
|
15126
|
-
class GetClusterAddonsConfigRayOperatorConfigResult(dict):
|
15127
|
-
def __init__(__self__, *,
|
15128
|
-
enabled: bool,
|
15129
|
-
ray_cluster_logging_configs: Sequence['outputs.GetClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigResult'],
|
15130
|
-
ray_cluster_monitoring_configs: Sequence['outputs.GetClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfigResult']):
|
15131
|
-
"""
|
15132
|
-
:param Sequence['GetClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigArgs'] ray_cluster_logging_configs: The status of Ray Logging, which scrapes Ray cluster logs to Cloud Logging. Defaults to disabled; set enabled = true to enable.
|
15133
|
-
:param Sequence['GetClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfigArgs'] ray_cluster_monitoring_configs: The status of Ray Cluster monitoring, which shows Ray cluster metrics in Cloud Console. Defaults to disabled; set enabled = true to enable.
|
15134
|
-
"""
|
15135
|
-
pulumi.set(__self__, "enabled", enabled)
|
15136
|
-
pulumi.set(__self__, "ray_cluster_logging_configs", ray_cluster_logging_configs)
|
15137
|
-
pulumi.set(__self__, "ray_cluster_monitoring_configs", ray_cluster_monitoring_configs)
|
15138
|
-
|
15139
|
-
@property
|
15140
|
-
@pulumi.getter
|
15141
|
-
def enabled(self) -> bool:
|
15142
|
-
return pulumi.get(self, "enabled")
|
15143
|
-
|
15144
|
-
@property
|
15145
|
-
@pulumi.getter(name="rayClusterLoggingConfigs")
|
15146
|
-
def ray_cluster_logging_configs(self) -> Sequence['outputs.GetClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigResult']:
|
15147
|
-
"""
|
15148
|
-
The status of Ray Logging, which scrapes Ray cluster logs to Cloud Logging. Defaults to disabled; set enabled = true to enable.
|
15149
|
-
"""
|
15150
|
-
return pulumi.get(self, "ray_cluster_logging_configs")
|
15151
|
-
|
15152
|
-
@property
|
15153
|
-
@pulumi.getter(name="rayClusterMonitoringConfigs")
|
15154
|
-
def ray_cluster_monitoring_configs(self) -> Sequence['outputs.GetClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfigResult']:
|
15155
|
-
"""
|
15156
|
-
The status of Ray Cluster monitoring, which shows Ray cluster metrics in Cloud Console. Defaults to disabled; set enabled = true to enable.
|
15157
|
-
"""
|
15158
|
-
return pulumi.get(self, "ray_cluster_monitoring_configs")
|
15159
|
-
|
15160
|
-
|
15161
|
-
@pulumi.output_type
|
15162
|
-
class GetClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigResult(dict):
|
15163
|
-
def __init__(__self__, *,
|
15164
|
-
enabled: bool):
|
15165
|
-
pulumi.set(__self__, "enabled", enabled)
|
15166
|
-
|
15167
|
-
@property
|
15168
|
-
@pulumi.getter
|
15169
|
-
def enabled(self) -> bool:
|
15170
|
-
return pulumi.get(self, "enabled")
|
15171
|
-
|
15172
|
-
|
15173
|
-
@pulumi.output_type
|
15174
|
-
class GetClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfigResult(dict):
|
15175
|
-
def __init__(__self__, *,
|
15176
|
-
enabled: bool):
|
15177
|
-
pulumi.set(__self__, "enabled", enabled)
|
15178
|
-
|
15179
|
-
@property
|
15180
|
-
@pulumi.getter
|
15181
|
-
def enabled(self) -> bool:
|
15182
|
-
return pulumi.get(self, "enabled")
|
15183
|
-
|
15184
|
-
|
15185
14971
|
@pulumi.output_type
|
15186
14972
|
class GetClusterAddonsConfigStatefulHaConfigResult(dict):
|
15187
14973
|
def __init__(__self__, *,
|
@@ -340,7 +340,8 @@ class PrivateConnection(pulumi.CustomResource):
|
|
340
340
|
import pulumi
|
341
341
|
import pulumi_gcp as gcp
|
342
342
|
|
343
|
-
default = gcp.
|
343
|
+
default = gcp.compute.get_network(name="my-network")
|
344
|
+
default_private_connection = gcp.databasemigrationservice.PrivateConnection("default",
|
344
345
|
display_name="dbms_pc",
|
345
346
|
location="us-central1",
|
346
347
|
private_connection_id="my-connection",
|
@@ -348,12 +349,9 @@ class PrivateConnection(pulumi.CustomResource):
|
|
348
349
|
"key": "value",
|
349
350
|
},
|
350
351
|
vpc_peering_config={
|
351
|
-
"vpc_name":
|
352
|
+
"vpc_name": default.id,
|
352
353
|
"subnet": "10.0.0.0/29",
|
353
354
|
})
|
354
|
-
default_network = gcp.compute.Network("default",
|
355
|
-
name="my-network",
|
356
|
-
auto_create_subnetworks=False)
|
357
355
|
```
|
358
356
|
|
359
357
|
## Import
|
@@ -414,7 +412,8 @@ class PrivateConnection(pulumi.CustomResource):
|
|
414
412
|
import pulumi
|
415
413
|
import pulumi_gcp as gcp
|
416
414
|
|
417
|
-
default = gcp.
|
415
|
+
default = gcp.compute.get_network(name="my-network")
|
416
|
+
default_private_connection = gcp.databasemigrationservice.PrivateConnection("default",
|
418
417
|
display_name="dbms_pc",
|
419
418
|
location="us-central1",
|
420
419
|
private_connection_id="my-connection",
|
@@ -422,12 +421,9 @@ class PrivateConnection(pulumi.CustomResource):
|
|
422
421
|
"key": "value",
|
423
422
|
},
|
424
423
|
vpc_peering_config={
|
425
|
-
"vpc_name":
|
424
|
+
"vpc_name": default.id,
|
426
425
|
"subnet": "10.0.0.0/29",
|
427
426
|
})
|
428
|
-
default_network = gcp.compute.Network("default",
|
429
|
-
name="my-network",
|
430
|
-
auto_create_subnetworks=False)
|
431
427
|
```
|
432
428
|
|
433
429
|
## Import
|