@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransitGatewayConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The structure of the transit gateway and network configuration that is used to connect the kdb environment to an internal network.
Constructor and Description |
---|
TransitGatewayConfiguration() |
Modifier and Type | Method and Description |
---|---|
TransitGatewayConfiguration |
clone() |
boolean |
equals(Object obj) |
List<NetworkACLEntry> |
getAttachmentNetworkAclConfiguration()
The rules that define how you manage the outbound traffic from kdb network to your internal network.
|
String |
getRoutableCIDRSpace()
The routing CIDR on behalf of kdb environment.
|
String |
getTransitGatewayID()
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to
your internal network.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttachmentNetworkAclConfiguration(Collection<NetworkACLEntry> attachmentNetworkAclConfiguration)
The rules that define how you manage the outbound traffic from kdb network to your internal network.
|
void |
setRoutableCIDRSpace(String routableCIDRSpace)
The routing CIDR on behalf of kdb environment.
|
void |
setTransitGatewayID(String transitGatewayID)
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to
your internal network.
|
String |
toString()
Returns a string representation of this object.
|
TransitGatewayConfiguration |
withAttachmentNetworkAclConfiguration(Collection<NetworkACLEntry> attachmentNetworkAclConfiguration)
The rules that define how you manage the outbound traffic from kdb network to your internal network.
|
TransitGatewayConfiguration |
withAttachmentNetworkAclConfiguration(NetworkACLEntry... attachmentNetworkAclConfiguration)
The rules that define how you manage the outbound traffic from kdb network to your internal network.
|
TransitGatewayConfiguration |
withRoutableCIDRSpace(String routableCIDRSpace)
The routing CIDR on behalf of kdb environment.
|
TransitGatewayConfiguration |
withTransitGatewayID(String transitGatewayID)
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to
your internal network.
|
public void setTransitGatewayID(String transitGatewayID)
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to your internal network.
transitGatewayID
- The identifier of the transit gateway created by the customer to connect outbound traffics from kdb
network to your internal network.public String getTransitGatewayID()
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to your internal network.
public TransitGatewayConfiguration withTransitGatewayID(String transitGatewayID)
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to your internal network.
transitGatewayID
- The identifier of the transit gateway created by the customer to connect outbound traffics from kdb
network to your internal network.public void setRoutableCIDRSpace(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.
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 String getRoutableCIDRSpace()
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 withRoutableCIDRSpace(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.
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 List<NetworkACLEntry> getAttachmentNetworkAclConfiguration()
The rules that define how you manage the outbound traffic from kdb network to your internal network.
public void setAttachmentNetworkAclConfiguration(Collection<NetworkACLEntry> attachmentNetworkAclConfiguration)
The rules that define how you manage the outbound traffic from kdb network to your internal network.
attachmentNetworkAclConfiguration
- The rules that define how you manage the outbound traffic from kdb network to your internal network.public TransitGatewayConfiguration withAttachmentNetworkAclConfiguration(NetworkACLEntry... attachmentNetworkAclConfiguration)
The rules that define how you manage the outbound traffic from kdb network to your internal network.
NOTE: This method appends the values to the existing list (if any). Use
setAttachmentNetworkAclConfiguration(java.util.Collection)
or
withAttachmentNetworkAclConfiguration(java.util.Collection)
if you want to override the existing values.
attachmentNetworkAclConfiguration
- The rules that define how you manage the outbound traffic from kdb network to your internal network.public TransitGatewayConfiguration withAttachmentNetworkAclConfiguration(Collection<NetworkACLEntry> attachmentNetworkAclConfiguration)
The rules that define how you manage the outbound traffic from kdb network to your internal network.
attachmentNetworkAclConfiguration
- The rules that define how you manage the outbound traffic from kdb network to your internal network.public String toString()
toString
in class Object
Object.toString()
public TransitGatewayConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.