Class ReplicationPendingModifiedValues
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReplicationPendingModifiedValues.Builder,ReplicationPendingModifiedValues>
Provides information about the values of pending modifications to a replication instance. This data type is an object
of the
ReplicationInstance user-defined data type.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal IntegerThe amount of storage (in gigabytes) that is allocated for the replication instance.builder()final StringThe engine version number of the replication instance.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanmultiAZ()Specifies whether the replication instance is a Multi-AZ deployment.final StringThe type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing.final StringThe compute and memory capacity of the replication instance as defined for the specified replication instance class.static Class<? extends ReplicationPendingModifiedValues.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
replicationInstanceClass
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.
- Returns:
- 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.
-
allocatedStorage
The amount of storage (in gigabytes) that is allocated for the replication instance.
- Returns:
- The amount of storage (in gigabytes) that is allocated for the replication instance.
-
multiAZ
Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZoneparameter if the Multi-AZ parameter is set totrue.- Returns:
- Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZoneparameter if the Multi-AZ parameter is set totrue.
-
engineVersion
The engine version number of the replication instance.
- Returns:
- The engine version number of the replication instance.
-
networkType
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:
- 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.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReplicationPendingModifiedValues.Builder,ReplicationPendingModifiedValues>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-