thumbprint property

  1. @TagNumber(4)
String get thumbprint

The thumbprint representing the certificate for the vcenter.

Implementation

@$pb.TagNumber(4)
$core.String get thumbprint => $_getSZ(2);
  1. @TagNumber(4)
set thumbprint (String v)

Implementation

@$pb.TagNumber(4)
set thumbprint($core.String v) { $_setString(2, v); }