Class Resilience
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Resilience.Builder,Resilience>
Details of the SAP HANA system replication for the instance.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Resilience.Builderbuilder()final ClusterStatusThe cluster status of the component.final StringThe cluster status of the component.final BooleanIndicates if or not enqueue replication is enabled for the ASCS component.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final OperationModeThe operation mode of the component.final StringThe operation mode of the component.final ReplicationModeThe replication mode of the component.final StringThe replication mode of the component.final StringhsrTier()The tier of the component.static Class<? extends Resilience.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
hsrTier
-
hsrReplicationMode
The replication mode of the component.
If the service returns an enum value that is not available in the current SDK version,
hsrReplicationModewill returnReplicationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhsrReplicationModeAsString().- Returns:
- The replication mode of the component.
- See Also:
-
hsrReplicationModeAsString
The replication mode of the component.
If the service returns an enum value that is not available in the current SDK version,
hsrReplicationModewill returnReplicationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhsrReplicationModeAsString().- Returns:
- The replication mode of the component.
- See Also:
-
hsrOperationMode
The operation mode of the component.
If the service returns an enum value that is not available in the current SDK version,
hsrOperationModewill returnOperationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhsrOperationModeAsString().- Returns:
- The operation mode of the component.
- See Also:
-
hsrOperationModeAsString
The operation mode of the component.
If the service returns an enum value that is not available in the current SDK version,
hsrOperationModewill returnOperationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhsrOperationModeAsString().- Returns:
- The operation mode of the component.
- See Also:
-
clusterStatus
The cluster status of the component.
If the service returns an enum value that is not available in the current SDK version,
clusterStatuswill returnClusterStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromclusterStatusAsString().- Returns:
- The cluster status of the component.
- See Also:
-
clusterStatusAsString
The cluster status of the component.
If the service returns an enum value that is not available in the current SDK version,
clusterStatuswill returnClusterStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromclusterStatusAsString().- Returns:
- The cluster status of the component.
- See Also:
-
enqueueReplication
Indicates if or not enqueue replication is enabled for the ASCS component.
- Returns:
- Indicates if or not enqueue replication is enabled for the ASCS component.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<Resilience.Builder,Resilience> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-