registrationId property

  1. @TagNumber(12)
String registrationId

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);
  1. @TagNumber(12)
void registrationId=(String v)

Implementation

@$pb.TagNumber(12)
set registrationId($core.String v) { $_setString(9, v); }