MoveCost type
Specifies the move cost for the service.
KnownMoveCost can be used interchangeably with MoveCost,
this enum contains the known values that the service supports.
Known values supported by the service
Zero: Zero move cost. This value is zero.
Low: Specifies the move cost of the service as Low. The value is 1.
Medium: Specifies the move cost of the service as Medium. The value is 2.
High: Specifies the move cost of the service as High. The value is 3.
type MoveCost = string