awsRegion property
Immutable. The AWS region that the source VMs will be migrated from.
Implementation
@$pb.TagNumber(3)
$core.String get awsRegion => $_getSZ(0);
Implementation
@$pb.TagNumber(3)
set awsRegion($core.String v) {
$_setString(0, v);
}