Class VpcPeeringConnectionOptionsDescription
- All Implemented Interfaces:
Serializable,Cloneable
Describes the VPC peering connection options.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIndicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.inthashCode()Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.voidsetAllowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc) Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.voidsetAllowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink) Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.toString()Returns a string representation of this object; useful for testing and debugging.withAllowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc) Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.withAllowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink) Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
-
Constructor Details
-
VpcPeeringConnectionOptionsDescription
public VpcPeeringConnectionOptionsDescription()
-
-
Method Details
-
setAllowEgressFromLocalClassicLinkToRemoteVpc
public void setAllowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc) Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
- Parameters:
allowEgressFromLocalClassicLinkToRemoteVpc- Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
-
getAllowEgressFromLocalClassicLinkToRemoteVpc
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
- Returns:
- Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
-
withAllowEgressFromLocalClassicLinkToRemoteVpc
public VpcPeeringConnectionOptionsDescription withAllowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc) Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
- Parameters:
allowEgressFromLocalClassicLinkToRemoteVpc- Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAllowEgressFromLocalClassicLinkToRemoteVpc
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
- Returns:
- Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
-
setAllowEgressFromLocalVpcToRemoteClassicLink
public void setAllowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink) Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
- Parameters:
allowEgressFromLocalVpcToRemoteClassicLink- Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
-
getAllowEgressFromLocalVpcToRemoteClassicLink
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
- Returns:
- Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
-
withAllowEgressFromLocalVpcToRemoteClassicLink
public VpcPeeringConnectionOptionsDescription withAllowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink) Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
- Parameters:
allowEgressFromLocalVpcToRemoteClassicLink- Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAllowEgressFromLocalVpcToRemoteClassicLink
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
- Returns:
- Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-