Server class
Represents a server.
Constructors
- Server({String? replicationJobId, bool? replicationJobTerminated, String? serverId, ServerType? serverType, VmServer? vmServer})
-
Server.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- replicationJobId → String?
-
The ID of the replication job.
final
- replicationJobTerminated → bool?
-
Indicates whether the replication job is deleted or failed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverId → String?
-
The ID of the server.
final
- serverType → ServerType?
-
The type of server.
final
- vmServer → VmServer?
-
Information about the VM server.
final
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