pulumi-gcp 7.27.0__py3-none-any.whl → 7.27.0a1718086610__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 +0 -32
- pulumi_gcp/appengine/_inputs.py +0 -40
- pulumi_gcp/appengine/flexible_app_version.py +0 -47
- pulumi_gcp/appengine/outputs.py +0 -51
- pulumi_gcp/bigtable/instance.py +0 -47
- pulumi_gcp/clouddeploy/_inputs.py +0 -16
- pulumi_gcp/clouddeploy/outputs.py +0 -12
- pulumi_gcp/compute/__init__.py +0 -2
- pulumi_gcp/compute/_inputs.py +0 -84
- pulumi_gcp/compute/backend_service.py +0 -54
- pulumi_gcp/compute/disk.py +0 -68
- pulumi_gcp/compute/get_backend_service.py +1 -11
- pulumi_gcp/compute/get_disk.py +1 -11
- pulumi_gcp/compute/get_instance.py +1 -11
- pulumi_gcp/compute/get_instance_group_manager.py +1 -31
- pulumi_gcp/compute/get_instance_template.py +1 -11
- pulumi_gcp/compute/get_region_instance_template.py +1 -11
- pulumi_gcp/compute/instance.py +0 -47
- pulumi_gcp/compute/instance_from_machine_image.py +0 -47
- pulumi_gcp/compute/instance_from_template.py +0 -47
- pulumi_gcp/compute/instance_group_manager.py +0 -185
- pulumi_gcp/compute/instance_template.py +0 -47
- pulumi_gcp/compute/outputs.py +0 -1039
- pulumi_gcp/compute/region_instance_group_manager.py +0 -185
- pulumi_gcp/compute/region_instance_template.py +0 -47
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/container/_inputs.py +4 -33
- pulumi_gcp/container/cluster.py +0 -61
- pulumi_gcp/container/get_cluster.py +1 -11
- pulumi_gcp/container/outputs.py +4 -48
- pulumi_gcp/dataloss/_inputs.py +19 -185
- pulumi_gcp/dataloss/outputs.py +17 -206
- pulumi_gcp/dataloss/prevention_inspect_template.py +0 -54
- pulumi_gcp/gkebackup/_inputs.py +7 -282
- pulumi_gcp/gkebackup/backup_plan.py +0 -100
- pulumi_gcp/gkebackup/outputs.py +7 -312
- pulumi_gcp/gkebackup/restore_plan.py +0 -326
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +0 -326
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +0 -326
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +0 -326
- pulumi_gcp/healthcare/_inputs.py +1 -17
- pulumi_gcp/healthcare/dicom_store.py +0 -2
- pulumi_gcp/healthcare/fhir_store.py +60 -44
- pulumi_gcp/healthcare/outputs.py +1 -15
- pulumi_gcp/integrationconnectors/endpoint_attachment.py +0 -47
- pulumi_gcp/kms/crypto_key.py +7 -14
- pulumi_gcp/netapp/_inputs.py +0 -58
- pulumi_gcp/netapp/outputs.py +0 -67
- pulumi_gcp/netapp/volume.py +0 -54
- pulumi_gcp/networkservices/__init__.py +0 -1
- pulumi_gcp/networkservices/_inputs.py +0 -47
- pulumi_gcp/networkservices/outputs.py +0 -56
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +0 -44
- pulumi_gcp/redis/cluster.py +3 -128
- pulumi_gcp/redis/outputs.py +0 -36
- pulumi_gcp/secretmanager/_inputs.py +0 -20
- pulumi_gcp/secretmanager/outputs.py +0 -20
- pulumi_gcp/secretmanager/secret_iam_binding.py +0 -244
- pulumi_gcp/secretmanager/secret_iam_member.py +0 -244
- pulumi_gcp/secretmanager/secret_iam_policy.py +0 -224
- pulumi_gcp/securitycenter/__init__.py +0 -1
- pulumi_gcp/spanner/__init__.py +0 -1
- pulumi_gcp/spanner/_inputs.py +0 -68
- pulumi_gcp/spanner/outputs.py +0 -73
- pulumi_gcp/sql/_inputs.py +2 -8
- pulumi_gcp/sql/outputs.py +6 -9
- pulumi_gcp/workstations/_inputs.py +1 -51
- pulumi_gcp/workstations/outputs.py +2 -46
- pulumi_gcp/workstations/workstation_config.py +4 -10
- {pulumi_gcp-7.27.0.dist-info → pulumi_gcp-7.27.0a1718086610.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.27.0.dist-info → pulumi_gcp-7.27.0a1718086610.dist-info}/RECORD +76 -81
- pulumi_gcp/compute/get_security_policy.py +0 -214
- pulumi_gcp/compute/project_cloud_armor_tier.py +0 -336
- pulumi_gcp/networkservices/service_lb_policies.py +0 -782
- pulumi_gcp/securitycenter/management_organization_event_threat_detection_custom_module.py +0 -568
- pulumi_gcp/spanner/instance_config.py +0 -569
- {pulumi_gcp-7.27.0.dist-info → pulumi_gcp-7.27.0a1718086610.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.27.0.dist-info → pulumi_gcp-7.27.0a1718086610.dist-info}/top_level.txt +0 -0
pulumi_gcp/gkebackup/outputs.py
CHANGED
@@ -32,10 +32,6 @@ __all__ = [
|
|
32
32
|
'RestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKind',
|
33
33
|
'RestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKind',
|
34
34
|
'RestorePlanRestoreConfigExcludedNamespaces',
|
35
|
-
'RestorePlanRestoreConfigRestoreOrder',
|
36
|
-
'RestorePlanRestoreConfigRestoreOrderGroupKindDependency',
|
37
|
-
'RestorePlanRestoreConfigRestoreOrderGroupKindDependencyRequiring',
|
38
|
-
'RestorePlanRestoreConfigRestoreOrderGroupKindDependencySatisfying',
|
39
35
|
'RestorePlanRestoreConfigSelectedApplications',
|
40
36
|
'RestorePlanRestoreConfigSelectedApplicationsNamespacedName',
|
41
37
|
'RestorePlanRestoreConfigSelectedNamespaces',
|
@@ -43,7 +39,6 @@ __all__ = [
|
|
43
39
|
'RestorePlanRestoreConfigTransformationRuleFieldAction',
|
44
40
|
'RestorePlanRestoreConfigTransformationRuleResourceFilter',
|
45
41
|
'RestorePlanRestoreConfigTransformationRuleResourceFilterGroupKind',
|
46
|
-
'RestorePlanRestoreConfigVolumeDataRestorePolicyBinding',
|
47
42
|
]
|
48
43
|
|
49
44
|
@pulumi.output_type
|
@@ -59,8 +54,6 @@ class BackupPlanBackupConfig(dict):
|
|
59
54
|
suggest = "include_secrets"
|
60
55
|
elif key == "includeVolumeData":
|
61
56
|
suggest = "include_volume_data"
|
62
|
-
elif key == "permissiveMode":
|
63
|
-
suggest = "permissive_mode"
|
64
57
|
elif key == "selectedApplications":
|
65
58
|
suggest = "selected_applications"
|
66
59
|
elif key == "selectedNamespaces":
|
@@ -82,7 +75,6 @@ class BackupPlanBackupConfig(dict):
|
|
82
75
|
encryption_key: Optional['outputs.BackupPlanBackupConfigEncryptionKey'] = None,
|
83
76
|
include_secrets: Optional[bool] = None,
|
84
77
|
include_volume_data: Optional[bool] = None,
|
85
|
-
permissive_mode: Optional[bool] = None,
|
86
78
|
selected_applications: Optional['outputs.BackupPlanBackupConfigSelectedApplications'] = None,
|
87
79
|
selected_namespaces: Optional['outputs.BackupPlanBackupConfigSelectedNamespaces'] = None):
|
88
80
|
"""
|
@@ -94,9 +86,6 @@ class BackupPlanBackupConfig(dict):
|
|
94
86
|
when they fall into the scope of Backups.
|
95
87
|
:param bool include_volume_data: This flag specifies whether volume data should be backed up when PVCs are
|
96
88
|
included in the scope of a Backup.
|
97
|
-
:param bool permissive_mode: This flag specifies whether Backups will not fail when
|
98
|
-
Backup for GKE detects Kubernetes configuration that is
|
99
|
-
non-standard or requires additional setup to restore.
|
100
89
|
:param 'BackupPlanBackupConfigSelectedApplicationsArgs' selected_applications: A list of namespaced Kubernetes Resources.
|
101
90
|
Structure is documented below.
|
102
91
|
:param 'BackupPlanBackupConfigSelectedNamespacesArgs' selected_namespaces: If set, include just the resources in the listed namespaces.
|
@@ -110,8 +99,6 @@ class BackupPlanBackupConfig(dict):
|
|
110
99
|
pulumi.set(__self__, "include_secrets", include_secrets)
|
111
100
|
if include_volume_data is not None:
|
112
101
|
pulumi.set(__self__, "include_volume_data", include_volume_data)
|
113
|
-
if permissive_mode is not None:
|
114
|
-
pulumi.set(__self__, "permissive_mode", permissive_mode)
|
115
102
|
if selected_applications is not None:
|
116
103
|
pulumi.set(__self__, "selected_applications", selected_applications)
|
117
104
|
if selected_namespaces is not None:
|
@@ -153,16 +140,6 @@ class BackupPlanBackupConfig(dict):
|
|
153
140
|
"""
|
154
141
|
return pulumi.get(self, "include_volume_data")
|
155
142
|
|
156
|
-
@property
|
157
|
-
@pulumi.getter(name="permissiveMode")
|
158
|
-
def permissive_mode(self) -> Optional[bool]:
|
159
|
-
"""
|
160
|
-
This flag specifies whether Backups will not fail when
|
161
|
-
Backup for GKE detects Kubernetes configuration that is
|
162
|
-
non-standard or requires additional setup to restore.
|
163
|
-
"""
|
164
|
-
return pulumi.get(self, "permissive_mode")
|
165
|
-
|
166
143
|
@property
|
167
144
|
@pulumi.getter(name="selectedApplications")
|
168
145
|
def selected_applications(self) -> Optional['outputs.BackupPlanBackupConfigSelectedApplications']:
|
@@ -917,8 +894,6 @@ class RestorePlanRestoreConfig(dict):
|
|
917
894
|
suggest = "namespaced_resource_restore_mode"
|
918
895
|
elif key == "noNamespaces":
|
919
896
|
suggest = "no_namespaces"
|
920
|
-
elif key == "restoreOrder":
|
921
|
-
suggest = "restore_order"
|
922
897
|
elif key == "selectedApplications":
|
923
898
|
suggest = "selected_applications"
|
924
899
|
elif key == "selectedNamespaces":
|
@@ -927,8 +902,6 @@ class RestorePlanRestoreConfig(dict):
|
|
927
902
|
suggest = "transformation_rules"
|
928
903
|
elif key == "volumeDataRestorePolicy":
|
929
904
|
suggest = "volume_data_restore_policy"
|
930
|
-
elif key == "volumeDataRestorePolicyBindings":
|
931
|
-
suggest = "volume_data_restore_policy_bindings"
|
932
905
|
|
933
906
|
if suggest:
|
934
907
|
pulumi.log.warn(f"Key '{key}' not found in RestorePlanRestoreConfig. Access the value via the '{suggest}' property getter instead.")
|
@@ -948,12 +921,10 @@ class RestorePlanRestoreConfig(dict):
|
|
948
921
|
excluded_namespaces: Optional['outputs.RestorePlanRestoreConfigExcludedNamespaces'] = None,
|
949
922
|
namespaced_resource_restore_mode: Optional[str] = None,
|
950
923
|
no_namespaces: Optional[bool] = None,
|
951
|
-
restore_order: Optional['outputs.RestorePlanRestoreConfigRestoreOrder'] = None,
|
952
924
|
selected_applications: Optional['outputs.RestorePlanRestoreConfigSelectedApplications'] = None,
|
953
925
|
selected_namespaces: Optional['outputs.RestorePlanRestoreConfigSelectedNamespaces'] = None,
|
954
926
|
transformation_rules: Optional[Sequence['outputs.RestorePlanRestoreConfigTransformationRule']] = None,
|
955
|
-
volume_data_restore_policy: Optional[str] = None
|
956
|
-
volume_data_restore_policy_bindings: Optional[Sequence['outputs.RestorePlanRestoreConfigVolumeDataRestorePolicyBinding']] = None):
|
927
|
+
volume_data_restore_policy: Optional[str] = None):
|
957
928
|
"""
|
958
929
|
:param bool all_namespaces: If True, restore all namespaced resources in the Backup.
|
959
930
|
Setting this field to False will result in an error.
|
@@ -975,11 +946,9 @@ class RestorePlanRestoreConfig(dict):
|
|
975
946
|
if the `namespacedResourceRestoreScope` is anything other than `noNamespaces`.
|
976
947
|
See https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/RestoreConfig#namespacedresourcerestoremode
|
977
948
|
for more information on each mode.
|
978
|
-
Possible values are: `DELETE_AND_RESTORE`, `FAIL_ON_CONFLICT
|
949
|
+
Possible values are: `DELETE_AND_RESTORE`, `FAIL_ON_CONFLICT`.
|
979
950
|
:param bool no_namespaces: Do not restore any namespaced resources if set to "True".
|
980
951
|
Specifying this field to "False" is not allowed.
|
981
|
-
:param 'RestorePlanRestoreConfigRestoreOrderArgs' restore_order: It contains custom ordering to use on a Restore.
|
982
|
-
Structure is documented below.
|
983
952
|
:param 'RestorePlanRestoreConfigSelectedApplicationsArgs' selected_applications: A list of selected ProtectedApplications to restore.
|
984
953
|
The listed ProtectedApplications and all the resources
|
985
954
|
to which they refer will be restored.
|
@@ -1000,10 +969,6 @@ class RestorePlanRestoreConfig(dict):
|
|
1000
969
|
See https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/RestoreConfig#VolumeDataRestorePolicy
|
1001
970
|
for more information on each policy option.
|
1002
971
|
Possible values are: `RESTORE_VOLUME_DATA_FROM_BACKUP`, `REUSE_VOLUME_HANDLE_FROM_BACKUP`, `NO_VOLUME_DATA_RESTORATION`.
|
1003
|
-
:param Sequence['RestorePlanRestoreConfigVolumeDataRestorePolicyBindingArgs'] volume_data_restore_policy_bindings: A table that binds volumes by their scope to a restore policy. Bindings
|
1004
|
-
must have a unique scope. Any volumes not scoped in the bindings are
|
1005
|
-
subject to the policy defined in volume_data_restore_policy.
|
1006
|
-
Structure is documented below.
|
1007
972
|
"""
|
1008
973
|
if all_namespaces is not None:
|
1009
974
|
pulumi.set(__self__, "all_namespaces", all_namespaces)
|
@@ -1017,8 +982,6 @@ class RestorePlanRestoreConfig(dict):
|
|
1017
982
|
pulumi.set(__self__, "namespaced_resource_restore_mode", namespaced_resource_restore_mode)
|
1018
983
|
if no_namespaces is not None:
|
1019
984
|
pulumi.set(__self__, "no_namespaces", no_namespaces)
|
1020
|
-
if restore_order is not None:
|
1021
|
-
pulumi.set(__self__, "restore_order", restore_order)
|
1022
985
|
if selected_applications is not None:
|
1023
986
|
pulumi.set(__self__, "selected_applications", selected_applications)
|
1024
987
|
if selected_namespaces is not None:
|
@@ -1027,8 +990,6 @@ class RestorePlanRestoreConfig(dict):
|
|
1027
990
|
pulumi.set(__self__, "transformation_rules", transformation_rules)
|
1028
991
|
if volume_data_restore_policy is not None:
|
1029
992
|
pulumi.set(__self__, "volume_data_restore_policy", volume_data_restore_policy)
|
1030
|
-
if volume_data_restore_policy_bindings is not None:
|
1031
|
-
pulumi.set(__self__, "volume_data_restore_policy_bindings", volume_data_restore_policy_bindings)
|
1032
993
|
|
1033
994
|
@property
|
1034
995
|
@pulumi.getter(name="allNamespaces")
|
@@ -1082,7 +1043,7 @@ class RestorePlanRestoreConfig(dict):
|
|
1082
1043
|
if the `namespacedResourceRestoreScope` is anything other than `noNamespaces`.
|
1083
1044
|
See https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/RestoreConfig#namespacedresourcerestoremode
|
1084
1045
|
for more information on each mode.
|
1085
|
-
Possible values are: `DELETE_AND_RESTORE`, `FAIL_ON_CONFLICT
|
1046
|
+
Possible values are: `DELETE_AND_RESTORE`, `FAIL_ON_CONFLICT`.
|
1086
1047
|
"""
|
1087
1048
|
return pulumi.get(self, "namespaced_resource_restore_mode")
|
1088
1049
|
|
@@ -1095,15 +1056,6 @@ class RestorePlanRestoreConfig(dict):
|
|
1095
1056
|
"""
|
1096
1057
|
return pulumi.get(self, "no_namespaces")
|
1097
1058
|
|
1098
|
-
@property
|
1099
|
-
@pulumi.getter(name="restoreOrder")
|
1100
|
-
def restore_order(self) -> Optional['outputs.RestorePlanRestoreConfigRestoreOrder']:
|
1101
|
-
"""
|
1102
|
-
It contains custom ordering to use on a Restore.
|
1103
|
-
Structure is documented below.
|
1104
|
-
"""
|
1105
|
-
return pulumi.get(self, "restore_order")
|
1106
|
-
|
1107
1059
|
@property
|
1108
1060
|
@pulumi.getter(name="selectedApplications")
|
1109
1061
|
def selected_applications(self) -> Optional['outputs.RestorePlanRestoreConfigSelectedApplications']:
|
@@ -1152,17 +1104,6 @@ class RestorePlanRestoreConfig(dict):
|
|
1152
1104
|
"""
|
1153
1105
|
return pulumi.get(self, "volume_data_restore_policy")
|
1154
1106
|
|
1155
|
-
@property
|
1156
|
-
@pulumi.getter(name="volumeDataRestorePolicyBindings")
|
1157
|
-
def volume_data_restore_policy_bindings(self) -> Optional[Sequence['outputs.RestorePlanRestoreConfigVolumeDataRestorePolicyBinding']]:
|
1158
|
-
"""
|
1159
|
-
A table that binds volumes by their scope to a restore policy. Bindings
|
1160
|
-
must have a unique scope. Any volumes not scoped in the bindings are
|
1161
|
-
subject to the policy defined in volume_data_restore_policy.
|
1162
|
-
Structure is documented below.
|
1163
|
-
"""
|
1164
|
-
return pulumi.get(self, "volume_data_restore_policy_bindings")
|
1165
|
-
|
1166
1107
|
|
1167
1108
|
@pulumi.output_type
|
1168
1109
|
class RestorePlanRestoreConfigClusterResourceRestoreScope(dict):
|
@@ -1390,200 +1331,6 @@ class RestorePlanRestoreConfigExcludedNamespaces(dict):
|
|
1390
1331
|
return pulumi.get(self, "namespaces")
|
1391
1332
|
|
1392
1333
|
|
1393
|
-
@pulumi.output_type
|
1394
|
-
class RestorePlanRestoreConfigRestoreOrder(dict):
|
1395
|
-
@staticmethod
|
1396
|
-
def __key_warning(key: str):
|
1397
|
-
suggest = None
|
1398
|
-
if key == "groupKindDependencies":
|
1399
|
-
suggest = "group_kind_dependencies"
|
1400
|
-
|
1401
|
-
if suggest:
|
1402
|
-
pulumi.log.warn(f"Key '{key}' not found in RestorePlanRestoreConfigRestoreOrder. Access the value via the '{suggest}' property getter instead.")
|
1403
|
-
|
1404
|
-
def __getitem__(self, key: str) -> Any:
|
1405
|
-
RestorePlanRestoreConfigRestoreOrder.__key_warning(key)
|
1406
|
-
return super().__getitem__(key)
|
1407
|
-
|
1408
|
-
def get(self, key: str, default = None) -> Any:
|
1409
|
-
RestorePlanRestoreConfigRestoreOrder.__key_warning(key)
|
1410
|
-
return super().get(key, default)
|
1411
|
-
|
1412
|
-
def __init__(__self__, *,
|
1413
|
-
group_kind_dependencies: Sequence['outputs.RestorePlanRestoreConfigRestoreOrderGroupKindDependency']):
|
1414
|
-
"""
|
1415
|
-
:param Sequence['RestorePlanRestoreConfigRestoreOrderGroupKindDependencyArgs'] group_kind_dependencies: A list of group kind dependency pairs
|
1416
|
-
that is used by Backup for GKE to
|
1417
|
-
generate a group kind restore order.
|
1418
|
-
Structure is documented below.
|
1419
|
-
"""
|
1420
|
-
pulumi.set(__self__, "group_kind_dependencies", group_kind_dependencies)
|
1421
|
-
|
1422
|
-
@property
|
1423
|
-
@pulumi.getter(name="groupKindDependencies")
|
1424
|
-
def group_kind_dependencies(self) -> Sequence['outputs.RestorePlanRestoreConfigRestoreOrderGroupKindDependency']:
|
1425
|
-
"""
|
1426
|
-
A list of group kind dependency pairs
|
1427
|
-
that is used by Backup for GKE to
|
1428
|
-
generate a group kind restore order.
|
1429
|
-
Structure is documented below.
|
1430
|
-
"""
|
1431
|
-
return pulumi.get(self, "group_kind_dependencies")
|
1432
|
-
|
1433
|
-
|
1434
|
-
@pulumi.output_type
|
1435
|
-
class RestorePlanRestoreConfigRestoreOrderGroupKindDependency(dict):
|
1436
|
-
def __init__(__self__, *,
|
1437
|
-
requiring: 'outputs.RestorePlanRestoreConfigRestoreOrderGroupKindDependencyRequiring',
|
1438
|
-
satisfying: 'outputs.RestorePlanRestoreConfigRestoreOrderGroupKindDependencySatisfying'):
|
1439
|
-
"""
|
1440
|
-
:param 'RestorePlanRestoreConfigRestoreOrderGroupKindDependencyRequiringArgs' requiring: The requiring group kind requires that the satisfying
|
1441
|
-
group kind be restored first.
|
1442
|
-
Structure is documented below.
|
1443
|
-
:param 'RestorePlanRestoreConfigRestoreOrderGroupKindDependencySatisfyingArgs' satisfying: The satisfying group kind must be restored first
|
1444
|
-
in order to satisfy the dependency.
|
1445
|
-
Structure is documented below.
|
1446
|
-
"""
|
1447
|
-
pulumi.set(__self__, "requiring", requiring)
|
1448
|
-
pulumi.set(__self__, "satisfying", satisfying)
|
1449
|
-
|
1450
|
-
@property
|
1451
|
-
@pulumi.getter
|
1452
|
-
def requiring(self) -> 'outputs.RestorePlanRestoreConfigRestoreOrderGroupKindDependencyRequiring':
|
1453
|
-
"""
|
1454
|
-
The requiring group kind requires that the satisfying
|
1455
|
-
group kind be restored first.
|
1456
|
-
Structure is documented below.
|
1457
|
-
"""
|
1458
|
-
return pulumi.get(self, "requiring")
|
1459
|
-
|
1460
|
-
@property
|
1461
|
-
@pulumi.getter
|
1462
|
-
def satisfying(self) -> 'outputs.RestorePlanRestoreConfigRestoreOrderGroupKindDependencySatisfying':
|
1463
|
-
"""
|
1464
|
-
The satisfying group kind must be restored first
|
1465
|
-
in order to satisfy the dependency.
|
1466
|
-
Structure is documented below.
|
1467
|
-
"""
|
1468
|
-
return pulumi.get(self, "satisfying")
|
1469
|
-
|
1470
|
-
|
1471
|
-
@pulumi.output_type
|
1472
|
-
class RestorePlanRestoreConfigRestoreOrderGroupKindDependencyRequiring(dict):
|
1473
|
-
@staticmethod
|
1474
|
-
def __key_warning(key: str):
|
1475
|
-
suggest = None
|
1476
|
-
if key == "resourceGroup":
|
1477
|
-
suggest = "resource_group"
|
1478
|
-
elif key == "resourceKind":
|
1479
|
-
suggest = "resource_kind"
|
1480
|
-
|
1481
|
-
if suggest:
|
1482
|
-
pulumi.log.warn(f"Key '{key}' not found in RestorePlanRestoreConfigRestoreOrderGroupKindDependencyRequiring. Access the value via the '{suggest}' property getter instead.")
|
1483
|
-
|
1484
|
-
def __getitem__(self, key: str) -> Any:
|
1485
|
-
RestorePlanRestoreConfigRestoreOrderGroupKindDependencyRequiring.__key_warning(key)
|
1486
|
-
return super().__getitem__(key)
|
1487
|
-
|
1488
|
-
def get(self, key: str, default = None) -> Any:
|
1489
|
-
RestorePlanRestoreConfigRestoreOrderGroupKindDependencyRequiring.__key_warning(key)
|
1490
|
-
return super().get(key, default)
|
1491
|
-
|
1492
|
-
def __init__(__self__, *,
|
1493
|
-
resource_group: Optional[str] = None,
|
1494
|
-
resource_kind: Optional[str] = None):
|
1495
|
-
"""
|
1496
|
-
:param str resource_group: API Group of a Kubernetes resource, e.g.
|
1497
|
-
"apiextensions.k8s.io", "storage.k8s.io", etc.
|
1498
|
-
Use empty string for core group.
|
1499
|
-
:param str resource_kind: Kind of a Kubernetes resource, e.g.
|
1500
|
-
"CustomResourceDefinition", "StorageClass", etc.
|
1501
|
-
|
1502
|
-
- - -
|
1503
|
-
"""
|
1504
|
-
if resource_group is not None:
|
1505
|
-
pulumi.set(__self__, "resource_group", resource_group)
|
1506
|
-
if resource_kind is not None:
|
1507
|
-
pulumi.set(__self__, "resource_kind", resource_kind)
|
1508
|
-
|
1509
|
-
@property
|
1510
|
-
@pulumi.getter(name="resourceGroup")
|
1511
|
-
def resource_group(self) -> Optional[str]:
|
1512
|
-
"""
|
1513
|
-
API Group of a Kubernetes resource, e.g.
|
1514
|
-
"apiextensions.k8s.io", "storage.k8s.io", etc.
|
1515
|
-
Use empty string for core group.
|
1516
|
-
"""
|
1517
|
-
return pulumi.get(self, "resource_group")
|
1518
|
-
|
1519
|
-
@property
|
1520
|
-
@pulumi.getter(name="resourceKind")
|
1521
|
-
def resource_kind(self) -> Optional[str]:
|
1522
|
-
"""
|
1523
|
-
Kind of a Kubernetes resource, e.g.
|
1524
|
-
"CustomResourceDefinition", "StorageClass", etc.
|
1525
|
-
|
1526
|
-
- - -
|
1527
|
-
"""
|
1528
|
-
return pulumi.get(self, "resource_kind")
|
1529
|
-
|
1530
|
-
|
1531
|
-
@pulumi.output_type
|
1532
|
-
class RestorePlanRestoreConfigRestoreOrderGroupKindDependencySatisfying(dict):
|
1533
|
-
@staticmethod
|
1534
|
-
def __key_warning(key: str):
|
1535
|
-
suggest = None
|
1536
|
-
if key == "resourceGroup":
|
1537
|
-
suggest = "resource_group"
|
1538
|
-
elif key == "resourceKind":
|
1539
|
-
suggest = "resource_kind"
|
1540
|
-
|
1541
|
-
if suggest:
|
1542
|
-
pulumi.log.warn(f"Key '{key}' not found in RestorePlanRestoreConfigRestoreOrderGroupKindDependencySatisfying. Access the value via the '{suggest}' property getter instead.")
|
1543
|
-
|
1544
|
-
def __getitem__(self, key: str) -> Any:
|
1545
|
-
RestorePlanRestoreConfigRestoreOrderGroupKindDependencySatisfying.__key_warning(key)
|
1546
|
-
return super().__getitem__(key)
|
1547
|
-
|
1548
|
-
def get(self, key: str, default = None) -> Any:
|
1549
|
-
RestorePlanRestoreConfigRestoreOrderGroupKindDependencySatisfying.__key_warning(key)
|
1550
|
-
return super().get(key, default)
|
1551
|
-
|
1552
|
-
def __init__(__self__, *,
|
1553
|
-
resource_group: Optional[str] = None,
|
1554
|
-
resource_kind: Optional[str] = None):
|
1555
|
-
"""
|
1556
|
-
:param str resource_group: API Group of a Kubernetes resource, e.g.
|
1557
|
-
"apiextensions.k8s.io", "storage.k8s.io", etc.
|
1558
|
-
Use empty string for core group.
|
1559
|
-
:param str resource_kind: Kind of a Kubernetes resource, e.g.
|
1560
|
-
"CustomResourceDefinition", "StorageClass", etc.
|
1561
|
-
"""
|
1562
|
-
if resource_group is not None:
|
1563
|
-
pulumi.set(__self__, "resource_group", resource_group)
|
1564
|
-
if resource_kind is not None:
|
1565
|
-
pulumi.set(__self__, "resource_kind", resource_kind)
|
1566
|
-
|
1567
|
-
@property
|
1568
|
-
@pulumi.getter(name="resourceGroup")
|
1569
|
-
def resource_group(self) -> Optional[str]:
|
1570
|
-
"""
|
1571
|
-
API Group of a Kubernetes resource, e.g.
|
1572
|
-
"apiextensions.k8s.io", "storage.k8s.io", etc.
|
1573
|
-
Use empty string for core group.
|
1574
|
-
"""
|
1575
|
-
return pulumi.get(self, "resource_group")
|
1576
|
-
|
1577
|
-
@property
|
1578
|
-
@pulumi.getter(name="resourceKind")
|
1579
|
-
def resource_kind(self) -> Optional[str]:
|
1580
|
-
"""
|
1581
|
-
Kind of a Kubernetes resource, e.g.
|
1582
|
-
"CustomResourceDefinition", "StorageClass", etc.
|
1583
|
-
"""
|
1584
|
-
return pulumi.get(self, "resource_kind")
|
1585
|
-
|
1586
|
-
|
1587
1334
|
@pulumi.output_type
|
1588
1335
|
class RestorePlanRestoreConfigSelectedApplications(dict):
|
1589
1336
|
@staticmethod
|
@@ -1780,6 +1527,8 @@ class RestorePlanRestoreConfigTransformationRuleFieldAction(dict):
|
|
1780
1527
|
location within the target document where the operation is performed.
|
1781
1528
|
:param str value: A string that specifies the desired value in string format
|
1782
1529
|
to use for transformation.
|
1530
|
+
|
1531
|
+
- - -
|
1783
1532
|
"""
|
1784
1533
|
pulumi.set(__self__, "op", op)
|
1785
1534
|
if from_path is not None:
|
@@ -1822,6 +1571,8 @@ class RestorePlanRestoreConfigTransformationRuleFieldAction(dict):
|
|
1822
1571
|
"""
|
1823
1572
|
A string that specifies the desired value in string format
|
1824
1573
|
to use for transformation.
|
1574
|
+
|
1575
|
+
- - -
|
1825
1576
|
"""
|
1826
1577
|
return pulumi.get(self, "value")
|
1827
1578
|
|
@@ -1972,59 +1723,3 @@ class RestorePlanRestoreConfigTransformationRuleResourceFilterGroupKind(dict):
|
|
1972
1723
|
return pulumi.get(self, "resource_kind")
|
1973
1724
|
|
1974
1725
|
|
1975
|
-
@pulumi.output_type
|
1976
|
-
class RestorePlanRestoreConfigVolumeDataRestorePolicyBinding(dict):
|
1977
|
-
@staticmethod
|
1978
|
-
def __key_warning(key: str):
|
1979
|
-
suggest = None
|
1980
|
-
if key == "volumeType":
|
1981
|
-
suggest = "volume_type"
|
1982
|
-
|
1983
|
-
if suggest:
|
1984
|
-
pulumi.log.warn(f"Key '{key}' not found in RestorePlanRestoreConfigVolumeDataRestorePolicyBinding. Access the value via the '{suggest}' property getter instead.")
|
1985
|
-
|
1986
|
-
def __getitem__(self, key: str) -> Any:
|
1987
|
-
RestorePlanRestoreConfigVolumeDataRestorePolicyBinding.__key_warning(key)
|
1988
|
-
return super().__getitem__(key)
|
1989
|
-
|
1990
|
-
def get(self, key: str, default = None) -> Any:
|
1991
|
-
RestorePlanRestoreConfigVolumeDataRestorePolicyBinding.__key_warning(key)
|
1992
|
-
return super().get(key, default)
|
1993
|
-
|
1994
|
-
def __init__(__self__, *,
|
1995
|
-
policy: str,
|
1996
|
-
volume_type: str):
|
1997
|
-
"""
|
1998
|
-
:param str policy: Specifies the mechanism to be used to restore this volume data.
|
1999
|
-
See https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/RestoreConfig#VolumeDataRestorePolicy
|
2000
|
-
for more information on each policy option.
|
2001
|
-
Possible values are: `RESTORE_VOLUME_DATA_FROM_BACKUP`, `REUSE_VOLUME_HANDLE_FROM_BACKUP`, `NO_VOLUME_DATA_RESTORATION`.
|
2002
|
-
:param str volume_type: The volume type, as determined by the PVC's
|
2003
|
-
bound PV, to apply the policy to.
|
2004
|
-
Possible values are: `GCE_PERSISTENT_DISK`.
|
2005
|
-
"""
|
2006
|
-
pulumi.set(__self__, "policy", policy)
|
2007
|
-
pulumi.set(__self__, "volume_type", volume_type)
|
2008
|
-
|
2009
|
-
@property
|
2010
|
-
@pulumi.getter
|
2011
|
-
def policy(self) -> str:
|
2012
|
-
"""
|
2013
|
-
Specifies the mechanism to be used to restore this volume data.
|
2014
|
-
See https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/RestoreConfig#VolumeDataRestorePolicy
|
2015
|
-
for more information on each policy option.
|
2016
|
-
Possible values are: `RESTORE_VOLUME_DATA_FROM_BACKUP`, `REUSE_VOLUME_HANDLE_FROM_BACKUP`, `NO_VOLUME_DATA_RESTORATION`.
|
2017
|
-
"""
|
2018
|
-
return pulumi.get(self, "policy")
|
2019
|
-
|
2020
|
-
@property
|
2021
|
-
@pulumi.getter(name="volumeType")
|
2022
|
-
def volume_type(self) -> str:
|
2023
|
-
"""
|
2024
|
-
The volume type, as determined by the PVC's
|
2025
|
-
bound PV, to apply the policy to.
|
2026
|
-
Possible values are: `GCE_PERSISTENT_DISK`.
|
2027
|
-
"""
|
2028
|
-
return pulumi.get(self, "volume_type")
|
2029
|
-
|
2030
|
-
|