Interface protos.google.cloud.gkebackup.v1.IRestorePlan (1.3.0)

Properties of a RestorePlan.

Package

@google-cloud/gke-backup

Properties

backupPlan

backupPlan?: (string|null);

RestorePlan backupPlan

cluster

cluster?: (string|null);

RestorePlan cluster

createTime

createTime?: (google.protobuf.ITimestamp|null);

RestorePlan createTime

description

description?: (string|null);

RestorePlan description

etag

etag?: (string|null);

RestorePlan etag

labels

labels?: ({ [k: string]: string }|null);

RestorePlan labels

name

name?: (string|null);

RestorePlan name

restoreConfig

restoreConfig?: (google.cloud.gkebackup.v1.IRestoreConfig|null);

RestorePlan restoreConfig

state

state?: (google.cloud.gkebackup.v1.RestorePlan.State|keyof typeof google.cloud.gkebackup.v1.RestorePlan.State|null);

RestorePlan state

stateReason

stateReason?: (string|null);

RestorePlan stateReason

uid

uid?: (string|null);

RestorePlan uid

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

RestorePlan updateTime