registrationId property

  1. @TagNumber.new(12)
String get 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.new(12)
set registrationId (String v)

Implementation

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