protectedPodCount property

  1. @TagNumber.new(13)
int get protectedPodCount

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

Implementation

@$pb.TagNumber(13)
$core.int get protectedPodCount => $_getIZ(12);
  1. @TagNumber.new(13)
set protectedPodCount (int v)

Implementation

@$pb.TagNumber(13)
set protectedPodCount($core.int v) {
  $_setSignedInt32(12, v);
}