- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`ancestors
Type: UNORDERED_LIST_STRING
backup_rules
Type: UNORDERED_LIST_STRUCT
Provider name: backupRules
Description: Optional. The backup rules for this BackupPlan
.
backup_retention_days
INT32
backupRetentionDays
rule_id
STRING
ruleId
BackupRule
. The rule_id
is unique per BackupPlan
.The rule_id
must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens. Pattern, /a-z{,62}/.standard_schedule
STRUCT
standardSchedule
backup_window
STRUCT
backupWindow
NOT_RUN
if they do not start by the end of the window. Note: running jobs will not be cancelled at the end of the window.end_hour_of_day
INT32
endHourOfDay
start_hour_of_day
INT32
startHourOfDay
days_of_month
UNORDERED_LIST_INT32
daysOfMonth
days_of_month
are only applicable for recurrence_type
, MONTHLY
and YEARLY
. A validation error will occur if other values are supplied.days_of_week
UNORDERED_LIST_STRING
daysOfWeek
recurrence_type
, WEEKLY
and is not applicable otherwise. A validation error will occur if a value is supplied and recurrence_type
is not WEEKLY
.hourly_frequency
INT32
hourlyFrequency
recurrence_type
, HOURLY
and is not applicable otherwise. A validation error will occur if a value is supplied and recurrence_type
is not HOURLY
. Value of hourly frequency should be between 4 and 23. Reason for limit : We found that there is bandwidth limitation of 3GB/S for GMI while taking a backup and 5GB/S while doing a restore. Given the amount of parallel backups and restore we are targeting, this will potentially take the backup time to mins and hours (in worst case scenario).months
UNORDERED_LIST_STRING
months
FEBRUARY
and/or MAY
, on which jobs will run. This field is only applicable when recurrence_type
is YEARLY
. A validation error will occur if other values are supplied.recurrence_type
STRING
recurrenceType
RecurrenceType
for the schedule.RECURRENCE_TYPE_UNSPECIFIED
- recurrence type not setHOURLY
- The BackupRule
is to be applied hourly.DAILY
- The BackupRule
is to be applied daily.WEEKLY
- The BackupRule
is to be applied weekly.MONTHLY
- The BackupRule
is to be applied monthly.YEARLY
- The BackupRule
is to be applied yearly.time_zone
STRING
timeZone
week_day_of_month
STRUCT
weekDayOfMonth
WeekDayOfMonth
, one for the day, e.g. MONDAY
, and one for the week, e.g. LAST
. This field is only applicable for recurrence_type
, MONTHLY
and YEARLY
. A validation error will occur if other values are supplied.day_of_week
STRING
dayOfWeek
DAY_OF_WEEK_UNSPECIFIED
- The day of the week is unspecified.MONDAY
- MondayTUESDAY
- TuesdayWEDNESDAY
- WednesdayTHURSDAY
- ThursdayFRIDAY
- FridaySATURDAY
- SaturdaySUNDAY
- Sundayweek_of_month
STRING
weekOfMonth
WEEK_OF_MONTH_UNSPECIFIED
- The zero value. Do not use.FIRST
- The first week of the month.SECOND
- The second week of the month.THIRD
- The third week of the month.FOURTH
- The fourth week of the month.LAST
- The last week of the month.backup_vault
Type: STRING
Provider name: backupVault
Description: Required. Resource name of backup vault which will be used as storage location for backups. Format: projects/{project}/locations/{location}/backupVaults/{backupvault}
backup_vault_service_account
Type: STRING
Provider name: backupVaultServiceAccount
Description: Output only. The Google Cloud Platform Service Account to be used by the BackupVault for taking backups. Specify the email address of the Backup Vault Service Account.
create_time
Type: TIMESTAMP
Provider name: createTime
Description: Output only. When the BackupPlan
was created.
description
Type: STRING
Provider name: description
Description: Optional. The description of the BackupPlan
resource. The description allows for additional details about BackupPlan
and its use cases to be provided. An example description is the following: “This is a backup plan that performs a daily backup at 6pm and retains data for 3 months”. The description must be at most 2048 characters.
etag
Type: STRING
Provider name: etag
Description: Optional. etag
is returned from the service in the response. As a user of the service, you may provide an etag value in this field to prevent stale resources.
labels
Type: UNORDERED_LIST_STRING
log_retention_days
Type: INT64
Provider name: logRetentionDays
Description: Optional. Applicable only for CloudSQL resource_type. Configures how long logs will be stored. It is defined in “days”. This value should be greater than or equal to minimum enforced log retention duration of the backup vault.
name
Type: STRING
Provider name: name
Description: Output only. Identifier. The resource name of the BackupPlan
. Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}
organization_id
Type: STRING
parent
Type: STRING
project_id
Type: STRING
project_number
Type: STRING
resource_name
Type: STRING
resource_type
Type: STRING
Provider name: resourceType
Description: Required. The resource type to which the BackupPlan
will be applied. Examples include, “compute.googleapis.com/Instance”, “sqladmin.googleapis.com/Instance”, “alloydb.googleapis.com/Cluster”, “compute.googleapis.com/Disk”.
revision_id
Type: STRING
Provider name: revisionId
Description: Output only. The user friendly revision ID of the BackupPlanRevision
. Example: v0, v1, v2, etc.
revision_name
Type: STRING
Provider name: revisionName
Description: Output only. The resource id of the BackupPlanRevision
. Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision_id}
state
Type: STRING
Provider name: state
Description: Output only. The State
for the BackupPlan
.
Possible values:
STATE_UNSPECIFIED
- State not set.CREATING
- The resource is being created.ACTIVE
- The resource has been created and is fully usable.DELETING
- The resource is being deleted.INACTIVE
- The resource has been created but is not usable.UPDATING
- The resource is being updated.supported_resource_types
Type: UNORDERED_LIST_STRING
Provider name: supportedResourceTypes
Description: Output only. All resource types to which backupPlan can be applied.
tags
Type: UNORDERED_LIST_STRING
update_time
Type: TIMESTAMP
Provider name: updateTime
Description: Output only. When the BackupPlan
was last updated.