BackupPlan constructor
BackupPlan({
- BackupConfig? backupConfig,
- Schedule? backupSchedule,
- String? cluster,
- String? createTime,
- bool? deactivated,
- String? description,
- String? etag,
- Map<
String, String> ? labels, - String? name,
- int? protectedPodCount,
- RetentionPolicy? retentionPolicy,
- int? rpoRiskLevel,
- String? rpoRiskReason,
- String? state,
- String? stateReason,
- String? uid,
- String? updateTime,
Implementation
BackupPlan({
this.backupConfig,
this.backupSchedule,
this.cluster,
this.createTime,
this.deactivated,
this.description,
this.etag,
this.labels,
this.name,
this.protectedPodCount,
this.retentionPolicy,
this.rpoRiskLevel,
this.rpoRiskReason,
this.state,
this.stateReason,
this.uid,
this.updateTime,
});