ProjectsLocationsSourcesDiskMigrationJobsResource 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(CancelDiskMigrationJobRequest request, String name, {String? $fields})
→ Future<Operation>
-
Cancels the disk migration job.
-
create(DiskMigrationJob request, String parent, {String? diskMigrationJobId, String? requestId, String? $fields})
→ Future<Operation>
-
Creates a new disk migration job in a given Source.
-
delete(String name, {String? $fields})
→ Future<Operation>
-
Deletes a single DiskMigrationJob.
-
get(String name, {String? $fields})
→ Future<DiskMigrationJob>
-
Gets details of a single DiskMigrationJob.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListDiskMigrationJobsResponse>
-
Lists DiskMigrationJobs in a given Source.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(DiskMigrationJob request, String name, {String? requestId, String? updateMask, String? $fields})
→ Future<Operation>
-
Updates the parameters of a single DiskMigrationJob.
-
run(RunDiskMigrationJobRequest request, String name, {String? $fields})
→ Future<Operation>
-
Runs the disk migration job.
-
toString()
→ String
-
A string representation of this object.
inherited