Class ReplicationPendingModifiedValues
- java.lang.Object
-
- software.amazon.awssdk.services.databasemigration.model.ReplicationPendingModifiedValues
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReplicationPendingModifiedValues.Builder,ReplicationPendingModifiedValues>
@Generated("software.amazon.awssdk:codegen") public final class ReplicationPendingModifiedValues extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationPendingModifiedValues.Builder,ReplicationPendingModifiedValues>
Provides information about the values of pending modifications to a replication instance. This data type is an object of the
ReplicationInstanceuser-defined data type.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReplicationPendingModifiedValues.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerallocatedStorage()The amount of storage (in gigabytes) that is allocated for the replication instance.static ReplicationPendingModifiedValues.Builderbuilder()StringengineVersion()The engine version number of the replication instance.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanmultiAZ()Specifies whether the replication instance is a Multi-AZ deployment.StringnetworkType()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.StringreplicationInstanceClass()The compute and memory capacity of the replication instance as defined for the specified replication instance class.List<SdkField<?>>sdkFields()static Class<? extends ReplicationPendingModifiedValues.Builder>serializableBuilderClass()ReplicationPendingModifiedValues.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
replicationInstanceClass
public final String 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
public final Integer 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
public final Boolean 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
public final String engineVersion()
The engine version number of the replication instance.
- Returns:
- The engine version number of the replication instance.
-
networkType
public final String 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
public ReplicationPendingModifiedValues.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReplicationPendingModifiedValues.Builder,ReplicationPendingModifiedValues>
-
builder
public static ReplicationPendingModifiedValues.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReplicationPendingModifiedValues.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-