ReplicationJob constructor
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,
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,
});