version property
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);
Implementation
@$pb.TagNumber(6)
set version($core.String v) {
$_setString(4, v);
}