BackupPlan

class BackupPlan : KotlinCustomResource

Creates a new BackupPlan in a given location. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

Defines the configuration of Backups created via this BackupPlan.

Link copied to clipboard
val backupPlanId: Output<String>

Required. The client-provided short name for the BackupPlan resource. This name must: - be between 1 and 63 characters long (inclusive) - consist of only lower-case ASCII letters, numbers, and dashes - start with a lower-case letter - end with a lower-case letter or number - be unique within the set of BackupPlans in this location

Link copied to clipboard

Defines a schedule for automatic Backup creation via this BackupPlan.

Link copied to clipboard
val cluster: Output<String>

Immutable. The source cluster from which Backups will be created via this BackupPlan. Valid formats: - projects/*/locations/*/clusters/* - projects/*/zones/*/clusters/* //////

Link copied to clipboard
val createTime: Output<String>

The timestamp when this BackupPlan resource was created.

Link copied to clipboard
val deactivated: Output<Boolean>

This flag indicates whether this BackupPlan has been deactivated. Setting this field to True locks the BackupPlan such that no further updates will be allowed (except deletes), including the deactivated field itself. It also prevents any new Backups from being created via this BackupPlan (including scheduled Backups). Default: False

Link copied to clipboard
val description: Output<String>

User specified descriptive string for this BackupPlan.

Link copied to clipboard
val etag: Output<String>

etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a backup plan from overwriting each other. It is strongly suggested that systems make use of the 'etag' in the read-modify-write cycle to perform BackupPlan updates in order to avoid race conditions: An etag is returned in the response to GetBackupPlan, and systems are expected to put that etag in the request to UpdateBackupPlan or DeleteBackupPlan to ensure that their change will be applied to the same version of the resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

A set of custom labels supplied by user.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The full name of the BackupPlan resource. Format: projects/*/locations/*/backupPlans/* //*/

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val protectedPodCount: Output<Int>

The number of Kubernetes Pods backed up in the last successful Backup created via this BackupPlan.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

RetentionPolicy governs lifecycle of Backups created under this plan.

Link copied to clipboard
val uid: Output<String>

Server generated global unique identifier of UUID format.

Link copied to clipboard
val updateTime: Output<String>

The timestamp when this BackupPlan resource was last updated.

Link copied to clipboard
val urn: Output<String>