awsRegion property

  1. @TagNumber(3)
String get awsRegion

Immutable. The AWS region that the source VMs will be migrated from.

Implementation

@$pb.TagNumber(3)
$core.String get awsRegion => $_getSZ(0);
  1. @TagNumber(3)
set awsRegion (String v)

Implementation

@$pb.TagNumber(3)
set awsRegion($core.String v) { $_setString(0, v); }