@Generated(value="software.amazon.awssdk:codegen") public final class TransitGatewayConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayConfiguration.Builder,TransitGatewayConfiguration>
The structure of the transit gateway and network configuration that is used to connect the kdb environment to an internal network.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransitGatewayConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TransitGatewayConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
routableCIDRSpace()
The routing CIDR on behalf of kdb environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransitGatewayConfiguration.Builder> |
serializableBuilderClass() |
TransitGatewayConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayID()
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to
your internal network.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String transitGatewayID()
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to your internal network.
public final String routableCIDRSpace()
The routing CIDR on behalf of kdb environment. It could be any "/26 range in the 100.64.0.0 CIDR space. After providing, it will be added to the customer's transit gateway routing table so that the traffics could be routed to kdb network.
public TransitGatewayConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransitGatewayConfiguration.Builder,TransitGatewayConfiguration>public static TransitGatewayConfiguration.Builder builder()
public static Class<? extends TransitGatewayConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.