RevertInstanceRequest class
RevertInstanceRequest reverts the given instance's file share to the specified snapshot.
Constructors
- RevertInstanceRequest({String? targetSnapshotId})
- RevertInstanceRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetSnapshotId ↔ String?
-
The snapshot resource ID, in the format 'my-snapshot', where the specified
ID is the {snapshot_id} of the fully qualified name like
projects/{project_id}/locations/{location_id}/instances/{instance_id}/snapshots/{snapshot_id}
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