You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SMS::Types::ReplicationJob

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents a replication job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the replication job.

Returns:

  • (String)

    The description of the replication job.

#encryptedBoolean

Indicates whether the replication job should produce encrypted AMIs.

Returns:

  • (Boolean)

    Indicates whether the replication job should produce encrypted AMIs.

#frequencyInteger

The time between consecutive replication runs, in hours.

Returns:

  • (Integer)

    The time between consecutive replication runs, in hours.

#kms_key_idString

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.

Returns:

  • (String)

    The ID of the KMS key for replication jobs that produce encrypted AMIs.

#latest_ami_idString

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

Returns:

  • (String)

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

#license_typeString

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

Possible values:

  • AWS
  • BYOL

Returns:

  • (String)

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

#next_replication_run_start_timeTime

The start time of the next replication run.

Returns:

  • (Time)

    The start time of the next replication run.

#number_of_recent_amis_to_keepInteger

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.

Returns:

  • (Integer)

    The number of recent AMIs to keep in the customer\'s account for a replication job.

#replication_job_idString

The ID of the replication job.

Returns:

  • (String)

    The ID of the replication job.

#replication_run_listArray<Types::ReplicationRun>

Information about the replication runs.

Returns:

#role_nameString

The name of the IAM role to be used by AWS SMS.

Returns:

  • (String)

    The name of the IAM role to be used by AWS SMS.

#run_onceBoolean

Indicates whether to run the replication job one time.

Returns:

  • (Boolean)

    Indicates whether to run the replication job one time.

#seed_replication_timeTime

The seed replication time.

Returns:

  • (Time)

    The seed replication time.

#server_idString

The ID of the server.

Returns:

  • (String)

    The ID of the server.

#server_typeString

The type of server.

Possible values:

  • VIRTUAL_MACHINE

Returns:

  • (String)

    The type of server.

#stateString

The state of the replication job.

Possible values:

  • PENDING
  • ACTIVE
  • FAILED
  • DELETING
  • DELETED
  • COMPLETED
  • PAUSED_ON_FAILURE
  • FAILING

Returns:

  • (String)

    The state of the replication job.

#status_messageString

The description of the current status of the replication job.

Returns:

  • (String)

    The description of the current status of the replication job.

#vm_serverTypes::VmServer

Information about the VM server.

Returns: