registrationId property
Immutable. A unique key for this connector. This key is internal to the OVA connector and is supplied with its creation during the registration process and can not be modified.
Implementation
@$pb.TagNumber(12)
$core.String get registrationId => $_getSZ(9);
Implementation
@$pb.TagNumber(12)
set registrationId($core.String v) { $_setString(9, v); }