pulumi-gcp 8.9.3a1731934815__py3-none-any.whl → 8.10.0__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 +24 -0
- pulumi_gcp/accesscontextmanager/__init__.py +1 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +90 -54
- pulumi_gcp/accesscontextmanager/get_access_policy.py +158 -0
- pulumi_gcp/accesscontextmanager/outputs.py +60 -36
- pulumi_gcp/artifactregistry/_inputs.py +56 -0
- pulumi_gcp/artifactregistry/outputs.py +65 -0
- pulumi_gcp/artifactregistry/repository.py +48 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +63 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source.py +263 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +402 -0
- pulumi_gcp/certificateauthority/authority.py +28 -138
- pulumi_gcp/cloudrun/service.py +0 -10
- pulumi_gcp/cloudrunv2/get_service.py +15 -4
- pulumi_gcp/cloudrunv2/service.py +30 -2
- pulumi_gcp/compute/_inputs.py +12 -12
- pulumi_gcp/compute/outputs.py +10 -10
- pulumi_gcp/dataproc/__init__.py +1 -0
- pulumi_gcp/dataproc/_inputs.py +490 -0
- pulumi_gcp/dataproc/gdc_spark_application.py +1658 -0
- pulumi_gcp/dataproc/outputs.py +385 -0
- pulumi_gcp/filestore/_inputs.py +152 -0
- pulumi_gcp/filestore/get_instance.py +12 -1
- pulumi_gcp/filestore/instance.py +47 -0
- pulumi_gcp/filestore/outputs.py +229 -0
- pulumi_gcp/iam/__init__.py +2 -0
- pulumi_gcp/iam/_inputs.py +274 -0
- pulumi_gcp/iam/folders_policy_binding.py +917 -0
- pulumi_gcp/iam/organizations_policy_binding.py +901 -0
- pulumi_gcp/iam/outputs.py +198 -0
- pulumi_gcp/managedkafka/cluster.py +4 -0
- pulumi_gcp/managedkafka/topic.py +4 -0
- pulumi_gcp/pubsub/subscription.py +8 -8
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +213 -0
- pulumi_gcp/redis/cluster.py +289 -0
- pulumi_gcp/redis/outputs.py +185 -0
- pulumi_gcp/securesourcemanager/_inputs.py +33 -0
- pulumi_gcp/securesourcemanager/instance.py +90 -3
- pulumi_gcp/securesourcemanager/outputs.py +19 -0
- pulumi_gcp/spanner/database.py +14 -14
- pulumi_gcp/sql/_inputs.py +73 -0
- pulumi_gcp/sql/database_instance.py +60 -0
- pulumi_gcp/sql/outputs.py +146 -0
- pulumi_gcp/sql/user.py +2 -2
- pulumi_gcp/tags/location_tag_binding.py +8 -8
- {pulumi_gcp-8.9.3a1731934815.dist-info → pulumi_gcp-8.10.0.dist-info}/METADATA +5 -5
- {pulumi_gcp-8.9.3a1731934815.dist-info → pulumi_gcp-8.10.0.dist-info}/RECORD +51 -46
- {pulumi_gcp-8.9.3a1731934815.dist-info → pulumi_gcp-8.10.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.9.3a1731934815.dist-info → pulumi_gcp-8.10.0.dist-info}/top_level.txt +0 -0
@@ -30,6 +30,12 @@ __all__ = [
|
|
30
30
|
'GetBackupPlanBackupRuleStandardScheduleResult',
|
31
31
|
'GetBackupPlanBackupRuleStandardScheduleBackupWindowResult',
|
32
32
|
'GetBackupPlanBackupRuleStandardScheduleWeekDayOfMonthResult',
|
33
|
+
'GetDataSourceBackupConfigInfoResult',
|
34
|
+
'GetDataSourceBackupConfigInfoBackupApplianceBackupConfigResult',
|
35
|
+
'GetDataSourceBackupConfigInfoGcpBackupConfigResult',
|
36
|
+
'GetDataSourceDataSourceBackupApplianceApplicationResult',
|
37
|
+
'GetDataSourceDataSourceGcpResourceResult',
|
38
|
+
'GetDataSourceDataSourceGcpResourceComputeInstanceDataSourcePropertyResult',
|
33
39
|
'GetManagementServerManagementUriResult',
|
34
40
|
'GetManagementServerNetworkResult',
|
35
41
|
]
|
@@ -826,6 +832,402 @@ class GetBackupPlanBackupRuleStandardScheduleWeekDayOfMonthResult(dict):
|
|
826
832
|
return pulumi.get(self, "week_of_month")
|
827
833
|
|
828
834
|
|
835
|
+
@pulumi.output_type
|
836
|
+
class GetDataSourceBackupConfigInfoResult(dict):
|
837
|
+
def __init__(__self__, *,
|
838
|
+
backup_appliance_backup_configs: Sequence['outputs.GetDataSourceBackupConfigInfoBackupApplianceBackupConfigResult'],
|
839
|
+
gcp_backup_configs: Sequence['outputs.GetDataSourceBackupConfigInfoGcpBackupConfigResult'],
|
840
|
+
last_backup_error: Mapping[str, str],
|
841
|
+
last_backup_state: str,
|
842
|
+
last_successful_backup_consistency_time: str):
|
843
|
+
"""
|
844
|
+
:param Sequence['GetDataSourceBackupConfigInfoBackupApplianceBackupConfigArgs'] backup_appliance_backup_configs: Configuration for an application backed up by a Backup Appliance.
|
845
|
+
:param Sequence['GetDataSourceBackupConfigInfoGcpBackupConfigArgs'] gcp_backup_configs: Configuration for a Google Cloud resource.
|
846
|
+
:param Mapping[str, str] last_backup_error: If the last backup failed, this field has the error message.
|
847
|
+
:param str last_backup_state: LastBackupstate tracks whether the last backup was not yet started, successful, failed, or could not be run because of the lack of permissions.
|
848
|
+
:param str last_successful_backup_consistency_time: If the last backup were successful, this field has the consistency date.
|
849
|
+
"""
|
850
|
+
pulumi.set(__self__, "backup_appliance_backup_configs", backup_appliance_backup_configs)
|
851
|
+
pulumi.set(__self__, "gcp_backup_configs", gcp_backup_configs)
|
852
|
+
pulumi.set(__self__, "last_backup_error", last_backup_error)
|
853
|
+
pulumi.set(__self__, "last_backup_state", last_backup_state)
|
854
|
+
pulumi.set(__self__, "last_successful_backup_consistency_time", last_successful_backup_consistency_time)
|
855
|
+
|
856
|
+
@property
|
857
|
+
@pulumi.getter(name="backupApplianceBackupConfigs")
|
858
|
+
def backup_appliance_backup_configs(self) -> Sequence['outputs.GetDataSourceBackupConfigInfoBackupApplianceBackupConfigResult']:
|
859
|
+
"""
|
860
|
+
Configuration for an application backed up by a Backup Appliance.
|
861
|
+
"""
|
862
|
+
return pulumi.get(self, "backup_appliance_backup_configs")
|
863
|
+
|
864
|
+
@property
|
865
|
+
@pulumi.getter(name="gcpBackupConfigs")
|
866
|
+
def gcp_backup_configs(self) -> Sequence['outputs.GetDataSourceBackupConfigInfoGcpBackupConfigResult']:
|
867
|
+
"""
|
868
|
+
Configuration for a Google Cloud resource.
|
869
|
+
"""
|
870
|
+
return pulumi.get(self, "gcp_backup_configs")
|
871
|
+
|
872
|
+
@property
|
873
|
+
@pulumi.getter(name="lastBackupError")
|
874
|
+
def last_backup_error(self) -> Mapping[str, str]:
|
875
|
+
"""
|
876
|
+
If the last backup failed, this field has the error message.
|
877
|
+
"""
|
878
|
+
return pulumi.get(self, "last_backup_error")
|
879
|
+
|
880
|
+
@property
|
881
|
+
@pulumi.getter(name="lastBackupState")
|
882
|
+
def last_backup_state(self) -> str:
|
883
|
+
"""
|
884
|
+
LastBackupstate tracks whether the last backup was not yet started, successful, failed, or could not be run because of the lack of permissions.
|
885
|
+
"""
|
886
|
+
return pulumi.get(self, "last_backup_state")
|
887
|
+
|
888
|
+
@property
|
889
|
+
@pulumi.getter(name="lastSuccessfulBackupConsistencyTime")
|
890
|
+
def last_successful_backup_consistency_time(self) -> str:
|
891
|
+
"""
|
892
|
+
If the last backup were successful, this field has the consistency date.
|
893
|
+
"""
|
894
|
+
return pulumi.get(self, "last_successful_backup_consistency_time")
|
895
|
+
|
896
|
+
|
897
|
+
@pulumi.output_type
|
898
|
+
class GetDataSourceBackupConfigInfoBackupApplianceBackupConfigResult(dict):
|
899
|
+
def __init__(__self__, *,
|
900
|
+
application_name: str,
|
901
|
+
backup_appliance_id: str,
|
902
|
+
backup_appliance_name: str,
|
903
|
+
host_name: str,
|
904
|
+
sla_id: str,
|
905
|
+
slp_name: str,
|
906
|
+
slt_name: str):
|
907
|
+
"""
|
908
|
+
:param str application_name: The name of the application.
|
909
|
+
:param str backup_appliance_id: The ID of the backup appliance.
|
910
|
+
:param str backup_appliance_name: The name of the backup appliance.
|
911
|
+
:param str host_name: The name of the host where the application is running.
|
912
|
+
:param str sla_id: The ID of the SLA of this application.
|
913
|
+
:param str slp_name: The name of the SLP associated with the application.
|
914
|
+
:param str slt_name: The name of the SLT associated with the application.
|
915
|
+
"""
|
916
|
+
pulumi.set(__self__, "application_name", application_name)
|
917
|
+
pulumi.set(__self__, "backup_appliance_id", backup_appliance_id)
|
918
|
+
pulumi.set(__self__, "backup_appliance_name", backup_appliance_name)
|
919
|
+
pulumi.set(__self__, "host_name", host_name)
|
920
|
+
pulumi.set(__self__, "sla_id", sla_id)
|
921
|
+
pulumi.set(__self__, "slp_name", slp_name)
|
922
|
+
pulumi.set(__self__, "slt_name", slt_name)
|
923
|
+
|
924
|
+
@property
|
925
|
+
@pulumi.getter(name="applicationName")
|
926
|
+
def application_name(self) -> str:
|
927
|
+
"""
|
928
|
+
The name of the application.
|
929
|
+
"""
|
930
|
+
return pulumi.get(self, "application_name")
|
931
|
+
|
932
|
+
@property
|
933
|
+
@pulumi.getter(name="backupApplianceId")
|
934
|
+
def backup_appliance_id(self) -> str:
|
935
|
+
"""
|
936
|
+
The ID of the backup appliance.
|
937
|
+
"""
|
938
|
+
return pulumi.get(self, "backup_appliance_id")
|
939
|
+
|
940
|
+
@property
|
941
|
+
@pulumi.getter(name="backupApplianceName")
|
942
|
+
def backup_appliance_name(self) -> str:
|
943
|
+
"""
|
944
|
+
The name of the backup appliance.
|
945
|
+
"""
|
946
|
+
return pulumi.get(self, "backup_appliance_name")
|
947
|
+
|
948
|
+
@property
|
949
|
+
@pulumi.getter(name="hostName")
|
950
|
+
def host_name(self) -> str:
|
951
|
+
"""
|
952
|
+
The name of the host where the application is running.
|
953
|
+
"""
|
954
|
+
return pulumi.get(self, "host_name")
|
955
|
+
|
956
|
+
@property
|
957
|
+
@pulumi.getter(name="slaId")
|
958
|
+
def sla_id(self) -> str:
|
959
|
+
"""
|
960
|
+
The ID of the SLA of this application.
|
961
|
+
"""
|
962
|
+
return pulumi.get(self, "sla_id")
|
963
|
+
|
964
|
+
@property
|
965
|
+
@pulumi.getter(name="slpName")
|
966
|
+
def slp_name(self) -> str:
|
967
|
+
"""
|
968
|
+
The name of the SLP associated with the application.
|
969
|
+
"""
|
970
|
+
return pulumi.get(self, "slp_name")
|
971
|
+
|
972
|
+
@property
|
973
|
+
@pulumi.getter(name="sltName")
|
974
|
+
def slt_name(self) -> str:
|
975
|
+
"""
|
976
|
+
The name of the SLT associated with the application.
|
977
|
+
"""
|
978
|
+
return pulumi.get(self, "slt_name")
|
979
|
+
|
980
|
+
|
981
|
+
@pulumi.output_type
|
982
|
+
class GetDataSourceBackupConfigInfoGcpBackupConfigResult(dict):
|
983
|
+
def __init__(__self__, *,
|
984
|
+
backup_plan: str,
|
985
|
+
backup_plan_association: str,
|
986
|
+
backup_plan_description: str,
|
987
|
+
backup_plan_rules: Sequence[str]):
|
988
|
+
"""
|
989
|
+
:param str backup_plan: The name of the backup plan.
|
990
|
+
:param str backup_plan_association: The name of the backup plan association.
|
991
|
+
:param str backup_plan_description: The description of the backup plan.
|
992
|
+
:param Sequence[str] backup_plan_rules: The names of the backup plan rules which point to this backupvault
|
993
|
+
"""
|
994
|
+
pulumi.set(__self__, "backup_plan", backup_plan)
|
995
|
+
pulumi.set(__self__, "backup_plan_association", backup_plan_association)
|
996
|
+
pulumi.set(__self__, "backup_plan_description", backup_plan_description)
|
997
|
+
pulumi.set(__self__, "backup_plan_rules", backup_plan_rules)
|
998
|
+
|
999
|
+
@property
|
1000
|
+
@pulumi.getter(name="backupPlan")
|
1001
|
+
def backup_plan(self) -> str:
|
1002
|
+
"""
|
1003
|
+
The name of the backup plan.
|
1004
|
+
"""
|
1005
|
+
return pulumi.get(self, "backup_plan")
|
1006
|
+
|
1007
|
+
@property
|
1008
|
+
@pulumi.getter(name="backupPlanAssociation")
|
1009
|
+
def backup_plan_association(self) -> str:
|
1010
|
+
"""
|
1011
|
+
The name of the backup plan association.
|
1012
|
+
"""
|
1013
|
+
return pulumi.get(self, "backup_plan_association")
|
1014
|
+
|
1015
|
+
@property
|
1016
|
+
@pulumi.getter(name="backupPlanDescription")
|
1017
|
+
def backup_plan_description(self) -> str:
|
1018
|
+
"""
|
1019
|
+
The description of the backup plan.
|
1020
|
+
"""
|
1021
|
+
return pulumi.get(self, "backup_plan_description")
|
1022
|
+
|
1023
|
+
@property
|
1024
|
+
@pulumi.getter(name="backupPlanRules")
|
1025
|
+
def backup_plan_rules(self) -> Sequence[str]:
|
1026
|
+
"""
|
1027
|
+
The names of the backup plan rules which point to this backupvault
|
1028
|
+
"""
|
1029
|
+
return pulumi.get(self, "backup_plan_rules")
|
1030
|
+
|
1031
|
+
|
1032
|
+
@pulumi.output_type
|
1033
|
+
class GetDataSourceDataSourceBackupApplianceApplicationResult(dict):
|
1034
|
+
def __init__(__self__, *,
|
1035
|
+
appliance_id: str,
|
1036
|
+
application_id: str,
|
1037
|
+
application_name: str,
|
1038
|
+
backup_appliance: str,
|
1039
|
+
host_id: str,
|
1040
|
+
hostname: str,
|
1041
|
+
type: str):
|
1042
|
+
"""
|
1043
|
+
:param str appliance_id: Appliance Id of the Backup Appliance.
|
1044
|
+
:param str application_id: The appid field of the application within the Backup Appliance.
|
1045
|
+
:param str application_name: The name of the Application as known to the Backup Appliance.
|
1046
|
+
:param str backup_appliance: Appliance name.
|
1047
|
+
:param str host_id: Hostid of the application host.
|
1048
|
+
:param str hostname: Hostname of the host where the application is running.
|
1049
|
+
:param str type: The type of the application. e.g. VMBackup
|
1050
|
+
"""
|
1051
|
+
pulumi.set(__self__, "appliance_id", appliance_id)
|
1052
|
+
pulumi.set(__self__, "application_id", application_id)
|
1053
|
+
pulumi.set(__self__, "application_name", application_name)
|
1054
|
+
pulumi.set(__self__, "backup_appliance", backup_appliance)
|
1055
|
+
pulumi.set(__self__, "host_id", host_id)
|
1056
|
+
pulumi.set(__self__, "hostname", hostname)
|
1057
|
+
pulumi.set(__self__, "type", type)
|
1058
|
+
|
1059
|
+
@property
|
1060
|
+
@pulumi.getter(name="applianceId")
|
1061
|
+
def appliance_id(self) -> str:
|
1062
|
+
"""
|
1063
|
+
Appliance Id of the Backup Appliance.
|
1064
|
+
"""
|
1065
|
+
return pulumi.get(self, "appliance_id")
|
1066
|
+
|
1067
|
+
@property
|
1068
|
+
@pulumi.getter(name="applicationId")
|
1069
|
+
def application_id(self) -> str:
|
1070
|
+
"""
|
1071
|
+
The appid field of the application within the Backup Appliance.
|
1072
|
+
"""
|
1073
|
+
return pulumi.get(self, "application_id")
|
1074
|
+
|
1075
|
+
@property
|
1076
|
+
@pulumi.getter(name="applicationName")
|
1077
|
+
def application_name(self) -> str:
|
1078
|
+
"""
|
1079
|
+
The name of the Application as known to the Backup Appliance.
|
1080
|
+
"""
|
1081
|
+
return pulumi.get(self, "application_name")
|
1082
|
+
|
1083
|
+
@property
|
1084
|
+
@pulumi.getter(name="backupAppliance")
|
1085
|
+
def backup_appliance(self) -> str:
|
1086
|
+
"""
|
1087
|
+
Appliance name.
|
1088
|
+
"""
|
1089
|
+
return pulumi.get(self, "backup_appliance")
|
1090
|
+
|
1091
|
+
@property
|
1092
|
+
@pulumi.getter(name="hostId")
|
1093
|
+
def host_id(self) -> str:
|
1094
|
+
"""
|
1095
|
+
Hostid of the application host.
|
1096
|
+
"""
|
1097
|
+
return pulumi.get(self, "host_id")
|
1098
|
+
|
1099
|
+
@property
|
1100
|
+
@pulumi.getter
|
1101
|
+
def hostname(self) -> str:
|
1102
|
+
"""
|
1103
|
+
Hostname of the host where the application is running.
|
1104
|
+
"""
|
1105
|
+
return pulumi.get(self, "hostname")
|
1106
|
+
|
1107
|
+
@property
|
1108
|
+
@pulumi.getter
|
1109
|
+
def type(self) -> str:
|
1110
|
+
"""
|
1111
|
+
The type of the application. e.g. VMBackup
|
1112
|
+
"""
|
1113
|
+
return pulumi.get(self, "type")
|
1114
|
+
|
1115
|
+
|
1116
|
+
@pulumi.output_type
|
1117
|
+
class GetDataSourceDataSourceGcpResourceResult(dict):
|
1118
|
+
def __init__(__self__, *,
|
1119
|
+
compute_instance_data_source_properties: Sequence['outputs.GetDataSourceDataSourceGcpResourceComputeInstanceDataSourcePropertyResult'],
|
1120
|
+
gcp_resourcename: str,
|
1121
|
+
location: str,
|
1122
|
+
type: str):
|
1123
|
+
"""
|
1124
|
+
:param Sequence['GetDataSourceDataSourceGcpResourceComputeInstanceDataSourcePropertyArgs'] compute_instance_data_source_properties: ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.
|
1125
|
+
:param str gcp_resourcename: Full resource pathname URL of the source Google Cloud resource.
|
1126
|
+
:param str location: Location of the resource: <region>/<zone>/"global"/"unspecified".
|
1127
|
+
:param str type: The type of the Google Cloud resource. Use the Unified Resource Type,
|
1128
|
+
eg. compute.googleapis.com/Instance.
|
1129
|
+
"""
|
1130
|
+
pulumi.set(__self__, "compute_instance_data_source_properties", compute_instance_data_source_properties)
|
1131
|
+
pulumi.set(__self__, "gcp_resourcename", gcp_resourcename)
|
1132
|
+
pulumi.set(__self__, "location", location)
|
1133
|
+
pulumi.set(__self__, "type", type)
|
1134
|
+
|
1135
|
+
@property
|
1136
|
+
@pulumi.getter(name="computeInstanceDataSourceProperties")
|
1137
|
+
def compute_instance_data_source_properties(self) -> Sequence['outputs.GetDataSourceDataSourceGcpResourceComputeInstanceDataSourcePropertyResult']:
|
1138
|
+
"""
|
1139
|
+
ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.
|
1140
|
+
"""
|
1141
|
+
return pulumi.get(self, "compute_instance_data_source_properties")
|
1142
|
+
|
1143
|
+
@property
|
1144
|
+
@pulumi.getter(name="gcpResourcename")
|
1145
|
+
def gcp_resourcename(self) -> str:
|
1146
|
+
"""
|
1147
|
+
Full resource pathname URL of the source Google Cloud resource.
|
1148
|
+
"""
|
1149
|
+
return pulumi.get(self, "gcp_resourcename")
|
1150
|
+
|
1151
|
+
@property
|
1152
|
+
@pulumi.getter
|
1153
|
+
def location(self) -> str:
|
1154
|
+
"""
|
1155
|
+
Location of the resource: <region>/<zone>/"global"/"unspecified".
|
1156
|
+
"""
|
1157
|
+
return pulumi.get(self, "location")
|
1158
|
+
|
1159
|
+
@property
|
1160
|
+
@pulumi.getter
|
1161
|
+
def type(self) -> str:
|
1162
|
+
"""
|
1163
|
+
The type of the Google Cloud resource. Use the Unified Resource Type,
|
1164
|
+
eg. compute.googleapis.com/Instance.
|
1165
|
+
"""
|
1166
|
+
return pulumi.get(self, "type")
|
1167
|
+
|
1168
|
+
|
1169
|
+
@pulumi.output_type
|
1170
|
+
class GetDataSourceDataSourceGcpResourceComputeInstanceDataSourcePropertyResult(dict):
|
1171
|
+
def __init__(__self__, *,
|
1172
|
+
description: str,
|
1173
|
+
machine_type: str,
|
1174
|
+
name: str,
|
1175
|
+
total_disk_count: str,
|
1176
|
+
total_disk_size_gb: str):
|
1177
|
+
"""
|
1178
|
+
:param str description: The description of the Compute Engine instance.
|
1179
|
+
:param str machine_type: The machine type of the instance.
|
1180
|
+
:param str name: Name of the compute instance backed up by the datasource.
|
1181
|
+
:param str total_disk_count: The total number of disks attached to the Instance.
|
1182
|
+
:param str total_disk_size_gb: The sum of all the disk sizes.
|
1183
|
+
"""
|
1184
|
+
pulumi.set(__self__, "description", description)
|
1185
|
+
pulumi.set(__self__, "machine_type", machine_type)
|
1186
|
+
pulumi.set(__self__, "name", name)
|
1187
|
+
pulumi.set(__self__, "total_disk_count", total_disk_count)
|
1188
|
+
pulumi.set(__self__, "total_disk_size_gb", total_disk_size_gb)
|
1189
|
+
|
1190
|
+
@property
|
1191
|
+
@pulumi.getter
|
1192
|
+
def description(self) -> str:
|
1193
|
+
"""
|
1194
|
+
The description of the Compute Engine instance.
|
1195
|
+
"""
|
1196
|
+
return pulumi.get(self, "description")
|
1197
|
+
|
1198
|
+
@property
|
1199
|
+
@pulumi.getter(name="machineType")
|
1200
|
+
def machine_type(self) -> str:
|
1201
|
+
"""
|
1202
|
+
The machine type of the instance.
|
1203
|
+
"""
|
1204
|
+
return pulumi.get(self, "machine_type")
|
1205
|
+
|
1206
|
+
@property
|
1207
|
+
@pulumi.getter
|
1208
|
+
def name(self) -> str:
|
1209
|
+
"""
|
1210
|
+
Name of the compute instance backed up by the datasource.
|
1211
|
+
"""
|
1212
|
+
return pulumi.get(self, "name")
|
1213
|
+
|
1214
|
+
@property
|
1215
|
+
@pulumi.getter(name="totalDiskCount")
|
1216
|
+
def total_disk_count(self) -> str:
|
1217
|
+
"""
|
1218
|
+
The total number of disks attached to the Instance.
|
1219
|
+
"""
|
1220
|
+
return pulumi.get(self, "total_disk_count")
|
1221
|
+
|
1222
|
+
@property
|
1223
|
+
@pulumi.getter(name="totalDiskSizeGb")
|
1224
|
+
def total_disk_size_gb(self) -> str:
|
1225
|
+
"""
|
1226
|
+
The sum of all the disk sizes.
|
1227
|
+
"""
|
1228
|
+
return pulumi.get(self, "total_disk_size_gb")
|
1229
|
+
|
1230
|
+
|
829
1231
|
@pulumi.output_type
|
830
1232
|
class GetManagementServerManagementUriResult(dict):
|
831
1233
|
def __init__(__self__, *,
|