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.
Files changed (79) hide show
  1. pulumi_gcp/_utilities.py +6 -2
  2. pulumi_gcp/alloydb/outputs.py +16 -0
  3. pulumi_gcp/artifactregistry/outputs.py +204 -0
  4. pulumi_gcp/assuredworkloads/_inputs.py +34 -0
  5. pulumi_gcp/assuredworkloads/outputs.py +34 -0
  6. pulumi_gcp/backupdisasterrecovery/outputs.py +20 -0
  7. pulumi_gcp/beyondcorp/outputs.py +54 -0
  8. pulumi_gcp/bigquery/_inputs.py +18 -0
  9. pulumi_gcp/bigquery/outputs.py +172 -0
  10. pulumi_gcp/bigtable/_inputs.py +4 -0
  11. pulumi_gcp/bigtable/outputs.py +4 -0
  12. pulumi_gcp/certificateauthority/outputs.py +378 -0
  13. pulumi_gcp/certificatemanager/outputs.py +32 -0
  14. pulumi_gcp/cloudbuild/outputs.py +1009 -3
  15. pulumi_gcp/cloudbuildv2/_inputs.py +14 -0
  16. pulumi_gcp/cloudbuildv2/outputs.py +14 -0
  17. pulumi_gcp/clouddeploy/_inputs.py +36 -0
  18. pulumi_gcp/clouddeploy/outputs.py +36 -0
  19. pulumi_gcp/cloudfunctions/_inputs.py +4 -0
  20. pulumi_gcp/cloudfunctions/outputs.py +54 -0
  21. pulumi_gcp/cloudfunctionsv2/outputs.py +302 -0
  22. pulumi_gcp/cloudidentity/outputs.py +54 -0
  23. pulumi_gcp/cloudrun/outputs.py +704 -0
  24. pulumi_gcp/cloudrunv2/outputs.py +929 -5
  25. pulumi_gcp/composer/_inputs.py +430 -0
  26. pulumi_gcp/composer/outputs.py +860 -0
  27. pulumi_gcp/compute/_inputs.py +924 -0
  28. pulumi_gcp/compute/outputs.py +4091 -1
  29. pulumi_gcp/container/_inputs.py +542 -0
  30. pulumi_gcp/container/outputs.py +2137 -3
  31. pulumi_gcp/dataplex/_inputs.py +66 -0
  32. pulumi_gcp/dataplex/outputs.py +66 -0
  33. pulumi_gcp/dataproc/_inputs.py +174 -0
  34. pulumi_gcp/dataproc/outputs.py +174 -0
  35. pulumi_gcp/dns/_inputs.py +34 -0
  36. pulumi_gcp/dns/outputs.py +34 -0
  37. pulumi_gcp/filestore/outputs.py +88 -0
  38. pulumi_gcp/firebaserules/_inputs.py +6 -0
  39. pulumi_gcp/firebaserules/outputs.py +6 -0
  40. pulumi_gcp/folder/_inputs.py +4 -0
  41. pulumi_gcp/folder/iam_audit_config.py +2 -2
  42. pulumi_gcp/folder/iam_member.py +2 -2
  43. pulumi_gcp/folder/iam_policy.py +2 -2
  44. pulumi_gcp/folder/outputs.py +54 -0
  45. pulumi_gcp/gkehub/_inputs.py +8 -0
  46. pulumi_gcp/gkehub/outputs.py +8 -0
  47. pulumi_gcp/iam/outputs.py +92 -0
  48. pulumi_gcp/kms/outputs.py +16 -0
  49. pulumi_gcp/logging/_inputs.py +108 -0
  50. pulumi_gcp/logging/outputs.py +108 -0
  51. pulumi_gcp/monitoring/outputs.py +14 -0
  52. pulumi_gcp/networkconnectivity/_inputs.py +6 -0
  53. pulumi_gcp/networkconnectivity/outputs.py +6 -0
  54. pulumi_gcp/organizations/_inputs.py +4 -0
  55. pulumi_gcp/organizations/iam_audit_config.py +2 -2
  56. pulumi_gcp/organizations/iam_member.py +2 -2
  57. pulumi_gcp/organizations/iam_policy.py +2 -2
  58. pulumi_gcp/organizations/outputs.py +4 -0
  59. pulumi_gcp/projects/_inputs.py +4 -0
  60. pulumi_gcp/projects/iam_audit_config.py +2 -2
  61. pulumi_gcp/projects/iam_binding.py +2 -2
  62. pulumi_gcp/projects/iam_member.py +2 -2
  63. pulumi_gcp/projects/iam_policy.py +2 -2
  64. pulumi_gcp/projects/outputs.py +54 -0
  65. pulumi_gcp/pubsub/outputs.py +282 -0
  66. pulumi_gcp/redis/outputs.py +204 -0
  67. pulumi_gcp/secretmanager/outputs.py +88 -0
  68. pulumi_gcp/sourcerepo/outputs.py +20 -0
  69. pulumi_gcp/spanner/outputs.py +68 -0
  70. pulumi_gcp/sql/_inputs.py +50 -0
  71. pulumi_gcp/sql/outputs.py +904 -0
  72. pulumi_gcp/storage/outputs.py +188 -0
  73. pulumi_gcp/vertex/outputs.py +124 -0
  74. pulumi_gcp/vmwareengine/outputs.py +208 -0
  75. pulumi_gcp/vpcaccess/outputs.py +4 -0
  76. {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/METADATA +2 -1
  77. {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/RECORD +79 -79
  78. {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/WHEEL +0 -0
  79. {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