Class: Aws::DatabaseMigrationService::Types::ReplicationPendingModifiedValues

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Provides information about the values of pending modifications to a replication instance. This data type is an object of the [ ‘ReplicationInstance` ][1] user-defined data type.

[1]: docs.aws.amazon.com/dms/latest/APIReference/API_ReplicationInstance.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storageInteger

The amount of storage (in gigabytes) that is allocated for the replication instance.

Returns:

  • (Integer)


11267
11268
11269
11270
11271
11272
11273
11274
11275
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11267

class ReplicationPendingModifiedValues < Struct.new(
  :replication_instance_class,
  :allocated_storage,
  :multi_az,
  :engine_version,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

The engine version number of the replication instance.

Returns:

  • (String)


11267
11268
11269
11270
11271
11272
11273
11274
11275
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11267

class ReplicationPendingModifiedValues < Struct.new(
  :replication_instance_class,
  :allocated_storage,
  :multi_az,
  :engine_version,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#multi_azBoolean

Specifies whether the replication instance is a Multi-AZ deployment. You can’t set the ‘AvailabilityZone` parameter if the Multi-AZ parameter is set to `true`.

Returns:

  • (Boolean)


11267
11268
11269
11270
11271
11272
11273
11274
11275
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11267

class ReplicationPendingModifiedValues < Struct.new(
  :replication_instance_class,
  :allocated_storage,
  :multi_az,
  :engine_version,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#network_typeString

The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.

Returns:

  • (String)


11267
11268
11269
11270
11271
11272
11273
11274
11275
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11267

class ReplicationPendingModifiedValues < Struct.new(
  :replication_instance_class,
  :allocated_storage,
  :multi_az,
  :engine_version,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#replication_instance_classString

The compute and memory capacity of the replication instance as defined for the specified replication instance class.

For more information on the settings and capacities for the available replication instance classes, see [ Selecting the right DMS replication instance for your migration].

[1]: docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth

Returns:

  • (String)


11267
11268
11269
11270
11271
11272
11273
11274
11275
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11267

class ReplicationPendingModifiedValues < Struct.new(
  :replication_instance_class,
  :allocated_storage,
  :multi_az,
  :engine_version,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end