AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents a replication job.

Inheritance Hierarchy

System.Object
  Amazon.ServerMigrationService.Model.ReplicationJob

Namespace: Amazon.ServerMigrationService.Model
Assembly: AWSSDK.ServerMigrationService.dll
Version: 3.x.y.z

Syntax

C#
public class ReplicationJob

The ReplicationJob type exposes the following members

Constructors

NameDescription
Public Method ReplicationJob()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

The description of the replication job.

Public Property Encrypted System.Boolean

Gets and sets the property Encrypted.

Indicates whether the replication job should produce encrypted AMIs.

Public Property Frequency System.Int32

Gets and sets the property Frequency.

The time between consecutive replication runs, in hours.

Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

The ID of the KMS key for replication jobs that produce encrypted AMIs. This value can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to the KMS key ID

  • ARN referring to the KMS key alias

If encrypted is enabled but a KMS key ID is not specified, the customer's default KMS key for Amazon EBS is used.

Public Property LatestAmiId System.String

Gets and sets the property LatestAmiId.

The ID of the latest Amazon Machine Image (AMI).

Public Property LicenseType Amazon.ServerMigrationService.LicenseType

Gets and sets the property LicenseType.

The license type to be used for the AMI created by a successful replication run.

Public Property NextReplicationRunStartTime System.DateTime

Gets and sets the property NextReplicationRunStartTime.

The start time of the next replication run.

Public Property NumberOfRecentAmisToKeep System.Int32

Gets and sets the property NumberOfRecentAmisToKeep.

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.

Public Property ReplicationJobId System.String

Gets and sets the property ReplicationJobId.

The ID of the replication job.

Public Property ReplicationRunList System.Collections.Generic.List<Amazon.ServerMigrationService.Model.ReplicationRun>

Gets and sets the property ReplicationRunList.

Information about the replication runs.

Public Property RoleName System.String

Gets and sets the property RoleName.

The name of the IAM role to be used by Server Migration Service.

Public Property RunOnce System.Boolean

Gets and sets the property RunOnce.

Indicates whether to run the replication job one time.

Public Property SeedReplicationTime System.DateTime

Gets and sets the property SeedReplicationTime.

The seed replication time.

Public Property ServerId System.String

Gets and sets the property ServerId.

The ID of the server.

Public Property ServerType Amazon.ServerMigrationService.ServerType

Gets and sets the property ServerType.

The type of server.

Public Property State Amazon.ServerMigrationService.ReplicationJobState

Gets and sets the property State.

The state of the replication job.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

The description of the current status of the replication job.

Public Property VmServer Amazon.ServerMigrationService.Model.VmServer

Gets and sets the property VmServer.

Information about the VM server.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5