ReplicationJob class
Represents a replication job.
Constructors
-
ReplicationJob({String? description, bool? encrypted, int? frequency, String? kmsKeyId, String? latestAmiId, LicenseType? licenseType, DateTime? nextReplicationRunStartTime, int? numberOfRecentAmisToKeep, String? replicationJobId, List<
ReplicationRun> ? replicationRunList, String? roleName, bool? runOnce, DateTime? seedReplicationTime, String? serverId, ServerType? serverType, ReplicationJobState? state, String? statusMessage, VmServer? vmServer}) -
ReplicationJob.fromJson(Map<
String, dynamic> json) -
factory
Properties
- description → String?
-
The description of the replication job.
final
- encrypted → bool?
-
Indicates whether the replication job should produce encrypted AMIs.
final
- frequency → int?
-
The time between consecutive replication runs, in hours.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- kmsKeyId → String?
-
The ID of the KMS key for replication jobs that produce encrypted AMIs. This
value can be any of the following:
final
- latestAmiId → String?
-
The ID of the latest Amazon Machine Image (AMI).
final
- licenseType → LicenseType?
-
The license type to be used for the AMI created by a successful replication
run.
final
- nextReplicationRunStartTime → DateTime?
-
The start time of the next replication run.
final
- numberOfRecentAmisToKeep → int?
-
The number of recent AMIs to keep in the customer's account for a
replication job. By default, the value is set to zero, meaning that all AMIs
are kept.
final
- replicationJobId → String?
-
The ID of the replication job.
final
-
replicationRunList
→ List<
ReplicationRun> ? -
Information about the replication runs.
final
- roleName → String?
-
The name of the IAM role to be used by AWS SMS.
final
- runOnce → bool?
-
Indicates whether to run the replication job one time.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seedReplicationTime → DateTime?
-
The seed replication time.
final
- serverId → String?
-
The ID of the server.
final
- serverType → ServerType?
-
The type of server.
final
- state → ReplicationJobState?
-
The state of the replication job.
final
- statusMessage → String?
-
The description of the current status of the replication job.
final
- vmServer → VmServer?
-
Information about the VM server.
final
Methods
-
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