Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateNodeBackupConfigurationDetails

The information about the NodeBackupConfiguration that is being updated.

Properties

Optional backupType

backupType: undefined | string

Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.

Optional displayName

displayName: undefined | string

A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.

Optional levelTypeDetails

Optional numberOfBackupsToRetain

numberOfBackupsToRetain: undefined | number

Number of backup copies to retain. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional schedule

schedule: undefined | string

Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.

Optional timezone

timezone: undefined | string

The time zone of the execution schedule, in IANA time zone database name format

Functions

getDeserializedJsonObj

getJsonObj