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
@@ -844,6 +844,13 @@ class GetClusterNodeTypeConfigResult(dict):
|
|
844
844
|
custom_core_count: int,
|
845
845
|
node_count: int,
|
846
846
|
node_type_id: str):
|
847
|
+
"""
|
848
|
+
:param int custom_core_count: Customized number of cores available to each node of the type.
|
849
|
+
This number must always be one of 'nodeType.availableCustomCoreCounts'.
|
850
|
+
If zero is provided max value from 'nodeType.availableCustomCoreCounts' will be used.
|
851
|
+
Once the customer is created then corecount cannot be changed.
|
852
|
+
:param int node_count: The number of nodes of this type in the cluster.
|
853
|
+
"""
|
847
854
|
pulumi.set(__self__, "custom_core_count", custom_core_count)
|
848
855
|
pulumi.set(__self__, "node_count", node_count)
|
849
856
|
pulumi.set(__self__, "node_type_id", node_type_id)
|
@@ -851,11 +858,20 @@ class GetClusterNodeTypeConfigResult(dict):
|
|
851
858
|
@property
|
852
859
|
@pulumi.getter(name="customCoreCount")
|
853
860
|
def custom_core_count(self) -> int:
|
861
|
+
"""
|
862
|
+
Customized number of cores available to each node of the type.
|
863
|
+
This number must always be one of 'nodeType.availableCustomCoreCounts'.
|
864
|
+
If zero is provided max value from 'nodeType.availableCustomCoreCounts' will be used.
|
865
|
+
Once the customer is created then corecount cannot be changed.
|
866
|
+
"""
|
854
867
|
return pulumi.get(self, "custom_core_count")
|
855
868
|
|
856
869
|
@property
|
857
870
|
@pulumi.getter(name="nodeCount")
|
858
871
|
def node_count(self) -> int:
|
872
|
+
"""
|
873
|
+
The number of nodes of this type in the cluster.
|
874
|
+
"""
|
859
875
|
return pulumi.get(self, "node_count")
|
860
876
|
|
861
877
|
@property
|
@@ -869,17 +885,27 @@ class GetExternalAccessRuleDestinationIpRangeResult(dict):
|
|
869
885
|
def __init__(__self__, *,
|
870
886
|
external_address: str,
|
871
887
|
ip_address_range: str):
|
888
|
+
"""
|
889
|
+
:param str external_address: The name of an 'ExternalAddress' resource.
|
890
|
+
:param str ip_address_range: An IP address range in the CIDR format.
|
891
|
+
"""
|
872
892
|
pulumi.set(__self__, "external_address", external_address)
|
873
893
|
pulumi.set(__self__, "ip_address_range", ip_address_range)
|
874
894
|
|
875
895
|
@property
|
876
896
|
@pulumi.getter(name="externalAddress")
|
877
897
|
def external_address(self) -> str:
|
898
|
+
"""
|
899
|
+
The name of an 'ExternalAddress' resource.
|
900
|
+
"""
|
878
901
|
return pulumi.get(self, "external_address")
|
879
902
|
|
880
903
|
@property
|
881
904
|
@pulumi.getter(name="ipAddressRange")
|
882
905
|
def ip_address_range(self) -> str:
|
906
|
+
"""
|
907
|
+
An IP address range in the CIDR format.
|
908
|
+
"""
|
883
909
|
return pulumi.get(self, "ip_address_range")
|
884
910
|
|
885
911
|
|
@@ -888,17 +914,27 @@ class GetExternalAccessRuleSourceIpRangeResult(dict):
|
|
888
914
|
def __init__(__self__, *,
|
889
915
|
ip_address: str,
|
890
916
|
ip_address_range: str):
|
917
|
+
"""
|
918
|
+
:param str ip_address: A single IP address.
|
919
|
+
:param str ip_address_range: An IP address range in the CIDR format.
|
920
|
+
"""
|
891
921
|
pulumi.set(__self__, "ip_address", ip_address)
|
892
922
|
pulumi.set(__self__, "ip_address_range", ip_address_range)
|
893
923
|
|
894
924
|
@property
|
895
925
|
@pulumi.getter(name="ipAddress")
|
896
926
|
def ip_address(self) -> str:
|
927
|
+
"""
|
928
|
+
A single IP address.
|
929
|
+
"""
|
897
930
|
return pulumi.get(self, "ip_address")
|
898
931
|
|
899
932
|
@property
|
900
933
|
@pulumi.getter(name="ipAddressRange")
|
901
934
|
def ip_address_range(self) -> str:
|
935
|
+
"""
|
936
|
+
An IP address range in the CIDR format.
|
937
|
+
"""
|
902
938
|
return pulumi.get(self, "ip_address_range")
|
903
939
|
|
904
940
|
|
@@ -907,17 +943,27 @@ class GetNetworkPolicyExternalIpResult(dict):
|
|
907
943
|
def __init__(__self__, *,
|
908
944
|
enabled: bool,
|
909
945
|
state: str):
|
946
|
+
"""
|
947
|
+
:param bool enabled: True if the service is enabled; false otherwise.
|
948
|
+
:param str state: State of the service. New values may be added to this enum when appropriate.
|
949
|
+
"""
|
910
950
|
pulumi.set(__self__, "enabled", enabled)
|
911
951
|
pulumi.set(__self__, "state", state)
|
912
952
|
|
913
953
|
@property
|
914
954
|
@pulumi.getter
|
915
955
|
def enabled(self) -> bool:
|
956
|
+
"""
|
957
|
+
True if the service is enabled; false otherwise.
|
958
|
+
"""
|
916
959
|
return pulumi.get(self, "enabled")
|
917
960
|
|
918
961
|
@property
|
919
962
|
@pulumi.getter
|
920
963
|
def state(self) -> str:
|
964
|
+
"""
|
965
|
+
State of the service. New values may be added to this enum when appropriate.
|
966
|
+
"""
|
921
967
|
return pulumi.get(self, "state")
|
922
968
|
|
923
969
|
|
@@ -926,17 +972,27 @@ class GetNetworkPolicyInternetAccessResult(dict):
|
|
926
972
|
def __init__(__self__, *,
|
927
973
|
enabled: bool,
|
928
974
|
state: str):
|
975
|
+
"""
|
976
|
+
:param bool enabled: True if the service is enabled; false otherwise.
|
977
|
+
:param str state: State of the service. New values may be added to this enum when appropriate.
|
978
|
+
"""
|
929
979
|
pulumi.set(__self__, "enabled", enabled)
|
930
980
|
pulumi.set(__self__, "state", state)
|
931
981
|
|
932
982
|
@property
|
933
983
|
@pulumi.getter
|
934
984
|
def enabled(self) -> bool:
|
985
|
+
"""
|
986
|
+
True if the service is enabled; false otherwise.
|
987
|
+
"""
|
935
988
|
return pulumi.get(self, "enabled")
|
936
989
|
|
937
990
|
@property
|
938
991
|
@pulumi.getter
|
939
992
|
def state(self) -> str:
|
993
|
+
"""
|
994
|
+
State of the service. New values may be added to this enum when appropriate.
|
995
|
+
"""
|
940
996
|
return pulumi.get(self, "state")
|
941
997
|
|
942
998
|
|
@@ -945,17 +1001,29 @@ class GetNetworkVpcNetworkResult(dict):
|
|
945
1001
|
def __init__(__self__, *,
|
946
1002
|
network: str,
|
947
1003
|
type: str):
|
1004
|
+
"""
|
1005
|
+
:param str network: The relative resource name of the service VPC network this VMware Engine network is attached to.
|
1006
|
+
For example: projects/123123/global/networks/my-network
|
1007
|
+
:param str type: Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)
|
1008
|
+
"""
|
948
1009
|
pulumi.set(__self__, "network", network)
|
949
1010
|
pulumi.set(__self__, "type", type)
|
950
1011
|
|
951
1012
|
@property
|
952
1013
|
@pulumi.getter
|
953
1014
|
def network(self) -> str:
|
1015
|
+
"""
|
1016
|
+
The relative resource name of the service VPC network this VMware Engine network is attached to.
|
1017
|
+
For example: projects/123123/global/networks/my-network
|
1018
|
+
"""
|
954
1019
|
return pulumi.get(self, "network")
|
955
1020
|
|
956
1021
|
@property
|
957
1022
|
@pulumi.getter
|
958
1023
|
def type(self) -> str:
|
1024
|
+
"""
|
1025
|
+
Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)
|
1026
|
+
"""
|
959
1027
|
return pulumi.get(self, "type")
|
960
1028
|
|
961
1029
|
|
@@ -966,6 +1034,12 @@ class GetPrivateCloudHcxResult(dict):
|
|
966
1034
|
internal_ip: str,
|
967
1035
|
state: str,
|
968
1036
|
version: str):
|
1037
|
+
"""
|
1038
|
+
:param str fqdn: Fully qualified domain name of the appliance.
|
1039
|
+
:param str internal_ip: Internal IP address of the appliance.
|
1040
|
+
:param str state: State of the appliance. Possible values: ["ACTIVE", "CREATING"]
|
1041
|
+
:param str version: Version of the appliance.
|
1042
|
+
"""
|
969
1043
|
pulumi.set(__self__, "fqdn", fqdn)
|
970
1044
|
pulumi.set(__self__, "internal_ip", internal_ip)
|
971
1045
|
pulumi.set(__self__, "state", state)
|
@@ -974,21 +1048,33 @@ class GetPrivateCloudHcxResult(dict):
|
|
974
1048
|
@property
|
975
1049
|
@pulumi.getter
|
976
1050
|
def fqdn(self) -> str:
|
1051
|
+
"""
|
1052
|
+
Fully qualified domain name of the appliance.
|
1053
|
+
"""
|
977
1054
|
return pulumi.get(self, "fqdn")
|
978
1055
|
|
979
1056
|
@property
|
980
1057
|
@pulumi.getter(name="internalIp")
|
981
1058
|
def internal_ip(self) -> str:
|
1059
|
+
"""
|
1060
|
+
Internal IP address of the appliance.
|
1061
|
+
"""
|
982
1062
|
return pulumi.get(self, "internal_ip")
|
983
1063
|
|
984
1064
|
@property
|
985
1065
|
@pulumi.getter
|
986
1066
|
def state(self) -> str:
|
1067
|
+
"""
|
1068
|
+
State of the appliance. Possible values: ["ACTIVE", "CREATING"]
|
1069
|
+
"""
|
987
1070
|
return pulumi.get(self, "state")
|
988
1071
|
|
989
1072
|
@property
|
990
1073
|
@pulumi.getter
|
991
1074
|
def version(self) -> str:
|
1075
|
+
"""
|
1076
|
+
Version of the appliance.
|
1077
|
+
"""
|
992
1078
|
return pulumi.get(self, "version")
|
993
1079
|
|
994
1080
|
|
@@ -997,17 +1083,39 @@ class GetPrivateCloudManagementClusterResult(dict):
|
|
997
1083
|
def __init__(__self__, *,
|
998
1084
|
cluster_id: str,
|
999
1085
|
node_type_configs: Sequence['outputs.GetPrivateCloudManagementClusterNodeTypeConfigResult']):
|
1086
|
+
"""
|
1087
|
+
:param str cluster_id: The user-provided identifier of the new Cluster. The identifier must meet the following requirements:
|
1088
|
+
* Only contains 1-63 alphanumeric characters and hyphens
|
1089
|
+
* Begins with an alphabetical character
|
1090
|
+
* Ends with a non-hyphen character
|
1091
|
+
* Not formatted as a UUID
|
1092
|
+
* Complies with RFC 1034 (https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
1093
|
+
:param Sequence['GetPrivateCloudManagementClusterNodeTypeConfigArgs'] node_type_configs: The map of cluster node types in this cluster,
|
1094
|
+
where the key is canonical identifier of the node type (corresponds to the NodeType).
|
1095
|
+
"""
|
1000
1096
|
pulumi.set(__self__, "cluster_id", cluster_id)
|
1001
1097
|
pulumi.set(__self__, "node_type_configs", node_type_configs)
|
1002
1098
|
|
1003
1099
|
@property
|
1004
1100
|
@pulumi.getter(name="clusterId")
|
1005
1101
|
def cluster_id(self) -> str:
|
1102
|
+
"""
|
1103
|
+
The user-provided identifier of the new Cluster. The identifier must meet the following requirements:
|
1104
|
+
* Only contains 1-63 alphanumeric characters and hyphens
|
1105
|
+
* Begins with an alphabetical character
|
1106
|
+
* Ends with a non-hyphen character
|
1107
|
+
* Not formatted as a UUID
|
1108
|
+
* Complies with RFC 1034 (https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
1109
|
+
"""
|
1006
1110
|
return pulumi.get(self, "cluster_id")
|
1007
1111
|
|
1008
1112
|
@property
|
1009
1113
|
@pulumi.getter(name="nodeTypeConfigs")
|
1010
1114
|
def node_type_configs(self) -> Sequence['outputs.GetPrivateCloudManagementClusterNodeTypeConfigResult']:
|
1115
|
+
"""
|
1116
|
+
The map of cluster node types in this cluster,
|
1117
|
+
where the key is canonical identifier of the node type (corresponds to the NodeType).
|
1118
|
+
"""
|
1011
1119
|
return pulumi.get(self, "node_type_configs")
|
1012
1120
|
|
1013
1121
|
|
@@ -1017,6 +1125,13 @@ class GetPrivateCloudManagementClusterNodeTypeConfigResult(dict):
|
|
1017
1125
|
custom_core_count: int,
|
1018
1126
|
node_count: int,
|
1019
1127
|
node_type_id: str):
|
1128
|
+
"""
|
1129
|
+
:param int custom_core_count: Customized number of cores available to each node of the type.
|
1130
|
+
This number must always be one of 'nodeType.availableCustomCoreCounts'.
|
1131
|
+
If zero is provided max value from 'nodeType.availableCustomCoreCounts' will be used.
|
1132
|
+
This cannot be changed once the PrivateCloud is created.
|
1133
|
+
:param int node_count: The number of nodes of this type in the cluster.
|
1134
|
+
"""
|
1020
1135
|
pulumi.set(__self__, "custom_core_count", custom_core_count)
|
1021
1136
|
pulumi.set(__self__, "node_count", node_count)
|
1022
1137
|
pulumi.set(__self__, "node_type_id", node_type_id)
|
@@ -1024,11 +1139,20 @@ class GetPrivateCloudManagementClusterNodeTypeConfigResult(dict):
|
|
1024
1139
|
@property
|
1025
1140
|
@pulumi.getter(name="customCoreCount")
|
1026
1141
|
def custom_core_count(self) -> int:
|
1142
|
+
"""
|
1143
|
+
Customized number of cores available to each node of the type.
|
1144
|
+
This number must always be one of 'nodeType.availableCustomCoreCounts'.
|
1145
|
+
If zero is provided max value from 'nodeType.availableCustomCoreCounts' will be used.
|
1146
|
+
This cannot be changed once the PrivateCloud is created.
|
1147
|
+
"""
|
1027
1148
|
return pulumi.get(self, "custom_core_count")
|
1028
1149
|
|
1029
1150
|
@property
|
1030
1151
|
@pulumi.getter(name="nodeCount")
|
1031
1152
|
def node_count(self) -> int:
|
1153
|
+
"""
|
1154
|
+
The number of nodes of this type in the cluster.
|
1155
|
+
"""
|
1032
1156
|
return pulumi.get(self, "node_count")
|
1033
1157
|
|
1034
1158
|
@property
|
@@ -1045,6 +1169,21 @@ class GetPrivateCloudNetworkConfigResult(dict):
|
|
1045
1169
|
management_ip_address_layout_version: int,
|
1046
1170
|
vmware_engine_network: str,
|
1047
1171
|
vmware_engine_network_canonical: str):
|
1172
|
+
"""
|
1173
|
+
:param str dns_server_ip: DNS Server IP of the Private Cloud.
|
1174
|
+
:param str management_cidr: Management CIDR used by VMware management appliances.
|
1175
|
+
:param int management_ip_address_layout_version: The IP address layout version of the management IP address range.
|
1176
|
+
Possible versions include:
|
1177
|
+
* managementIpAddressLayoutVersion=1: Indicates the legacy IP address layout used by some existing private clouds. This is no longer supported for new private clouds
|
1178
|
+
as it does not support all features.
|
1179
|
+
* managementIpAddressLayoutVersion=2: Indicates the latest IP address layout
|
1180
|
+
used by all newly created private clouds. This version supports all current features.
|
1181
|
+
:param str vmware_engine_network: The relative resource name of the VMware Engine network attached to the private cloud.
|
1182
|
+
Specify the name in the following form: projects/{project}/locations/{location}/vmwareEngineNetworks/{vmwareEngineNetworkId}
|
1183
|
+
where {project} can either be a project number or a project ID.
|
1184
|
+
:param str vmware_engine_network_canonical: The canonical name of the VMware Engine network in
|
1185
|
+
the form: projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmwareEngineNetworkId}
|
1186
|
+
"""
|
1048
1187
|
pulumi.set(__self__, "dns_server_ip", dns_server_ip)
|
1049
1188
|
pulumi.set(__self__, "management_cidr", management_cidr)
|
1050
1189
|
pulumi.set(__self__, "management_ip_address_layout_version", management_ip_address_layout_version)
|
@@ -1054,26 +1193,49 @@ class GetPrivateCloudNetworkConfigResult(dict):
|
|
1054
1193
|
@property
|
1055
1194
|
@pulumi.getter(name="dnsServerIp")
|
1056
1195
|
def dns_server_ip(self) -> str:
|
1196
|
+
"""
|
1197
|
+
DNS Server IP of the Private Cloud.
|
1198
|
+
"""
|
1057
1199
|
return pulumi.get(self, "dns_server_ip")
|
1058
1200
|
|
1059
1201
|
@property
|
1060
1202
|
@pulumi.getter(name="managementCidr")
|
1061
1203
|
def management_cidr(self) -> str:
|
1204
|
+
"""
|
1205
|
+
Management CIDR used by VMware management appliances.
|
1206
|
+
"""
|
1062
1207
|
return pulumi.get(self, "management_cidr")
|
1063
1208
|
|
1064
1209
|
@property
|
1065
1210
|
@pulumi.getter(name="managementIpAddressLayoutVersion")
|
1066
1211
|
def management_ip_address_layout_version(self) -> int:
|
1212
|
+
"""
|
1213
|
+
The IP address layout version of the management IP address range.
|
1214
|
+
Possible versions include:
|
1215
|
+
* managementIpAddressLayoutVersion=1: Indicates the legacy IP address layout used by some existing private clouds. This is no longer supported for new private clouds
|
1216
|
+
as it does not support all features.
|
1217
|
+
* managementIpAddressLayoutVersion=2: Indicates the latest IP address layout
|
1218
|
+
used by all newly created private clouds. This version supports all current features.
|
1219
|
+
"""
|
1067
1220
|
return pulumi.get(self, "management_ip_address_layout_version")
|
1068
1221
|
|
1069
1222
|
@property
|
1070
1223
|
@pulumi.getter(name="vmwareEngineNetwork")
|
1071
1224
|
def vmware_engine_network(self) -> str:
|
1225
|
+
"""
|
1226
|
+
The relative resource name of the VMware Engine network attached to the private cloud.
|
1227
|
+
Specify the name in the following form: projects/{project}/locations/{location}/vmwareEngineNetworks/{vmwareEngineNetworkId}
|
1228
|
+
where {project} can either be a project number or a project ID.
|
1229
|
+
"""
|
1072
1230
|
return pulumi.get(self, "vmware_engine_network")
|
1073
1231
|
|
1074
1232
|
@property
|
1075
1233
|
@pulumi.getter(name="vmwareEngineNetworkCanonical")
|
1076
1234
|
def vmware_engine_network_canonical(self) -> str:
|
1235
|
+
"""
|
1236
|
+
The canonical name of the VMware Engine network in
|
1237
|
+
the form: projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmwareEngineNetworkId}
|
1238
|
+
"""
|
1077
1239
|
return pulumi.get(self, "vmware_engine_network_canonical")
|
1078
1240
|
|
1079
1241
|
|
@@ -1084,6 +1246,12 @@ class GetPrivateCloudNsxResult(dict):
|
|
1084
1246
|
internal_ip: str,
|
1085
1247
|
state: str,
|
1086
1248
|
version: str):
|
1249
|
+
"""
|
1250
|
+
:param str fqdn: Fully qualified domain name of the appliance.
|
1251
|
+
:param str internal_ip: Internal IP address of the appliance.
|
1252
|
+
:param str state: State of the appliance. Possible values: ["ACTIVE", "CREATING"]
|
1253
|
+
:param str version: Version of the appliance.
|
1254
|
+
"""
|
1087
1255
|
pulumi.set(__self__, "fqdn", fqdn)
|
1088
1256
|
pulumi.set(__self__, "internal_ip", internal_ip)
|
1089
1257
|
pulumi.set(__self__, "state", state)
|
@@ -1092,21 +1260,33 @@ class GetPrivateCloudNsxResult(dict):
|
|
1092
1260
|
@property
|
1093
1261
|
@pulumi.getter
|
1094
1262
|
def fqdn(self) -> str:
|
1263
|
+
"""
|
1264
|
+
Fully qualified domain name of the appliance.
|
1265
|
+
"""
|
1095
1266
|
return pulumi.get(self, "fqdn")
|
1096
1267
|
|
1097
1268
|
@property
|
1098
1269
|
@pulumi.getter(name="internalIp")
|
1099
1270
|
def internal_ip(self) -> str:
|
1271
|
+
"""
|
1272
|
+
Internal IP address of the appliance.
|
1273
|
+
"""
|
1100
1274
|
return pulumi.get(self, "internal_ip")
|
1101
1275
|
|
1102
1276
|
@property
|
1103
1277
|
@pulumi.getter
|
1104
1278
|
def state(self) -> str:
|
1279
|
+
"""
|
1280
|
+
State of the appliance. Possible values: ["ACTIVE", "CREATING"]
|
1281
|
+
"""
|
1105
1282
|
return pulumi.get(self, "state")
|
1106
1283
|
|
1107
1284
|
@property
|
1108
1285
|
@pulumi.getter
|
1109
1286
|
def version(self) -> str:
|
1287
|
+
"""
|
1288
|
+
Version of the appliance.
|
1289
|
+
"""
|
1110
1290
|
return pulumi.get(self, "version")
|
1111
1291
|
|
1112
1292
|
|
@@ -1117,6 +1297,12 @@ class GetPrivateCloudVcenterResult(dict):
|
|
1117
1297
|
internal_ip: str,
|
1118
1298
|
state: str,
|
1119
1299
|
version: str):
|
1300
|
+
"""
|
1301
|
+
:param str fqdn: Fully qualified domain name of the appliance.
|
1302
|
+
:param str internal_ip: Internal IP address of the appliance.
|
1303
|
+
:param str state: State of the appliance. Possible values: ["ACTIVE", "CREATING"]
|
1304
|
+
:param str version: Version of the appliance.
|
1305
|
+
"""
|
1120
1306
|
pulumi.set(__self__, "fqdn", fqdn)
|
1121
1307
|
pulumi.set(__self__, "internal_ip", internal_ip)
|
1122
1308
|
pulumi.set(__self__, "state", state)
|
@@ -1125,21 +1311,33 @@ class GetPrivateCloudVcenterResult(dict):
|
|
1125
1311
|
@property
|
1126
1312
|
@pulumi.getter
|
1127
1313
|
def fqdn(self) -> str:
|
1314
|
+
"""
|
1315
|
+
Fully qualified domain name of the appliance.
|
1316
|
+
"""
|
1128
1317
|
return pulumi.get(self, "fqdn")
|
1129
1318
|
|
1130
1319
|
@property
|
1131
1320
|
@pulumi.getter(name="internalIp")
|
1132
1321
|
def internal_ip(self) -> str:
|
1322
|
+
"""
|
1323
|
+
Internal IP address of the appliance.
|
1324
|
+
"""
|
1133
1325
|
return pulumi.get(self, "internal_ip")
|
1134
1326
|
|
1135
1327
|
@property
|
1136
1328
|
@pulumi.getter
|
1137
1329
|
def state(self) -> str:
|
1330
|
+
"""
|
1331
|
+
State of the appliance. Possible values: ["ACTIVE", "CREATING"]
|
1332
|
+
"""
|
1138
1333
|
return pulumi.get(self, "state")
|
1139
1334
|
|
1140
1335
|
@property
|
1141
1336
|
@pulumi.getter
|
1142
1337
|
def version(self) -> str:
|
1338
|
+
"""
|
1339
|
+
Version of the appliance.
|
1340
|
+
"""
|
1143
1341
|
return pulumi.get(self, "version")
|
1144
1342
|
|
1145
1343
|
|
@@ -1148,17 +1346,27 @@ class GetSubnetDhcpAddressRangeResult(dict):
|
|
1148
1346
|
def __init__(__self__, *,
|
1149
1347
|
first_address: str,
|
1150
1348
|
last_address: str):
|
1349
|
+
"""
|
1350
|
+
:param str first_address: The first IP address of the range.
|
1351
|
+
:param str last_address: The last IP address of the range.
|
1352
|
+
"""
|
1151
1353
|
pulumi.set(__self__, "first_address", first_address)
|
1152
1354
|
pulumi.set(__self__, "last_address", last_address)
|
1153
1355
|
|
1154
1356
|
@property
|
1155
1357
|
@pulumi.getter(name="firstAddress")
|
1156
1358
|
def first_address(self) -> str:
|
1359
|
+
"""
|
1360
|
+
The first IP address of the range.
|
1361
|
+
"""
|
1157
1362
|
return pulumi.get(self, "first_address")
|
1158
1363
|
|
1159
1364
|
@property
|
1160
1365
|
@pulumi.getter(name="lastAddress")
|
1161
1366
|
def last_address(self) -> str:
|
1367
|
+
"""
|
1368
|
+
The last IP address of the range.
|
1369
|
+
"""
|
1162
1370
|
return pulumi.get(self, "last_address")
|
1163
1371
|
|
1164
1372
|
|
pulumi_gcp/vpcaccess/outputs.py
CHANGED
@@ -73,6 +73,7 @@ class GetConnectorSubnetResult(dict):
|
|
73
73
|
:param str name: Name of the resource.
|
74
74
|
|
75
75
|
- - -
|
76
|
+
:param str project_id: Project in which the subnet exists. If not set, this project is assumed to be the project for which the connector create request was issued.
|
76
77
|
"""
|
77
78
|
pulumi.set(__self__, "name", name)
|
78
79
|
pulumi.set(__self__, "project_id", project_id)
|
@@ -90,6 +91,9 @@ class GetConnectorSubnetResult(dict):
|
|
90
91
|
@property
|
91
92
|
@pulumi.getter(name="projectId")
|
92
93
|
def project_id(self) -> str:
|
94
|
+
"""
|
95
|
+
Project in which the subnet exists. If not set, this project is assumed to be the project for which the connector create request was issued.
|
96
|
+
"""
|
93
97
|
return pulumi.get(self, "project_id")
|
94
98
|
|
95
99
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumi_gcp
|
3
|
-
Version: 7.8.
|
3
|
+
Version: 7.8.0a1706829616
|
4
4
|
Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
|
5
5
|
License: Apache-2.0
|
6
6
|
Project-URL: Homepage, https://pulumi.io
|
@@ -11,6 +11,7 @@ Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: parver >=0.2.1
|
12
12
|
Requires-Dist: pulumi <4.0.0,>=3.0.0
|
13
13
|
Requires-Dist: semver >=2.8.1
|
14
|
+
Requires-Dist: importlib-metadata <7.0.0,>=6.0.0 ; python_version < "3.8"
|
14
15
|
|
15
16
|
[![Actions Status](https://github.com/pulumi/pulumi-gcp/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-gcp/actions)
|
16
17
|
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
|