version property

  1. @TagNumber.new(6)
String get version

The version running in the DatacenterConnector. This is supplied by the OVA connector during the registration process and can not be modified.

Implementation

@$pb.TagNumber(6)
$core.String get version => $_getSZ(4);
  1. @TagNumber.new(6)
set version (String v)

Implementation

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