rootPasswordSet property

  1. @TagNumber.new(14)
bool get rootPasswordSet

Output only. Indicates If this connection profile root password is stored.

Implementation

@$pb.TagNumber(14)
$core.bool get rootPasswordSet => $_getBF(12);
  1. @TagNumber.new(14)
set rootPasswordSet (bool v)

Implementation

@$pb.TagNumber(14)
set rootPasswordSet($core.bool v) {
  $_setBool(12, v);
}