ReplicationJob constructor

ReplicationJob({
  1. String? description,
  2. bool? encrypted,
  3. int? frequency,
  4. String? kmsKeyId,
  5. String? latestAmiId,
  6. LicenseType? licenseType,
  7. DateTime? nextReplicationRunStartTime,
  8. int? numberOfRecentAmisToKeep,
  9. String? replicationJobId,
  10. List<ReplicationRun>? replicationRunList,
  11. String? roleName,
  12. bool? runOnce,
  13. DateTime? seedReplicationTime,
  14. String? serverId,
  15. ServerType? serverType,
  16. ReplicationJobState? state,
  17. String? statusMessage,
  18. VmServer? vmServer,
})

Implementation

ReplicationJob({
  this.description,
  this.encrypted,
  this.frequency,
  this.kmsKeyId,
  this.latestAmiId,
  this.licenseType,
  this.nextReplicationRunStartTime,
  this.numberOfRecentAmisToKeep,
  this.replicationJobId,
  this.replicationRunList,
  this.roleName,
  this.runOnce,
  this.seedReplicationTime,
  this.serverId,
  this.serverType,
  this.state,
  this.statusMessage,
  this.vmServer,
});