pulumi-gcp 7.25.0a1717104660__py3-none-any.whl → 7.25.0a1717407024__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 +88 -0
- pulumi_gcp/appengine/_inputs.py +18 -0
- pulumi_gcp/appengine/domain_mapping.py +1 -1
- pulumi_gcp/appengine/outputs.py +16 -0
- pulumi_gcp/bigquery/_inputs.py +286 -2
- pulumi_gcp/bigquery/outputs.py +289 -2
- pulumi_gcp/bigquery/table.py +77 -35
- pulumi_gcp/cloudfunctionsv2/function.py +0 -4
- pulumi_gcp/cloudrun/_inputs.py +80 -4
- pulumi_gcp/cloudrun/outputs.py +137 -4
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +398 -176
- pulumi_gcp/compute/get_subnetworks.py +157 -0
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/interconnect_attachment.py +82 -0
- pulumi_gcp/compute/network_endpoint.py +2 -2
- pulumi_gcp/compute/network_endpoint_list.py +2 -2
- pulumi_gcp/compute/outputs.py +609 -161
- pulumi_gcp/compute/region_ssl_policy.py +39 -40
- pulumi_gcp/compute/security_policy_rule.py +55 -1
- pulumi_gcp/container/_inputs.py +560 -0
- pulumi_gcp/container/outputs.py +1106 -51
- pulumi_gcp/dataplex/__init__.py +10 -0
- pulumi_gcp/dataplex/_inputs.py +160 -0
- pulumi_gcp/dataplex/aspect_type.py +1077 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +765 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +765 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +604 -0
- pulumi_gcp/dataplex/entry_group.py +722 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +765 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +765 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +604 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +164 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +164 -0
- pulumi_gcp/dataplex/outputs.py +112 -0
- pulumi_gcp/datastream/connection_profile.py +47 -0
- pulumi_gcp/datastream/private_connection.py +47 -0
- pulumi_gcp/datastream/stream.py +47 -0
- pulumi_gcp/kms/__init__.py +2 -0
- pulumi_gcp/kms/autokey_config.py +366 -0
- pulumi_gcp/kms/key_handle.py +548 -0
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +245 -27
- pulumi_gcp/networkservices/lb_route_extension.py +663 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +28 -14
- pulumi_gcp/networkservices/outputs.py +251 -20
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/pubsub/_inputs.py +16 -0
- pulumi_gcp/pubsub/outputs.py +25 -0
- pulumi_gcp/pubsub/subscription.py +8 -4
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/tpu/_inputs.py +2 -2
- pulumi_gcp/tpu/outputs.py +2 -2
- {pulumi_gcp-7.25.0a1717104660.dist-info → pulumi_gcp-7.25.0a1717407024.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.25.0a1717104660.dist-info → pulumi_gcp-7.25.0a1717407024.dist-info}/RECORD +59 -45
- {pulumi_gcp-7.25.0a1717104660.dist-info → pulumi_gcp-7.25.0a1717407024.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.25.0a1717104660.dist-info → pulumi_gcp-7.25.0a1717407024.dist-info}/top_level.txt +0 -0
pulumi_gcp/cloudrun/_inputs.py
CHANGED
@@ -48,6 +48,7 @@ __all__ = [
|
|
48
48
|
'ServiceTemplateSpecVolumeArgs',
|
49
49
|
'ServiceTemplateSpecVolumeCsiArgs',
|
50
50
|
'ServiceTemplateSpecVolumeEmptyDirArgs',
|
51
|
+
'ServiceTemplateSpecVolumeNfsArgs',
|
51
52
|
'ServiceTemplateSpecVolumeSecretArgs',
|
52
53
|
'ServiceTemplateSpecVolumeSecretItemArgs',
|
53
54
|
'ServiceTrafficArgs',
|
@@ -2884,6 +2885,7 @@ class ServiceTemplateSpecVolumeArgs:
|
|
2884
2885
|
name: pulumi.Input[str],
|
2885
2886
|
csi: Optional[pulumi.Input['ServiceTemplateSpecVolumeCsiArgs']] = None,
|
2886
2887
|
empty_dir: Optional[pulumi.Input['ServiceTemplateSpecVolumeEmptyDirArgs']] = None,
|
2888
|
+
nfs: Optional[pulumi.Input['ServiceTemplateSpecVolumeNfsArgs']] = None,
|
2887
2889
|
secret: Optional[pulumi.Input['ServiceTemplateSpecVolumeSecretArgs']] = None):
|
2888
2890
|
"""
|
2889
2891
|
:param pulumi.Input[str] name: Volume's name.
|
@@ -2891,6 +2893,10 @@ class ServiceTemplateSpecVolumeArgs:
|
|
2891
2893
|
Structure is documented below.
|
2892
2894
|
:param pulumi.Input['ServiceTemplateSpecVolumeEmptyDirArgs'] empty_dir: Ephemeral storage which can be backed by real disks (HD, SSD), network storage or memory (i.e. tmpfs). For now only in memory (tmpfs) is supported. It is ephemeral in the sense that when the sandbox is taken down, the data is destroyed with it (it does not persist across sandbox runs).
|
2893
2895
|
Structure is documented below.
|
2896
|
+
:param pulumi.Input['ServiceTemplateSpecVolumeNfsArgs'] nfs: A filesystem backed by a Network File System share. This filesystem requires the
|
2897
|
+
run.googleapis.com/execution-environment annotation to be set to "gen2" and
|
2898
|
+
run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
|
2899
|
+
Structure is documented below.
|
2894
2900
|
:param pulumi.Input['ServiceTemplateSpecVolumeSecretArgs'] secret: The secret's value will be presented as the content of a file whose
|
2895
2901
|
name is defined in the item path. If no items are defined, the name of
|
2896
2902
|
the file is the secret_name.
|
@@ -2901,6 +2907,8 @@ class ServiceTemplateSpecVolumeArgs:
|
|
2901
2907
|
pulumi.set(__self__, "csi", csi)
|
2902
2908
|
if empty_dir is not None:
|
2903
2909
|
pulumi.set(__self__, "empty_dir", empty_dir)
|
2910
|
+
if nfs is not None:
|
2911
|
+
pulumi.set(__self__, "nfs", nfs)
|
2904
2912
|
if secret is not None:
|
2905
2913
|
pulumi.set(__self__, "secret", secret)
|
2906
2914
|
|
@@ -2942,6 +2950,21 @@ class ServiceTemplateSpecVolumeArgs:
|
|
2942
2950
|
def empty_dir(self, value: Optional[pulumi.Input['ServiceTemplateSpecVolumeEmptyDirArgs']]):
|
2943
2951
|
pulumi.set(self, "empty_dir", value)
|
2944
2952
|
|
2953
|
+
@property
|
2954
|
+
@pulumi.getter
|
2955
|
+
def nfs(self) -> Optional[pulumi.Input['ServiceTemplateSpecVolumeNfsArgs']]:
|
2956
|
+
"""
|
2957
|
+
A filesystem backed by a Network File System share. This filesystem requires the
|
2958
|
+
run.googleapis.com/execution-environment annotation to be set to "gen2" and
|
2959
|
+
run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
|
2960
|
+
Structure is documented below.
|
2961
|
+
"""
|
2962
|
+
return pulumi.get(self, "nfs")
|
2963
|
+
|
2964
|
+
@nfs.setter
|
2965
|
+
def nfs(self, value: Optional[pulumi.Input['ServiceTemplateSpecVolumeNfsArgs']]):
|
2966
|
+
pulumi.set(self, "nfs", value)
|
2967
|
+
|
2945
2968
|
@property
|
2946
2969
|
@pulumi.getter
|
2947
2970
|
def secret(self) -> Optional[pulumi.Input['ServiceTemplateSpecVolumeSecretArgs']]:
|
@@ -2973,8 +2996,6 @@ class ServiceTemplateSpecVolumeCsiArgs:
|
|
2973
2996
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] volume_attributes: Driver-specific attributes. The following options are supported for available drivers:
|
2974
2997
|
* gcsfuse.run.googleapis.com
|
2975
2998
|
* bucketName: The name of the Cloud Storage Bucket that backs this volume. The Cloud Run Service identity must have access to this bucket.
|
2976
|
-
|
2977
|
-
- - -
|
2978
2999
|
"""
|
2979
3000
|
pulumi.set(__self__, "driver", driver)
|
2980
3001
|
if read_only is not None:
|
@@ -3016,8 +3037,6 @@ class ServiceTemplateSpecVolumeCsiArgs:
|
|
3016
3037
|
Driver-specific attributes. The following options are supported for available drivers:
|
3017
3038
|
* gcsfuse.run.googleapis.com
|
3018
3039
|
* bucketName: The name of the Cloud Storage Bucket that backs this volume. The Cloud Run Service identity must have access to this bucket.
|
3019
|
-
|
3020
|
-
- - -
|
3021
3040
|
"""
|
3022
3041
|
return pulumi.get(self, "volume_attributes")
|
3023
3042
|
|
@@ -3065,6 +3084,63 @@ class ServiceTemplateSpecVolumeEmptyDirArgs:
|
|
3065
3084
|
pulumi.set(self, "size_limit", value)
|
3066
3085
|
|
3067
3086
|
|
3087
|
+
@pulumi.input_type
|
3088
|
+
class ServiceTemplateSpecVolumeNfsArgs:
|
3089
|
+
def __init__(__self__, *,
|
3090
|
+
path: pulumi.Input[str],
|
3091
|
+
server: pulumi.Input[str],
|
3092
|
+
read_only: Optional[pulumi.Input[bool]] = None):
|
3093
|
+
"""
|
3094
|
+
:param pulumi.Input[str] path: Path exported by the NFS server
|
3095
|
+
:param pulumi.Input[str] server: IP address or hostname of the NFS server
|
3096
|
+
:param pulumi.Input[bool] read_only: If true, mount the NFS volume as read only in all mounts. Defaults to false.
|
3097
|
+
|
3098
|
+
- - -
|
3099
|
+
"""
|
3100
|
+
pulumi.set(__self__, "path", path)
|
3101
|
+
pulumi.set(__self__, "server", server)
|
3102
|
+
if read_only is not None:
|
3103
|
+
pulumi.set(__self__, "read_only", read_only)
|
3104
|
+
|
3105
|
+
@property
|
3106
|
+
@pulumi.getter
|
3107
|
+
def path(self) -> pulumi.Input[str]:
|
3108
|
+
"""
|
3109
|
+
Path exported by the NFS server
|
3110
|
+
"""
|
3111
|
+
return pulumi.get(self, "path")
|
3112
|
+
|
3113
|
+
@path.setter
|
3114
|
+
def path(self, value: pulumi.Input[str]):
|
3115
|
+
pulumi.set(self, "path", value)
|
3116
|
+
|
3117
|
+
@property
|
3118
|
+
@pulumi.getter
|
3119
|
+
def server(self) -> pulumi.Input[str]:
|
3120
|
+
"""
|
3121
|
+
IP address or hostname of the NFS server
|
3122
|
+
"""
|
3123
|
+
return pulumi.get(self, "server")
|
3124
|
+
|
3125
|
+
@server.setter
|
3126
|
+
def server(self, value: pulumi.Input[str]):
|
3127
|
+
pulumi.set(self, "server", value)
|
3128
|
+
|
3129
|
+
@property
|
3130
|
+
@pulumi.getter(name="readOnly")
|
3131
|
+
def read_only(self) -> Optional[pulumi.Input[bool]]:
|
3132
|
+
"""
|
3133
|
+
If true, mount the NFS volume as read only in all mounts. Defaults to false.
|
3134
|
+
|
3135
|
+
- - -
|
3136
|
+
"""
|
3137
|
+
return pulumi.get(self, "read_only")
|
3138
|
+
|
3139
|
+
@read_only.setter
|
3140
|
+
def read_only(self, value: Optional[pulumi.Input[bool]]):
|
3141
|
+
pulumi.set(self, "read_only", value)
|
3142
|
+
|
3143
|
+
|
3068
3144
|
@pulumi.input_type
|
3069
3145
|
class ServiceTemplateSpecVolumeSecretArgs:
|
3070
3146
|
def __init__(__self__, *,
|
pulumi_gcp/cloudrun/outputs.py
CHANGED
@@ -49,6 +49,7 @@ __all__ = [
|
|
49
49
|
'ServiceTemplateSpecVolume',
|
50
50
|
'ServiceTemplateSpecVolumeCsi',
|
51
51
|
'ServiceTemplateSpecVolumeEmptyDir',
|
52
|
+
'ServiceTemplateSpecVolumeNfs',
|
52
53
|
'ServiceTemplateSpecVolumeSecret',
|
53
54
|
'ServiceTemplateSpecVolumeSecretItem',
|
54
55
|
'ServiceTraffic',
|
@@ -83,6 +84,7 @@ __all__ = [
|
|
83
84
|
'GetServiceTemplateSpecVolumeResult',
|
84
85
|
'GetServiceTemplateSpecVolumeCsiResult',
|
85
86
|
'GetServiceTemplateSpecVolumeEmptyDirResult',
|
87
|
+
'GetServiceTemplateSpecVolumeNfResult',
|
86
88
|
'GetServiceTemplateSpecVolumeSecretResult',
|
87
89
|
'GetServiceTemplateSpecVolumeSecretItemResult',
|
88
90
|
'GetServiceTrafficResult',
|
@@ -2801,6 +2803,7 @@ class ServiceTemplateSpecVolume(dict):
|
|
2801
2803
|
name: str,
|
2802
2804
|
csi: Optional['outputs.ServiceTemplateSpecVolumeCsi'] = None,
|
2803
2805
|
empty_dir: Optional['outputs.ServiceTemplateSpecVolumeEmptyDir'] = None,
|
2806
|
+
nfs: Optional['outputs.ServiceTemplateSpecVolumeNfs'] = None,
|
2804
2807
|
secret: Optional['outputs.ServiceTemplateSpecVolumeSecret'] = None):
|
2805
2808
|
"""
|
2806
2809
|
:param str name: Volume's name.
|
@@ -2808,6 +2811,10 @@ class ServiceTemplateSpecVolume(dict):
|
|
2808
2811
|
Structure is documented below.
|
2809
2812
|
:param 'ServiceTemplateSpecVolumeEmptyDirArgs' empty_dir: Ephemeral storage which can be backed by real disks (HD, SSD), network storage or memory (i.e. tmpfs). For now only in memory (tmpfs) is supported. It is ephemeral in the sense that when the sandbox is taken down, the data is destroyed with it (it does not persist across sandbox runs).
|
2810
2813
|
Structure is documented below.
|
2814
|
+
:param 'ServiceTemplateSpecVolumeNfsArgs' nfs: A filesystem backed by a Network File System share. This filesystem requires the
|
2815
|
+
run.googleapis.com/execution-environment annotation to be set to "gen2" and
|
2816
|
+
run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
|
2817
|
+
Structure is documented below.
|
2811
2818
|
:param 'ServiceTemplateSpecVolumeSecretArgs' secret: The secret's value will be presented as the content of a file whose
|
2812
2819
|
name is defined in the item path. If no items are defined, the name of
|
2813
2820
|
the file is the secret_name.
|
@@ -2818,6 +2825,8 @@ class ServiceTemplateSpecVolume(dict):
|
|
2818
2825
|
pulumi.set(__self__, "csi", csi)
|
2819
2826
|
if empty_dir is not None:
|
2820
2827
|
pulumi.set(__self__, "empty_dir", empty_dir)
|
2828
|
+
if nfs is not None:
|
2829
|
+
pulumi.set(__self__, "nfs", nfs)
|
2821
2830
|
if secret is not None:
|
2822
2831
|
pulumi.set(__self__, "secret", secret)
|
2823
2832
|
|
@@ -2847,6 +2856,17 @@ class ServiceTemplateSpecVolume(dict):
|
|
2847
2856
|
"""
|
2848
2857
|
return pulumi.get(self, "empty_dir")
|
2849
2858
|
|
2859
|
+
@property
|
2860
|
+
@pulumi.getter
|
2861
|
+
def nfs(self) -> Optional['outputs.ServiceTemplateSpecVolumeNfs']:
|
2862
|
+
"""
|
2863
|
+
A filesystem backed by a Network File System share. This filesystem requires the
|
2864
|
+
run.googleapis.com/execution-environment annotation to be set to "gen2" and
|
2865
|
+
run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
|
2866
|
+
Structure is documented below.
|
2867
|
+
"""
|
2868
|
+
return pulumi.get(self, "nfs")
|
2869
|
+
|
2850
2870
|
@property
|
2851
2871
|
@pulumi.getter
|
2852
2872
|
def secret(self) -> Optional['outputs.ServiceTemplateSpecVolumeSecret']:
|
@@ -2893,8 +2913,6 @@ class ServiceTemplateSpecVolumeCsi(dict):
|
|
2893
2913
|
:param Mapping[str, str] volume_attributes: Driver-specific attributes. The following options are supported for available drivers:
|
2894
2914
|
* gcsfuse.run.googleapis.com
|
2895
2915
|
* bucketName: The name of the Cloud Storage Bucket that backs this volume. The Cloud Run Service identity must have access to this bucket.
|
2896
|
-
|
2897
|
-
- - -
|
2898
2916
|
"""
|
2899
2917
|
pulumi.set(__self__, "driver", driver)
|
2900
2918
|
if read_only is not None:
|
@@ -2928,8 +2946,6 @@ class ServiceTemplateSpecVolumeCsi(dict):
|
|
2928
2946
|
Driver-specific attributes. The following options are supported for available drivers:
|
2929
2947
|
* gcsfuse.run.googleapis.com
|
2930
2948
|
* bucketName: The name of the Cloud Storage Bucket that backs this volume. The Cloud Run Service identity must have access to this bucket.
|
2931
|
-
|
2932
|
-
- - -
|
2933
2949
|
"""
|
2934
2950
|
return pulumi.get(self, "volume_attributes")
|
2935
2951
|
|
@@ -2982,6 +2998,68 @@ class ServiceTemplateSpecVolumeEmptyDir(dict):
|
|
2982
2998
|
return pulumi.get(self, "size_limit")
|
2983
2999
|
|
2984
3000
|
|
3001
|
+
@pulumi.output_type
|
3002
|
+
class ServiceTemplateSpecVolumeNfs(dict):
|
3003
|
+
@staticmethod
|
3004
|
+
def __key_warning(key: str):
|
3005
|
+
suggest = None
|
3006
|
+
if key == "readOnly":
|
3007
|
+
suggest = "read_only"
|
3008
|
+
|
3009
|
+
if suggest:
|
3010
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceTemplateSpecVolumeNfs. Access the value via the '{suggest}' property getter instead.")
|
3011
|
+
|
3012
|
+
def __getitem__(self, key: str) -> Any:
|
3013
|
+
ServiceTemplateSpecVolumeNfs.__key_warning(key)
|
3014
|
+
return super().__getitem__(key)
|
3015
|
+
|
3016
|
+
def get(self, key: str, default = None) -> Any:
|
3017
|
+
ServiceTemplateSpecVolumeNfs.__key_warning(key)
|
3018
|
+
return super().get(key, default)
|
3019
|
+
|
3020
|
+
def __init__(__self__, *,
|
3021
|
+
path: str,
|
3022
|
+
server: str,
|
3023
|
+
read_only: Optional[bool] = None):
|
3024
|
+
"""
|
3025
|
+
:param str path: Path exported by the NFS server
|
3026
|
+
:param str server: IP address or hostname of the NFS server
|
3027
|
+
:param bool read_only: If true, mount the NFS volume as read only in all mounts. Defaults to false.
|
3028
|
+
|
3029
|
+
- - -
|
3030
|
+
"""
|
3031
|
+
pulumi.set(__self__, "path", path)
|
3032
|
+
pulumi.set(__self__, "server", server)
|
3033
|
+
if read_only is not None:
|
3034
|
+
pulumi.set(__self__, "read_only", read_only)
|
3035
|
+
|
3036
|
+
@property
|
3037
|
+
@pulumi.getter
|
3038
|
+
def path(self) -> str:
|
3039
|
+
"""
|
3040
|
+
Path exported by the NFS server
|
3041
|
+
"""
|
3042
|
+
return pulumi.get(self, "path")
|
3043
|
+
|
3044
|
+
@property
|
3045
|
+
@pulumi.getter
|
3046
|
+
def server(self) -> str:
|
3047
|
+
"""
|
3048
|
+
IP address or hostname of the NFS server
|
3049
|
+
"""
|
3050
|
+
return pulumi.get(self, "server")
|
3051
|
+
|
3052
|
+
@property
|
3053
|
+
@pulumi.getter(name="readOnly")
|
3054
|
+
def read_only(self) -> Optional[bool]:
|
3055
|
+
"""
|
3056
|
+
If true, mount the NFS volume as read only in all mounts. Defaults to false.
|
3057
|
+
|
3058
|
+
- - -
|
3059
|
+
"""
|
3060
|
+
return pulumi.get(self, "read_only")
|
3061
|
+
|
3062
|
+
|
2985
3063
|
@pulumi.output_type
|
2986
3064
|
class ServiceTemplateSpecVolumeSecret(dict):
|
2987
3065
|
@staticmethod
|
@@ -4732,11 +4810,15 @@ class GetServiceTemplateSpecVolumeResult(dict):
|
|
4732
4810
|
csis: Sequence['outputs.GetServiceTemplateSpecVolumeCsiResult'],
|
4733
4811
|
empty_dirs: Sequence['outputs.GetServiceTemplateSpecVolumeEmptyDirResult'],
|
4734
4812
|
name: str,
|
4813
|
+
nfs: Sequence['outputs.GetServiceTemplateSpecVolumeNfResult'],
|
4735
4814
|
secrets: Sequence['outputs.GetServiceTemplateSpecVolumeSecretResult']):
|
4736
4815
|
"""
|
4737
4816
|
:param Sequence['GetServiceTemplateSpecVolumeCsiArgs'] csis: A filesystem specified by the Container Storage Interface (CSI).
|
4738
4817
|
:param Sequence['GetServiceTemplateSpecVolumeEmptyDirArgs'] empty_dirs: Ephemeral storage which can be backed by real disks (HD, SSD), network storage or memory (i.e. tmpfs). For now only in memory (tmpfs) is supported. It is ephemeral in the sense that when the sandbox is taken down, the data is destroyed with it (it does not persist across sandbox runs).
|
4739
4818
|
:param str name: The name of the Cloud Run Service.
|
4819
|
+
:param Sequence['GetServiceTemplateSpecVolumeNfArgs'] nfs: A filesystem backed by a Network File System share. This filesystem requires the
|
4820
|
+
run.googleapis.com/execution-environment annotation to be set to "gen2" and
|
4821
|
+
run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
|
4740
4822
|
:param Sequence['GetServiceTemplateSpecVolumeSecretArgs'] secrets: The secret's value will be presented as the content of a file whose
|
4741
4823
|
name is defined in the item path. If no items are defined, the name of
|
4742
4824
|
the file is the secret_name.
|
@@ -4744,6 +4826,7 @@ class GetServiceTemplateSpecVolumeResult(dict):
|
|
4744
4826
|
pulumi.set(__self__, "csis", csis)
|
4745
4827
|
pulumi.set(__self__, "empty_dirs", empty_dirs)
|
4746
4828
|
pulumi.set(__self__, "name", name)
|
4829
|
+
pulumi.set(__self__, "nfs", nfs)
|
4747
4830
|
pulumi.set(__self__, "secrets", secrets)
|
4748
4831
|
|
4749
4832
|
@property
|
@@ -4770,6 +4853,16 @@ class GetServiceTemplateSpecVolumeResult(dict):
|
|
4770
4853
|
"""
|
4771
4854
|
return pulumi.get(self, "name")
|
4772
4855
|
|
4856
|
+
@property
|
4857
|
+
@pulumi.getter
|
4858
|
+
def nfs(self) -> Sequence['outputs.GetServiceTemplateSpecVolumeNfResult']:
|
4859
|
+
"""
|
4860
|
+
A filesystem backed by a Network File System share. This filesystem requires the
|
4861
|
+
run.googleapis.com/execution-environment annotation to be set to "gen2" and
|
4862
|
+
run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
|
4863
|
+
"""
|
4864
|
+
return pulumi.get(self, "nfs")
|
4865
|
+
|
4773
4866
|
@property
|
4774
4867
|
@pulumi.getter
|
4775
4868
|
def secrets(self) -> Sequence['outputs.GetServiceTemplateSpecVolumeSecretResult']:
|
@@ -4860,6 +4953,46 @@ class GetServiceTemplateSpecVolumeEmptyDirResult(dict):
|
|
4860
4953
|
return pulumi.get(self, "size_limit")
|
4861
4954
|
|
4862
4955
|
|
4956
|
+
@pulumi.output_type
|
4957
|
+
class GetServiceTemplateSpecVolumeNfResult(dict):
|
4958
|
+
def __init__(__self__, *,
|
4959
|
+
path: str,
|
4960
|
+
read_only: bool,
|
4961
|
+
server: str):
|
4962
|
+
"""
|
4963
|
+
:param str path: Path exported by the NFS server
|
4964
|
+
:param bool read_only: If true, mount the NFS volume as read only in all mounts. Defaults to false.
|
4965
|
+
:param str server: IP address or hostname of the NFS server
|
4966
|
+
"""
|
4967
|
+
pulumi.set(__self__, "path", path)
|
4968
|
+
pulumi.set(__self__, "read_only", read_only)
|
4969
|
+
pulumi.set(__self__, "server", server)
|
4970
|
+
|
4971
|
+
@property
|
4972
|
+
@pulumi.getter
|
4973
|
+
def path(self) -> str:
|
4974
|
+
"""
|
4975
|
+
Path exported by the NFS server
|
4976
|
+
"""
|
4977
|
+
return pulumi.get(self, "path")
|
4978
|
+
|
4979
|
+
@property
|
4980
|
+
@pulumi.getter(name="readOnly")
|
4981
|
+
def read_only(self) -> bool:
|
4982
|
+
"""
|
4983
|
+
If true, mount the NFS volume as read only in all mounts. Defaults to false.
|
4984
|
+
"""
|
4985
|
+
return pulumi.get(self, "read_only")
|
4986
|
+
|
4987
|
+
@property
|
4988
|
+
@pulumi.getter
|
4989
|
+
def server(self) -> str:
|
4990
|
+
"""
|
4991
|
+
IP address or hostname of the NFS server
|
4992
|
+
"""
|
4993
|
+
return pulumi.get(self, "server")
|
4994
|
+
|
4995
|
+
|
4863
4996
|
@pulumi.output_type
|
4864
4997
|
class GetServiceTemplateSpecVolumeSecretResult(dict):
|
4865
4998
|
def __init__(__self__, *,
|
@@ -237,7 +237,7 @@ class UserWorkloadsSecret(pulumi.CustomResource):
|
|
237
237
|
|
238
238
|
* `{{project}}/{{region}}/{{environment}}/{{name}}`
|
239
239
|
|
240
|
-
* `{{name}}`
|
240
|
+
* `{{environment}}/{{name}}`
|
241
241
|
|
242
242
|
When using the `pulumi import` command, Environment can be imported using one of the formats above. For example:
|
243
243
|
|
@@ -250,7 +250,7 @@ class UserWorkloadsSecret(pulumi.CustomResource):
|
|
250
250
|
```
|
251
251
|
|
252
252
|
```sh
|
253
|
-
$ pulumi import gcp:composer/userWorkloadsSecret:UserWorkloadsSecret example {{name}}
|
253
|
+
$ pulumi import gcp:composer/userWorkloadsSecret:UserWorkloadsSecret example {{environment}}/{{name}}
|
254
254
|
```
|
255
255
|
|
256
256
|
:param str resource_name: The name of the resource.
|
@@ -304,7 +304,7 @@ class UserWorkloadsSecret(pulumi.CustomResource):
|
|
304
304
|
|
305
305
|
* `{{project}}/{{region}}/{{environment}}/{{name}}`
|
306
306
|
|
307
|
-
* `{{name}}`
|
307
|
+
* `{{environment}}/{{name}}`
|
308
308
|
|
309
309
|
When using the `pulumi import` command, Environment can be imported using one of the formats above. For example:
|
310
310
|
|
@@ -317,7 +317,7 @@ class UserWorkloadsSecret(pulumi.CustomResource):
|
|
317
317
|
```
|
318
318
|
|
319
319
|
```sh
|
320
|
-
$ pulumi import gcp:composer/userWorkloadsSecret:UserWorkloadsSecret example {{name}}
|
320
|
+
$ pulumi import gcp:composer/userWorkloadsSecret:UserWorkloadsSecret example {{environment}}/{{name}}
|
321
321
|
```
|
322
322
|
|
323
323
|
:param str resource_name: The name of the resource.
|
pulumi_gcp/compute/__init__.py
CHANGED
@@ -82,6 +82,7 @@ from .get_snapshot_iam_policy import *
|
|
82
82
|
from .get_ssl_policy import *
|
83
83
|
from .get_subnetwork import *
|
84
84
|
from .get_subnetwork_iam_policy import *
|
85
|
+
from .get_subnetworks import *
|
85
86
|
from .get_vpn_gateway import *
|
86
87
|
from .get_zones import *
|
87
88
|
from .global_address import *
|