dnsName property
- @TagNumber(10)
dns_name part name used for fqdn and local fqdn. Anytime the Name is updated this should be sanitized and updated as well.
Implementation
@$pb.TagNumber(10)
$core.String get dnsName => $_getSZ(9);
- @TagNumber(10)
Implementation
@$pb.TagNumber(10)
set dnsName($core.String v) { $_setString(9, v); }