@Generated(value="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
ReplicationInstance user-defined data type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplicationPendingModifiedValues.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
allocatedStorage()
The amount of storage (in gigabytes) that is allocated for the replication instance.
|
static ReplicationPendingModifiedValues.Builder |
builder() |
String |
engineVersion()
The engine version number of the replication instance.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
multiAZ()
Specifies whether the replication instance is a Multi-AZ deployment.
|
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.
|
String |
replicationInstanceClass()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.
public final Integer allocatedStorage()
The amount of storage (in gigabytes) that is allocated for the replication instance.
public final Boolean multiAZ()
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.
AvailabilityZone parameter if the Multi-AZ parameter is set to true.public final String engineVersion()
The engine version number of the replication instance.
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.
public ReplicationPendingModifiedValues.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReplicationPendingModifiedValues.Builder,ReplicationPendingModifiedValues>public static ReplicationPendingModifiedValues.Builder builder()
public static Class<? extends ReplicationPendingModifiedValues.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.