DiskMigrationJob class
Describes the disk which will be migrated from the source environment.
The source disk has to be unattached.
Constructors
-
DiskMigrationJob.new({AwsSourceDiskDetails? awsSourceDiskDetails, String? createTime, List<
Status> ? errors, String? name, String? state, List<DiskMigrationStep> ? steps, DiskMigrationJobTargetDetails? targetDetails, String? updateTime}) - DiskMigrationJob.fromJson(Map json_)
Properties
- awsSourceDiskDetails ↔ AwsSourceDiskDetails?
-
Details of the unattached AWS source disk.
getter/setter pair
- createTime ↔ String?
-
The time the DiskMigrationJob resource was created.
getter/setter pair
-
errors
↔ List<
Status> ? -
Provides details on the errors that led to the disk migration job's state
in case of an error.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State of the DiskMigrationJob.
getter/setter pair
-
steps
↔ List<
DiskMigrationStep> ? -
The disk migration steps list representing its progress.
getter/setter pair
- targetDetails ↔ DiskMigrationJobTargetDetails?
-
Details of the target Disk in Compute Engine.
getter/setter pair
- updateTime ↔ String?
-
The last time the DiskMigrationJob resource was updated.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited