Class RouteServerPropagation
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.RouteServerPropagation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RouteServerPropagation.Builder,RouteServerPropagation>
@Generated("software.amazon.awssdk:codegen") public final class RouteServerPropagation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RouteServerPropagation.Builder,RouteServerPropagation>
Describes the route propagation configuration between a route server and a route table.
When enabled, route server propagation installs the routes in the FIB on the route table you've specified. Route server supports IPv4 and IPv6 route propagation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRouteServerPropagation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RouteServerPropagation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrouteServerId()The ID of the route server configured for route propagation.StringrouteTableId()The ID of the route table configured for route server propagation.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RouteServerPropagation.Builder>serializableBuilderClass()RouteServerPropagationStatestate()The current state of route propagation.StringstateAsString()The current state of route propagation.RouteServerPropagation.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
-
routeServerId
public final String routeServerId()
The ID of the route server configured for route propagation.
- Returns:
- The ID of the route server configured for route propagation.
-
routeTableId
public final String routeTableId()
The ID of the route table configured for route server propagation.
- Returns:
- The ID of the route table configured for route server propagation.
-
state
public final RouteServerPropagationState state()
The current state of route propagation.
If the service returns an enum value that is not available in the current SDK version,
statewill returnRouteServerPropagationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of route propagation.
- See Also:
RouteServerPropagationState
-
stateAsString
public final String stateAsString()
The current state of route propagation.
If the service returns an enum value that is not available in the current SDK version,
statewill returnRouteServerPropagationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of route propagation.
- See Also:
RouteServerPropagationState
-
toBuilder
public RouteServerPropagation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RouteServerPropagation.Builder,RouteServerPropagation>
-
builder
public static RouteServerPropagation.Builder builder()
-
serializableBuilderClass
public static Class<? extends RouteServerPropagation.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-