pulumi-gcp 7.8.0a1706805960__py3-none-any.whl → 7.8.0a1706829616__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_gcp/_utilities.py +6 -2
- pulumi_gcp/alloydb/outputs.py +16 -0
- pulumi_gcp/artifactregistry/outputs.py +204 -0
- pulumi_gcp/assuredworkloads/_inputs.py +34 -0
- pulumi_gcp/assuredworkloads/outputs.py +34 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +20 -0
- pulumi_gcp/beyondcorp/outputs.py +54 -0
- pulumi_gcp/bigquery/_inputs.py +18 -0
- pulumi_gcp/bigquery/outputs.py +172 -0
- pulumi_gcp/bigtable/_inputs.py +4 -0
- pulumi_gcp/bigtable/outputs.py +4 -0
- pulumi_gcp/certificateauthority/outputs.py +378 -0
- pulumi_gcp/certificatemanager/outputs.py +32 -0
- pulumi_gcp/cloudbuild/outputs.py +1009 -3
- pulumi_gcp/cloudbuildv2/_inputs.py +14 -0
- pulumi_gcp/cloudbuildv2/outputs.py +14 -0
- pulumi_gcp/clouddeploy/_inputs.py +36 -0
- pulumi_gcp/clouddeploy/outputs.py +36 -0
- pulumi_gcp/cloudfunctions/_inputs.py +4 -0
- pulumi_gcp/cloudfunctions/outputs.py +54 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +302 -0
- pulumi_gcp/cloudidentity/outputs.py +54 -0
- pulumi_gcp/cloudrun/outputs.py +704 -0
- pulumi_gcp/cloudrunv2/outputs.py +929 -5
- pulumi_gcp/composer/_inputs.py +430 -0
- pulumi_gcp/composer/outputs.py +860 -0
- pulumi_gcp/compute/_inputs.py +924 -0
- pulumi_gcp/compute/outputs.py +4091 -1
- pulumi_gcp/container/_inputs.py +542 -0
- pulumi_gcp/container/outputs.py +2137 -3
- pulumi_gcp/dataplex/_inputs.py +66 -0
- pulumi_gcp/dataplex/outputs.py +66 -0
- pulumi_gcp/dataproc/_inputs.py +174 -0
- pulumi_gcp/dataproc/outputs.py +174 -0
- pulumi_gcp/dns/_inputs.py +34 -0
- pulumi_gcp/dns/outputs.py +34 -0
- pulumi_gcp/filestore/outputs.py +88 -0
- pulumi_gcp/firebaserules/_inputs.py +6 -0
- pulumi_gcp/firebaserules/outputs.py +6 -0
- pulumi_gcp/folder/_inputs.py +4 -0
- pulumi_gcp/folder/iam_audit_config.py +2 -2
- pulumi_gcp/folder/iam_member.py +2 -2
- pulumi_gcp/folder/iam_policy.py +2 -2
- pulumi_gcp/folder/outputs.py +54 -0
- pulumi_gcp/gkehub/_inputs.py +8 -0
- pulumi_gcp/gkehub/outputs.py +8 -0
- pulumi_gcp/iam/outputs.py +92 -0
- pulumi_gcp/kms/outputs.py +16 -0
- pulumi_gcp/logging/_inputs.py +108 -0
- pulumi_gcp/logging/outputs.py +108 -0
- pulumi_gcp/monitoring/outputs.py +14 -0
- pulumi_gcp/networkconnectivity/_inputs.py +6 -0
- pulumi_gcp/networkconnectivity/outputs.py +6 -0
- pulumi_gcp/organizations/_inputs.py +4 -0
- pulumi_gcp/organizations/iam_audit_config.py +2 -2
- pulumi_gcp/organizations/iam_member.py +2 -2
- pulumi_gcp/organizations/iam_policy.py +2 -2
- pulumi_gcp/organizations/outputs.py +4 -0
- pulumi_gcp/projects/_inputs.py +4 -0
- pulumi_gcp/projects/iam_audit_config.py +2 -2
- pulumi_gcp/projects/iam_binding.py +2 -2
- pulumi_gcp/projects/iam_member.py +2 -2
- pulumi_gcp/projects/iam_policy.py +2 -2
- pulumi_gcp/projects/outputs.py +54 -0
- pulumi_gcp/pubsub/outputs.py +282 -0
- pulumi_gcp/redis/outputs.py +204 -0
- pulumi_gcp/secretmanager/outputs.py +88 -0
- pulumi_gcp/sourcerepo/outputs.py +20 -0
- pulumi_gcp/spanner/outputs.py +68 -0
- pulumi_gcp/sql/_inputs.py +50 -0
- pulumi_gcp/sql/outputs.py +904 -0
- pulumi_gcp/storage/outputs.py +188 -0
- pulumi_gcp/vertex/outputs.py +124 -0
- pulumi_gcp/vmwareengine/outputs.py +208 -0
- pulumi_gcp/vpcaccess/outputs.py +4 -0
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/METADATA +2 -1
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/RECORD +79 -79
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/top_level.txt +0 -0
@@ -786,6 +786,15 @@ class GetCertificateMapGclbTargetResult(dict):
|
|
786
786
|
ip_configs: Sequence['outputs.GetCertificateMapGclbTargetIpConfigResult'],
|
787
787
|
target_https_proxy: str,
|
788
788
|
target_ssl_proxy: str):
|
789
|
+
"""
|
790
|
+
:param Sequence['GetCertificateMapGclbTargetIpConfigArgs'] ip_configs: An IP configuration where this Certificate Map is serving
|
791
|
+
:param str target_https_proxy: Proxy name must be in the format projects/*/locations/*/targetHttpsProxies/*.
|
792
|
+
This field is part of a union field 'target_proxy': Only one of 'targetHttpsProxy' or
|
793
|
+
'targetSslProxy' may be set.
|
794
|
+
:param str target_ssl_proxy: Proxy name must be in the format projects/*/locations/*/targetSslProxies/*.
|
795
|
+
This field is part of a union field 'target_proxy': Only one of 'targetHttpsProxy' or
|
796
|
+
'targetSslProxy' may be set.
|
797
|
+
"""
|
789
798
|
pulumi.set(__self__, "ip_configs", ip_configs)
|
790
799
|
pulumi.set(__self__, "target_https_proxy", target_https_proxy)
|
791
800
|
pulumi.set(__self__, "target_ssl_proxy", target_ssl_proxy)
|
@@ -793,16 +802,29 @@ class GetCertificateMapGclbTargetResult(dict):
|
|
793
802
|
@property
|
794
803
|
@pulumi.getter(name="ipConfigs")
|
795
804
|
def ip_configs(self) -> Sequence['outputs.GetCertificateMapGclbTargetIpConfigResult']:
|
805
|
+
"""
|
806
|
+
An IP configuration where this Certificate Map is serving
|
807
|
+
"""
|
796
808
|
return pulumi.get(self, "ip_configs")
|
797
809
|
|
798
810
|
@property
|
799
811
|
@pulumi.getter(name="targetHttpsProxy")
|
800
812
|
def target_https_proxy(self) -> str:
|
813
|
+
"""
|
814
|
+
Proxy name must be in the format projects/*/locations/*/targetHttpsProxies/*.
|
815
|
+
This field is part of a union field 'target_proxy': Only one of 'targetHttpsProxy' or
|
816
|
+
'targetSslProxy' may be set.
|
817
|
+
"""
|
801
818
|
return pulumi.get(self, "target_https_proxy")
|
802
819
|
|
803
820
|
@property
|
804
821
|
@pulumi.getter(name="targetSslProxy")
|
805
822
|
def target_ssl_proxy(self) -> str:
|
823
|
+
"""
|
824
|
+
Proxy name must be in the format projects/*/locations/*/targetSslProxies/*.
|
825
|
+
This field is part of a union field 'target_proxy': Only one of 'targetHttpsProxy' or
|
826
|
+
'targetSslProxy' may be set.
|
827
|
+
"""
|
806
828
|
return pulumi.get(self, "target_ssl_proxy")
|
807
829
|
|
808
830
|
|
@@ -811,17 +833,27 @@ class GetCertificateMapGclbTargetIpConfigResult(dict):
|
|
811
833
|
def __init__(__self__, *,
|
812
834
|
ip_address: str,
|
813
835
|
ports: Sequence[int]):
|
836
|
+
"""
|
837
|
+
:param str ip_address: An external IP address
|
838
|
+
:param Sequence[int] ports: A list of ports
|
839
|
+
"""
|
814
840
|
pulumi.set(__self__, "ip_address", ip_address)
|
815
841
|
pulumi.set(__self__, "ports", ports)
|
816
842
|
|
817
843
|
@property
|
818
844
|
@pulumi.getter(name="ipAddress")
|
819
845
|
def ip_address(self) -> str:
|
846
|
+
"""
|
847
|
+
An external IP address
|
848
|
+
"""
|
820
849
|
return pulumi.get(self, "ip_address")
|
821
850
|
|
822
851
|
@property
|
823
852
|
@pulumi.getter
|
824
853
|
def ports(self) -> Sequence[int]:
|
854
|
+
"""
|
855
|
+
A list of ports
|
856
|
+
"""
|
825
857
|
return pulumi.get(self, "ports")
|
826
858
|
|
827
859
|
|