ProjectsLocationsSourcesMigratingVmsCutoverJobsResource class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancel(CancelCutoverJobRequest request, String name, {String? $fields}) Future<Operation>
Initiates the cancellation of a running cutover job.
create(CutoverJob request, String parent, {String? cutoverJobId, String? requestId, String? $fields}) Future<Operation>
Initiates a Cutover of a specific migrating VM.
get(String name, {String? $fields}) Future<CutoverJob>
Gets details of a single CutoverJob.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListCutoverJobsResponse>
Lists the CutoverJobs of a migrating VM.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited