pulumi-gcp 8.9.0a1731366299__py3-none-any.whl → 8.9.0a1731480835__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 +64 -0
- pulumi_gcp/activedirectory/domain.py +24 -0
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/_inputs.py +74 -0
- pulumi_gcp/apigee/api.py +456 -0
- pulumi_gcp/apigee/outputs.py +65 -0
- pulumi_gcp/applicationintegration/auth_config.py +24 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +4 -0
- pulumi_gcp/backupdisasterrecovery/_inputs.py +533 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +653 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +766 -0
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +146 -6
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +204 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +243 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +702 -0
- pulumi_gcp/bigquery/data_transfer_config.py +24 -0
- pulumi_gcp/cloudrunv2/_inputs.py +46 -0
- pulumi_gcp/cloudrunv2/job.py +0 -2
- pulumi_gcp/cloudrunv2/outputs.py +60 -2
- pulumi_gcp/cloudrunv2/service.py +0 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +2163 -256
- pulumi_gcp/compute/disk.py +7 -7
- pulumi_gcp/compute/firewall_policy_rule.py +108 -54
- pulumi_gcp/compute/get_region_instance_group_manager.py +12 -1
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/network_firewall_policy_rule.py +4 -4
- pulumi_gcp/compute/network_firewall_policy_with_rules.py +10 -10
- pulumi_gcp/compute/node_template.py +95 -0
- pulumi_gcp/compute/outputs.py +1639 -213
- pulumi_gcp/compute/region_disk.py +7 -7
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +54 -14
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +4 -4
- pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +10 -10
- pulumi_gcp/compute/region_resize_request.py +772 -0
- pulumi_gcp/compute/region_security_policy.py +120 -0
- pulumi_gcp/compute/region_security_policy_rule.py +6 -6
- pulumi_gcp/compute/router_peer.py +56 -35
- pulumi_gcp/compute/security_scan_config.py +8 -8
- pulumi_gcp/config/__init__.pyi +4 -0
- pulumi_gcp/config/vars.py +8 -0
- pulumi_gcp/container/_inputs.py +345 -10
- pulumi_gcp/container/cluster.py +101 -0
- pulumi_gcp/container/get_cluster.py +23 -1
- pulumi_gcp/container/outputs.py +456 -8
- pulumi_gcp/dataloss/prevention_discovery_config.py +7 -7
- pulumi_gcp/dataproc/__init__.py +2 -0
- pulumi_gcp/dataproc/_inputs.py +101 -0
- pulumi_gcp/dataproc/gdc_application_environment.py +931 -0
- pulumi_gcp/dataproc/gdc_service_instance.py +1022 -0
- pulumi_gcp/dataproc/outputs.py +94 -0
- pulumi_gcp/edgecontainer/vpn_connection.py +4 -4
- pulumi_gcp/firebase/android_app.py +2 -2
- pulumi_gcp/firebase/apple_app.py +2 -2
- pulumi_gcp/firebase/web_app.py +2 -2
- pulumi_gcp/firestore/index.py +44 -0
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/healthcare/dataset.py +7 -7
- pulumi_gcp/healthcare/dicom_store.py +7 -7
- pulumi_gcp/healthcare/fhir_store.py +7 -7
- pulumi_gcp/healthcare/hl7_store.py +14 -14
- pulumi_gcp/iam/__init__.py +1 -0
- pulumi_gcp/iam/_inputs.py +161 -0
- pulumi_gcp/iam/outputs.py +114 -0
- pulumi_gcp/iam/principal_access_boundary_policy.py +679 -0
- pulumi_gcp/logging/metric.py +2 -2
- pulumi_gcp/looker/_inputs.py +6 -0
- pulumi_gcp/looker/instance.py +169 -321
- pulumi_gcp/looker/outputs.py +4 -0
- pulumi_gcp/memorystore/instance.py +4 -0
- pulumi_gcp/monitoring/alert_policy.py +24 -0
- pulumi_gcp/monitoring/custom_service.py +24 -0
- pulumi_gcp/monitoring/group.py +24 -0
- pulumi_gcp/monitoring/metric_descriptor.py +24 -0
- pulumi_gcp/monitoring/slo.py +24 -0
- pulumi_gcp/monitoring/uptime_check_config.py +24 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +1358 -0
- pulumi_gcp/osconfig/patch_deployment.py +8 -8
- pulumi_gcp/provider.py +40 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +3 -3
- pulumi_gcp/redis/outputs.py +2 -2
- pulumi_gcp/securitycenter/notification_config.py +4 -16
- pulumi_gcp/securitycenter/project_notification_config.py +0 -24
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +4 -16
- pulumi_gcp/spanner/__init__.py +1 -0
- pulumi_gcp/spanner/_inputs.py +9 -9
- pulumi_gcp/spanner/get_database.py +229 -0
- pulumi_gcp/spanner/get_instance.py +12 -1
- pulumi_gcp/spanner/instance.py +70 -0
- pulumi_gcp/spanner/outputs.py +46 -12
- pulumi_gcp/sql/_inputs.py +26 -0
- pulumi_gcp/sql/database_instance.py +124 -11
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +51 -0
- pulumi_gcp/storage/_inputs.py +3 -3
- pulumi_gcp/storage/outputs.py +2 -2
- pulumi_gcp/tags/tag_binding.py +4 -4
- pulumi_gcp/tags/tag_value.py +2 -2
- pulumi_gcp/transcoder/job.py +24 -0
- pulumi_gcp/vertex/_inputs.py +184 -0
- pulumi_gcp/vertex/ai_endpoint.py +394 -8
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/outputs.py +166 -0
- pulumi_gcp/workbench/instance.py +21 -7
- pulumi_gcp/workflows/workflow.py +36 -0
- pulumi_gcp/workstations/workstation_config.py +8 -8
- {pulumi_gcp-8.9.0a1731366299.dist-info → pulumi_gcp-8.9.0a1731480835.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.9.0a1731366299.dist-info → pulumi_gcp-8.9.0a1731480835.dist-info}/RECORD +114 -103
- {pulumi_gcp-8.9.0a1731366299.dist-info → pulumi_gcp-8.9.0a1731480835.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.9.0a1731366299.dist-info → pulumi_gcp-8.9.0a1731480835.dist-info}/top_level.txt +0 -0
@@ -15,6 +15,18 @@ else:
|
|
15
15
|
from .. import _utilities
|
16
16
|
|
17
17
|
__all__ = [
|
18
|
+
'BackupPlanAssociationRulesConfigInfoArgs',
|
19
|
+
'BackupPlanAssociationRulesConfigInfoArgsDict',
|
20
|
+
'BackupPlanAssociationRulesConfigInfoLastBackupErrorArgs',
|
21
|
+
'BackupPlanAssociationRulesConfigInfoLastBackupErrorArgsDict',
|
22
|
+
'BackupPlanBackupRuleArgs',
|
23
|
+
'BackupPlanBackupRuleArgsDict',
|
24
|
+
'BackupPlanBackupRuleStandardScheduleArgs',
|
25
|
+
'BackupPlanBackupRuleStandardScheduleArgsDict',
|
26
|
+
'BackupPlanBackupRuleStandardScheduleBackupWindowArgs',
|
27
|
+
'BackupPlanBackupRuleStandardScheduleBackupWindowArgsDict',
|
28
|
+
'BackupPlanBackupRuleStandardScheduleWeekDayOfMonthArgs',
|
29
|
+
'BackupPlanBackupRuleStandardScheduleWeekDayOfMonthArgsDict',
|
18
30
|
'ManagementServerManagementUriArgs',
|
19
31
|
'ManagementServerManagementUriArgsDict',
|
20
32
|
'ManagementServerNetworkArgs',
|
@@ -23,6 +35,527 @@ __all__ = [
|
|
23
35
|
|
24
36
|
MYPY = False
|
25
37
|
|
38
|
+
if not MYPY:
|
39
|
+
class BackupPlanAssociationRulesConfigInfoArgsDict(TypedDict):
|
40
|
+
last_backup_errors: NotRequired[pulumi.Input[Sequence[pulumi.Input['BackupPlanAssociationRulesConfigInfoLastBackupErrorArgsDict']]]]
|
41
|
+
"""
|
42
|
+
(Output)
|
43
|
+
google.rpc.Status object to store the last backup error
|
44
|
+
Structure is documented below.
|
45
|
+
"""
|
46
|
+
last_backup_state: NotRequired[pulumi.Input[str]]
|
47
|
+
"""
|
48
|
+
(Output)
|
49
|
+
State of last backup taken.
|
50
|
+
"""
|
51
|
+
rule_id: NotRequired[pulumi.Input[str]]
|
52
|
+
"""
|
53
|
+
(Output)
|
54
|
+
Backup Rule id fetched from backup plan.
|
55
|
+
"""
|
56
|
+
elif False:
|
57
|
+
BackupPlanAssociationRulesConfigInfoArgsDict: TypeAlias = Mapping[str, Any]
|
58
|
+
|
59
|
+
@pulumi.input_type
|
60
|
+
class BackupPlanAssociationRulesConfigInfoArgs:
|
61
|
+
def __init__(__self__, *,
|
62
|
+
last_backup_errors: Optional[pulumi.Input[Sequence[pulumi.Input['BackupPlanAssociationRulesConfigInfoLastBackupErrorArgs']]]] = None,
|
63
|
+
last_backup_state: Optional[pulumi.Input[str]] = None,
|
64
|
+
rule_id: Optional[pulumi.Input[str]] = None):
|
65
|
+
"""
|
66
|
+
:param pulumi.Input[Sequence[pulumi.Input['BackupPlanAssociationRulesConfigInfoLastBackupErrorArgs']]] last_backup_errors: (Output)
|
67
|
+
google.rpc.Status object to store the last backup error
|
68
|
+
Structure is documented below.
|
69
|
+
:param pulumi.Input[str] last_backup_state: (Output)
|
70
|
+
State of last backup taken.
|
71
|
+
:param pulumi.Input[str] rule_id: (Output)
|
72
|
+
Backup Rule id fetched from backup plan.
|
73
|
+
"""
|
74
|
+
if last_backup_errors is not None:
|
75
|
+
pulumi.set(__self__, "last_backup_errors", last_backup_errors)
|
76
|
+
if last_backup_state is not None:
|
77
|
+
pulumi.set(__self__, "last_backup_state", last_backup_state)
|
78
|
+
if rule_id is not None:
|
79
|
+
pulumi.set(__self__, "rule_id", rule_id)
|
80
|
+
|
81
|
+
@property
|
82
|
+
@pulumi.getter(name="lastBackupErrors")
|
83
|
+
def last_backup_errors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BackupPlanAssociationRulesConfigInfoLastBackupErrorArgs']]]]:
|
84
|
+
"""
|
85
|
+
(Output)
|
86
|
+
google.rpc.Status object to store the last backup error
|
87
|
+
Structure is documented below.
|
88
|
+
"""
|
89
|
+
return pulumi.get(self, "last_backup_errors")
|
90
|
+
|
91
|
+
@last_backup_errors.setter
|
92
|
+
def last_backup_errors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BackupPlanAssociationRulesConfigInfoLastBackupErrorArgs']]]]):
|
93
|
+
pulumi.set(self, "last_backup_errors", value)
|
94
|
+
|
95
|
+
@property
|
96
|
+
@pulumi.getter(name="lastBackupState")
|
97
|
+
def last_backup_state(self) -> Optional[pulumi.Input[str]]:
|
98
|
+
"""
|
99
|
+
(Output)
|
100
|
+
State of last backup taken.
|
101
|
+
"""
|
102
|
+
return pulumi.get(self, "last_backup_state")
|
103
|
+
|
104
|
+
@last_backup_state.setter
|
105
|
+
def last_backup_state(self, value: Optional[pulumi.Input[str]]):
|
106
|
+
pulumi.set(self, "last_backup_state", value)
|
107
|
+
|
108
|
+
@property
|
109
|
+
@pulumi.getter(name="ruleId")
|
110
|
+
def rule_id(self) -> Optional[pulumi.Input[str]]:
|
111
|
+
"""
|
112
|
+
(Output)
|
113
|
+
Backup Rule id fetched from backup plan.
|
114
|
+
"""
|
115
|
+
return pulumi.get(self, "rule_id")
|
116
|
+
|
117
|
+
@rule_id.setter
|
118
|
+
def rule_id(self, value: Optional[pulumi.Input[str]]):
|
119
|
+
pulumi.set(self, "rule_id", value)
|
120
|
+
|
121
|
+
|
122
|
+
if not MYPY:
|
123
|
+
class BackupPlanAssociationRulesConfigInfoLastBackupErrorArgsDict(TypedDict):
|
124
|
+
code: NotRequired[pulumi.Input[float]]
|
125
|
+
"""
|
126
|
+
(Output)
|
127
|
+
The status code, which should be an enum value of [google.rpc.Code]
|
128
|
+
"""
|
129
|
+
message: NotRequired[pulumi.Input[str]]
|
130
|
+
"""
|
131
|
+
(Output)
|
132
|
+
A developer-facing error message, which should be in English.
|
133
|
+
"""
|
134
|
+
elif False:
|
135
|
+
BackupPlanAssociationRulesConfigInfoLastBackupErrorArgsDict: TypeAlias = Mapping[str, Any]
|
136
|
+
|
137
|
+
@pulumi.input_type
|
138
|
+
class BackupPlanAssociationRulesConfigInfoLastBackupErrorArgs:
|
139
|
+
def __init__(__self__, *,
|
140
|
+
code: Optional[pulumi.Input[float]] = None,
|
141
|
+
message: Optional[pulumi.Input[str]] = None):
|
142
|
+
"""
|
143
|
+
:param pulumi.Input[float] code: (Output)
|
144
|
+
The status code, which should be an enum value of [google.rpc.Code]
|
145
|
+
:param pulumi.Input[str] message: (Output)
|
146
|
+
A developer-facing error message, which should be in English.
|
147
|
+
"""
|
148
|
+
if code is not None:
|
149
|
+
pulumi.set(__self__, "code", code)
|
150
|
+
if message is not None:
|
151
|
+
pulumi.set(__self__, "message", message)
|
152
|
+
|
153
|
+
@property
|
154
|
+
@pulumi.getter
|
155
|
+
def code(self) -> Optional[pulumi.Input[float]]:
|
156
|
+
"""
|
157
|
+
(Output)
|
158
|
+
The status code, which should be an enum value of [google.rpc.Code]
|
159
|
+
"""
|
160
|
+
return pulumi.get(self, "code")
|
161
|
+
|
162
|
+
@code.setter
|
163
|
+
def code(self, value: Optional[pulumi.Input[float]]):
|
164
|
+
pulumi.set(self, "code", value)
|
165
|
+
|
166
|
+
@property
|
167
|
+
@pulumi.getter
|
168
|
+
def message(self) -> Optional[pulumi.Input[str]]:
|
169
|
+
"""
|
170
|
+
(Output)
|
171
|
+
A developer-facing error message, which should be in English.
|
172
|
+
"""
|
173
|
+
return pulumi.get(self, "message")
|
174
|
+
|
175
|
+
@message.setter
|
176
|
+
def message(self, value: Optional[pulumi.Input[str]]):
|
177
|
+
pulumi.set(self, "message", value)
|
178
|
+
|
179
|
+
|
180
|
+
if not MYPY:
|
181
|
+
class BackupPlanBackupRuleArgsDict(TypedDict):
|
182
|
+
backup_retention_days: pulumi.Input[int]
|
183
|
+
"""
|
184
|
+
Configures the duration for which backup data will be kept. The value should be greater than or equal to minimum enforced retention of the backup vault.
|
185
|
+
"""
|
186
|
+
rule_id: pulumi.Input[str]
|
187
|
+
"""
|
188
|
+
The unique ID of this `BackupRule`. The `rule_id` is unique per `BackupPlan`.
|
189
|
+
"""
|
190
|
+
standard_schedule: pulumi.Input['BackupPlanBackupRuleStandardScheduleArgsDict']
|
191
|
+
"""
|
192
|
+
StandardSchedule defines a schedule that runs within the confines of a defined window of days.
|
193
|
+
Structure is documented below.
|
194
|
+
"""
|
195
|
+
elif False:
|
196
|
+
BackupPlanBackupRuleArgsDict: TypeAlias = Mapping[str, Any]
|
197
|
+
|
198
|
+
@pulumi.input_type
|
199
|
+
class BackupPlanBackupRuleArgs:
|
200
|
+
def __init__(__self__, *,
|
201
|
+
backup_retention_days: pulumi.Input[int],
|
202
|
+
rule_id: pulumi.Input[str],
|
203
|
+
standard_schedule: pulumi.Input['BackupPlanBackupRuleStandardScheduleArgs']):
|
204
|
+
"""
|
205
|
+
:param pulumi.Input[int] backup_retention_days: Configures the duration for which backup data will be kept. The value should be greater than or equal to minimum enforced retention of the backup vault.
|
206
|
+
:param pulumi.Input[str] rule_id: The unique ID of this `BackupRule`. The `rule_id` is unique per `BackupPlan`.
|
207
|
+
:param pulumi.Input['BackupPlanBackupRuleStandardScheduleArgs'] standard_schedule: StandardSchedule defines a schedule that runs within the confines of a defined window of days.
|
208
|
+
Structure is documented below.
|
209
|
+
"""
|
210
|
+
pulumi.set(__self__, "backup_retention_days", backup_retention_days)
|
211
|
+
pulumi.set(__self__, "rule_id", rule_id)
|
212
|
+
pulumi.set(__self__, "standard_schedule", standard_schedule)
|
213
|
+
|
214
|
+
@property
|
215
|
+
@pulumi.getter(name="backupRetentionDays")
|
216
|
+
def backup_retention_days(self) -> pulumi.Input[int]:
|
217
|
+
"""
|
218
|
+
Configures the duration for which backup data will be kept. The value should be greater than or equal to minimum enforced retention of the backup vault.
|
219
|
+
"""
|
220
|
+
return pulumi.get(self, "backup_retention_days")
|
221
|
+
|
222
|
+
@backup_retention_days.setter
|
223
|
+
def backup_retention_days(self, value: pulumi.Input[int]):
|
224
|
+
pulumi.set(self, "backup_retention_days", value)
|
225
|
+
|
226
|
+
@property
|
227
|
+
@pulumi.getter(name="ruleId")
|
228
|
+
def rule_id(self) -> pulumi.Input[str]:
|
229
|
+
"""
|
230
|
+
The unique ID of this `BackupRule`. The `rule_id` is unique per `BackupPlan`.
|
231
|
+
"""
|
232
|
+
return pulumi.get(self, "rule_id")
|
233
|
+
|
234
|
+
@rule_id.setter
|
235
|
+
def rule_id(self, value: pulumi.Input[str]):
|
236
|
+
pulumi.set(self, "rule_id", value)
|
237
|
+
|
238
|
+
@property
|
239
|
+
@pulumi.getter(name="standardSchedule")
|
240
|
+
def standard_schedule(self) -> pulumi.Input['BackupPlanBackupRuleStandardScheduleArgs']:
|
241
|
+
"""
|
242
|
+
StandardSchedule defines a schedule that runs within the confines of a defined window of days.
|
243
|
+
Structure is documented below.
|
244
|
+
"""
|
245
|
+
return pulumi.get(self, "standard_schedule")
|
246
|
+
|
247
|
+
@standard_schedule.setter
|
248
|
+
def standard_schedule(self, value: pulumi.Input['BackupPlanBackupRuleStandardScheduleArgs']):
|
249
|
+
pulumi.set(self, "standard_schedule", value)
|
250
|
+
|
251
|
+
|
252
|
+
if not MYPY:
|
253
|
+
class BackupPlanBackupRuleStandardScheduleArgsDict(TypedDict):
|
254
|
+
recurrence_type: pulumi.Input[str]
|
255
|
+
"""
|
256
|
+
RecurrenceType enumerates the applicable periodicity for the schedule.
|
257
|
+
Possible values are: `HOURLY`, `DAILY`, `WEEKLY`, `MONTHLY`, `YEARLY`.
|
258
|
+
"""
|
259
|
+
time_zone: pulumi.Input[str]
|
260
|
+
"""
|
261
|
+
The time zone to be used when interpreting the schedule.
|
262
|
+
"""
|
263
|
+
backup_window: NotRequired[pulumi.Input['BackupPlanBackupRuleStandardScheduleBackupWindowArgsDict']]
|
264
|
+
"""
|
265
|
+
A BackupWindow defines the window of the day during which backup jobs will run. Jobs are queued at the beginning of the window and will be marked as
|
266
|
+
`NOT_RUN` if they do not start by the end of the window.
|
267
|
+
Structure is documented below.
|
268
|
+
"""
|
269
|
+
days_of_months: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
270
|
+
"""
|
271
|
+
Specifies days of months like 1, 5, or 14 on which jobs will run.
|
272
|
+
"""
|
273
|
+
days_of_weeks: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
274
|
+
"""
|
275
|
+
Specifies days of week like MONDAY or TUESDAY, on which jobs will run. This is required for `recurrence_type`, `WEEKLY` and is not applicable otherwise.
|
276
|
+
Each value may be one of: `DAY_OF_WEEK_UNSPECIFIED`, `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`.
|
277
|
+
"""
|
278
|
+
hourly_frequency: NotRequired[pulumi.Input[int]]
|
279
|
+
"""
|
280
|
+
Specifies frequency for hourly backups. An hourly frequency of 2 means jobs will run every 2 hours from start time till end time defined.
|
281
|
+
This is required for `recurrence_type`, `HOURLY` and is not applicable otherwise.
|
282
|
+
"""
|
283
|
+
months: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
284
|
+
"""
|
285
|
+
Specifies values of months
|
286
|
+
Each value may be one of: `MONTH_UNSPECIFIED`, `JANUARY`, `FEBRUARY`, `MARCH`, `APRIL`, `MAY`, `JUNE`, `JULY`, `AUGUST`, `SEPTEMBER`, `OCTOBER`, `NOVEMBER`, `DECEMBER`.
|
287
|
+
"""
|
288
|
+
week_day_of_month: NotRequired[pulumi.Input['BackupPlanBackupRuleStandardScheduleWeekDayOfMonthArgsDict']]
|
289
|
+
"""
|
290
|
+
Specifies a week day of the month like FIRST SUNDAY or LAST MONDAY, on which jobs will run.
|
291
|
+
Structure is documented below.
|
292
|
+
"""
|
293
|
+
elif False:
|
294
|
+
BackupPlanBackupRuleStandardScheduleArgsDict: TypeAlias = Mapping[str, Any]
|
295
|
+
|
296
|
+
@pulumi.input_type
|
297
|
+
class BackupPlanBackupRuleStandardScheduleArgs:
|
298
|
+
def __init__(__self__, *,
|
299
|
+
recurrence_type: pulumi.Input[str],
|
300
|
+
time_zone: pulumi.Input[str],
|
301
|
+
backup_window: Optional[pulumi.Input['BackupPlanBackupRuleStandardScheduleBackupWindowArgs']] = None,
|
302
|
+
days_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
|
303
|
+
days_of_weeks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
304
|
+
hourly_frequency: Optional[pulumi.Input[int]] = None,
|
305
|
+
months: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
306
|
+
week_day_of_month: Optional[pulumi.Input['BackupPlanBackupRuleStandardScheduleWeekDayOfMonthArgs']] = None):
|
307
|
+
"""
|
308
|
+
:param pulumi.Input[str] recurrence_type: RecurrenceType enumerates the applicable periodicity for the schedule.
|
309
|
+
Possible values are: `HOURLY`, `DAILY`, `WEEKLY`, `MONTHLY`, `YEARLY`.
|
310
|
+
:param pulumi.Input[str] time_zone: The time zone to be used when interpreting the schedule.
|
311
|
+
:param pulumi.Input['BackupPlanBackupRuleStandardScheduleBackupWindowArgs'] backup_window: A BackupWindow defines the window of the day during which backup jobs will run. Jobs are queued at the beginning of the window and will be marked as
|
312
|
+
`NOT_RUN` if they do not start by the end of the window.
|
313
|
+
Structure is documented below.
|
314
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] days_of_months: Specifies days of months like 1, 5, or 14 on which jobs will run.
|
315
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] days_of_weeks: Specifies days of week like MONDAY or TUESDAY, on which jobs will run. This is required for `recurrence_type`, `WEEKLY` and is not applicable otherwise.
|
316
|
+
Each value may be one of: `DAY_OF_WEEK_UNSPECIFIED`, `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`.
|
317
|
+
:param pulumi.Input[int] hourly_frequency: Specifies frequency for hourly backups. An hourly frequency of 2 means jobs will run every 2 hours from start time till end time defined.
|
318
|
+
This is required for `recurrence_type`, `HOURLY` and is not applicable otherwise.
|
319
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] months: Specifies values of months
|
320
|
+
Each value may be one of: `MONTH_UNSPECIFIED`, `JANUARY`, `FEBRUARY`, `MARCH`, `APRIL`, `MAY`, `JUNE`, `JULY`, `AUGUST`, `SEPTEMBER`, `OCTOBER`, `NOVEMBER`, `DECEMBER`.
|
321
|
+
:param pulumi.Input['BackupPlanBackupRuleStandardScheduleWeekDayOfMonthArgs'] week_day_of_month: Specifies a week day of the month like FIRST SUNDAY or LAST MONDAY, on which jobs will run.
|
322
|
+
Structure is documented below.
|
323
|
+
"""
|
324
|
+
pulumi.set(__self__, "recurrence_type", recurrence_type)
|
325
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
326
|
+
if backup_window is not None:
|
327
|
+
pulumi.set(__self__, "backup_window", backup_window)
|
328
|
+
if days_of_months is not None:
|
329
|
+
pulumi.set(__self__, "days_of_months", days_of_months)
|
330
|
+
if days_of_weeks is not None:
|
331
|
+
pulumi.set(__self__, "days_of_weeks", days_of_weeks)
|
332
|
+
if hourly_frequency is not None:
|
333
|
+
pulumi.set(__self__, "hourly_frequency", hourly_frequency)
|
334
|
+
if months is not None:
|
335
|
+
pulumi.set(__self__, "months", months)
|
336
|
+
if week_day_of_month is not None:
|
337
|
+
pulumi.set(__self__, "week_day_of_month", week_day_of_month)
|
338
|
+
|
339
|
+
@property
|
340
|
+
@pulumi.getter(name="recurrenceType")
|
341
|
+
def recurrence_type(self) -> pulumi.Input[str]:
|
342
|
+
"""
|
343
|
+
RecurrenceType enumerates the applicable periodicity for the schedule.
|
344
|
+
Possible values are: `HOURLY`, `DAILY`, `WEEKLY`, `MONTHLY`, `YEARLY`.
|
345
|
+
"""
|
346
|
+
return pulumi.get(self, "recurrence_type")
|
347
|
+
|
348
|
+
@recurrence_type.setter
|
349
|
+
def recurrence_type(self, value: pulumi.Input[str]):
|
350
|
+
pulumi.set(self, "recurrence_type", value)
|
351
|
+
|
352
|
+
@property
|
353
|
+
@pulumi.getter(name="timeZone")
|
354
|
+
def time_zone(self) -> pulumi.Input[str]:
|
355
|
+
"""
|
356
|
+
The time zone to be used when interpreting the schedule.
|
357
|
+
"""
|
358
|
+
return pulumi.get(self, "time_zone")
|
359
|
+
|
360
|
+
@time_zone.setter
|
361
|
+
def time_zone(self, value: pulumi.Input[str]):
|
362
|
+
pulumi.set(self, "time_zone", value)
|
363
|
+
|
364
|
+
@property
|
365
|
+
@pulumi.getter(name="backupWindow")
|
366
|
+
def backup_window(self) -> Optional[pulumi.Input['BackupPlanBackupRuleStandardScheduleBackupWindowArgs']]:
|
367
|
+
"""
|
368
|
+
A BackupWindow defines the window of the day during which backup jobs will run. Jobs are queued at the beginning of the window and will be marked as
|
369
|
+
`NOT_RUN` if they do not start by the end of the window.
|
370
|
+
Structure is documented below.
|
371
|
+
"""
|
372
|
+
return pulumi.get(self, "backup_window")
|
373
|
+
|
374
|
+
@backup_window.setter
|
375
|
+
def backup_window(self, value: Optional[pulumi.Input['BackupPlanBackupRuleStandardScheduleBackupWindowArgs']]):
|
376
|
+
pulumi.set(self, "backup_window", value)
|
377
|
+
|
378
|
+
@property
|
379
|
+
@pulumi.getter(name="daysOfMonths")
|
380
|
+
def days_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
381
|
+
"""
|
382
|
+
Specifies days of months like 1, 5, or 14 on which jobs will run.
|
383
|
+
"""
|
384
|
+
return pulumi.get(self, "days_of_months")
|
385
|
+
|
386
|
+
@days_of_months.setter
|
387
|
+
def days_of_months(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]):
|
388
|
+
pulumi.set(self, "days_of_months", value)
|
389
|
+
|
390
|
+
@property
|
391
|
+
@pulumi.getter(name="daysOfWeeks")
|
392
|
+
def days_of_weeks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
393
|
+
"""
|
394
|
+
Specifies days of week like MONDAY or TUESDAY, on which jobs will run. This is required for `recurrence_type`, `WEEKLY` and is not applicable otherwise.
|
395
|
+
Each value may be one of: `DAY_OF_WEEK_UNSPECIFIED`, `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`.
|
396
|
+
"""
|
397
|
+
return pulumi.get(self, "days_of_weeks")
|
398
|
+
|
399
|
+
@days_of_weeks.setter
|
400
|
+
def days_of_weeks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
401
|
+
pulumi.set(self, "days_of_weeks", value)
|
402
|
+
|
403
|
+
@property
|
404
|
+
@pulumi.getter(name="hourlyFrequency")
|
405
|
+
def hourly_frequency(self) -> Optional[pulumi.Input[int]]:
|
406
|
+
"""
|
407
|
+
Specifies frequency for hourly backups. An hourly frequency of 2 means jobs will run every 2 hours from start time till end time defined.
|
408
|
+
This is required for `recurrence_type`, `HOURLY` and is not applicable otherwise.
|
409
|
+
"""
|
410
|
+
return pulumi.get(self, "hourly_frequency")
|
411
|
+
|
412
|
+
@hourly_frequency.setter
|
413
|
+
def hourly_frequency(self, value: Optional[pulumi.Input[int]]):
|
414
|
+
pulumi.set(self, "hourly_frequency", value)
|
415
|
+
|
416
|
+
@property
|
417
|
+
@pulumi.getter
|
418
|
+
def months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
419
|
+
"""
|
420
|
+
Specifies values of months
|
421
|
+
Each value may be one of: `MONTH_UNSPECIFIED`, `JANUARY`, `FEBRUARY`, `MARCH`, `APRIL`, `MAY`, `JUNE`, `JULY`, `AUGUST`, `SEPTEMBER`, `OCTOBER`, `NOVEMBER`, `DECEMBER`.
|
422
|
+
"""
|
423
|
+
return pulumi.get(self, "months")
|
424
|
+
|
425
|
+
@months.setter
|
426
|
+
def months(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
427
|
+
pulumi.set(self, "months", value)
|
428
|
+
|
429
|
+
@property
|
430
|
+
@pulumi.getter(name="weekDayOfMonth")
|
431
|
+
def week_day_of_month(self) -> Optional[pulumi.Input['BackupPlanBackupRuleStandardScheduleWeekDayOfMonthArgs']]:
|
432
|
+
"""
|
433
|
+
Specifies a week day of the month like FIRST SUNDAY or LAST MONDAY, on which jobs will run.
|
434
|
+
Structure is documented below.
|
435
|
+
"""
|
436
|
+
return pulumi.get(self, "week_day_of_month")
|
437
|
+
|
438
|
+
@week_day_of_month.setter
|
439
|
+
def week_day_of_month(self, value: Optional[pulumi.Input['BackupPlanBackupRuleStandardScheduleWeekDayOfMonthArgs']]):
|
440
|
+
pulumi.set(self, "week_day_of_month", value)
|
441
|
+
|
442
|
+
|
443
|
+
if not MYPY:
|
444
|
+
class BackupPlanBackupRuleStandardScheduleBackupWindowArgsDict(TypedDict):
|
445
|
+
start_hour_of_day: pulumi.Input[int]
|
446
|
+
"""
|
447
|
+
The hour of the day (0-23) when the window starts, for example, if the value of the start hour of the day is 6, that means the backup window starts at 6:00.
|
448
|
+
"""
|
449
|
+
end_hour_of_day: NotRequired[pulumi.Input[int]]
|
450
|
+
"""
|
451
|
+
The hour of the day (1-24) when the window ends, for example, if the value of end hour of the day is 10, that means the backup window end time is 10:00.
|
452
|
+
The end hour of the day should be greater than the start
|
453
|
+
|
454
|
+
- - -
|
455
|
+
"""
|
456
|
+
elif False:
|
457
|
+
BackupPlanBackupRuleStandardScheduleBackupWindowArgsDict: TypeAlias = Mapping[str, Any]
|
458
|
+
|
459
|
+
@pulumi.input_type
|
460
|
+
class BackupPlanBackupRuleStandardScheduleBackupWindowArgs:
|
461
|
+
def __init__(__self__, *,
|
462
|
+
start_hour_of_day: pulumi.Input[int],
|
463
|
+
end_hour_of_day: Optional[pulumi.Input[int]] = None):
|
464
|
+
"""
|
465
|
+
:param pulumi.Input[int] start_hour_of_day: The hour of the day (0-23) when the window starts, for example, if the value of the start hour of the day is 6, that means the backup window starts at 6:00.
|
466
|
+
:param pulumi.Input[int] end_hour_of_day: The hour of the day (1-24) when the window ends, for example, if the value of end hour of the day is 10, that means the backup window end time is 10:00.
|
467
|
+
The end hour of the day should be greater than the start
|
468
|
+
|
469
|
+
- - -
|
470
|
+
"""
|
471
|
+
pulumi.set(__self__, "start_hour_of_day", start_hour_of_day)
|
472
|
+
if end_hour_of_day is not None:
|
473
|
+
pulumi.set(__self__, "end_hour_of_day", end_hour_of_day)
|
474
|
+
|
475
|
+
@property
|
476
|
+
@pulumi.getter(name="startHourOfDay")
|
477
|
+
def start_hour_of_day(self) -> pulumi.Input[int]:
|
478
|
+
"""
|
479
|
+
The hour of the day (0-23) when the window starts, for example, if the value of the start hour of the day is 6, that means the backup window starts at 6:00.
|
480
|
+
"""
|
481
|
+
return pulumi.get(self, "start_hour_of_day")
|
482
|
+
|
483
|
+
@start_hour_of_day.setter
|
484
|
+
def start_hour_of_day(self, value: pulumi.Input[int]):
|
485
|
+
pulumi.set(self, "start_hour_of_day", value)
|
486
|
+
|
487
|
+
@property
|
488
|
+
@pulumi.getter(name="endHourOfDay")
|
489
|
+
def end_hour_of_day(self) -> Optional[pulumi.Input[int]]:
|
490
|
+
"""
|
491
|
+
The hour of the day (1-24) when the window ends, for example, if the value of end hour of the day is 10, that means the backup window end time is 10:00.
|
492
|
+
The end hour of the day should be greater than the start
|
493
|
+
|
494
|
+
- - -
|
495
|
+
"""
|
496
|
+
return pulumi.get(self, "end_hour_of_day")
|
497
|
+
|
498
|
+
@end_hour_of_day.setter
|
499
|
+
def end_hour_of_day(self, value: Optional[pulumi.Input[int]]):
|
500
|
+
pulumi.set(self, "end_hour_of_day", value)
|
501
|
+
|
502
|
+
|
503
|
+
if not MYPY:
|
504
|
+
class BackupPlanBackupRuleStandardScheduleWeekDayOfMonthArgsDict(TypedDict):
|
505
|
+
day_of_week: pulumi.Input[str]
|
506
|
+
"""
|
507
|
+
Specifies the day of the week.
|
508
|
+
Possible values are: `DAY_OF_WEEK_UNSPECIFIED`, `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`.
|
509
|
+
"""
|
510
|
+
week_of_month: pulumi.Input[str]
|
511
|
+
"""
|
512
|
+
WeekOfMonth enumerates possible weeks in the month, e.g. the first, third, or last week of the month.
|
513
|
+
Possible values are: `WEEK_OF_MONTH_UNSPECIFIED`, `FIRST`, `SECOND`, `THIRD`, `FOURTH`, `LAST`.
|
514
|
+
"""
|
515
|
+
elif False:
|
516
|
+
BackupPlanBackupRuleStandardScheduleWeekDayOfMonthArgsDict: TypeAlias = Mapping[str, Any]
|
517
|
+
|
518
|
+
@pulumi.input_type
|
519
|
+
class BackupPlanBackupRuleStandardScheduleWeekDayOfMonthArgs:
|
520
|
+
def __init__(__self__, *,
|
521
|
+
day_of_week: pulumi.Input[str],
|
522
|
+
week_of_month: pulumi.Input[str]):
|
523
|
+
"""
|
524
|
+
:param pulumi.Input[str] day_of_week: Specifies the day of the week.
|
525
|
+
Possible values are: `DAY_OF_WEEK_UNSPECIFIED`, `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`.
|
526
|
+
:param pulumi.Input[str] week_of_month: WeekOfMonth enumerates possible weeks in the month, e.g. the first, third, or last week of the month.
|
527
|
+
Possible values are: `WEEK_OF_MONTH_UNSPECIFIED`, `FIRST`, `SECOND`, `THIRD`, `FOURTH`, `LAST`.
|
528
|
+
"""
|
529
|
+
pulumi.set(__self__, "day_of_week", day_of_week)
|
530
|
+
pulumi.set(__self__, "week_of_month", week_of_month)
|
531
|
+
|
532
|
+
@property
|
533
|
+
@pulumi.getter(name="dayOfWeek")
|
534
|
+
def day_of_week(self) -> pulumi.Input[str]:
|
535
|
+
"""
|
536
|
+
Specifies the day of the week.
|
537
|
+
Possible values are: `DAY_OF_WEEK_UNSPECIFIED`, `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`.
|
538
|
+
"""
|
539
|
+
return pulumi.get(self, "day_of_week")
|
540
|
+
|
541
|
+
@day_of_week.setter
|
542
|
+
def day_of_week(self, value: pulumi.Input[str]):
|
543
|
+
pulumi.set(self, "day_of_week", value)
|
544
|
+
|
545
|
+
@property
|
546
|
+
@pulumi.getter(name="weekOfMonth")
|
547
|
+
def week_of_month(self) -> pulumi.Input[str]:
|
548
|
+
"""
|
549
|
+
WeekOfMonth enumerates possible weeks in the month, e.g. the first, third, or last week of the month.
|
550
|
+
Possible values are: `WEEK_OF_MONTH_UNSPECIFIED`, `FIRST`, `SECOND`, `THIRD`, `FOURTH`, `LAST`.
|
551
|
+
"""
|
552
|
+
return pulumi.get(self, "week_of_month")
|
553
|
+
|
554
|
+
@week_of_month.setter
|
555
|
+
def week_of_month(self, value: pulumi.Input[str]):
|
556
|
+
pulumi.set(self, "week_of_month", value)
|
557
|
+
|
558
|
+
|
26
559
|
if not MYPY:
|
27
560
|
class ManagementServerManagementUriArgsDict(TypedDict):
|
28
561
|
api: NotRequired[pulumi.Input[str]]
|