public class VpcPeeringConnectionOptionsDescription
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes the VPC peering connection options.
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
allowEgressFromLocalClassicLinkToRemoteVpc
Indicates whether a local ClassicLink connection can communicate with the
peer VPC over the VPC peering connection.
|
private java.lang.Boolean |
allowEgressFromLocalVpcToRemoteClassicLink
Indicates whether a local VPC can communicate with a ClassicLink
connection in the peer VPC over the VPC peering connection.
|
Constructor and Description |
---|
VpcPeeringConnectionOptionsDescription() |
Modifier and Type | Method and Description |
---|---|
VpcPeeringConnectionOptionsDescription |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAllowEgressFromLocalClassicLinkToRemoteVpc()
Indicates whether a local ClassicLink connection can communicate with the
peer VPC over the VPC peering connection.
|
java.lang.Boolean |
getAllowEgressFromLocalVpcToRemoteClassicLink()
Indicates whether a local VPC can communicate with a ClassicLink
connection in the peer VPC over the VPC peering connection.
|
int |
hashCode() |
java.lang.Boolean |
isAllowEgressFromLocalClassicLinkToRemoteVpc()
Indicates whether a local ClassicLink connection can communicate with the
peer VPC over the VPC peering connection.
|
java.lang.Boolean |
isAllowEgressFromLocalVpcToRemoteClassicLink()
Indicates whether a local VPC can communicate with a ClassicLink
connection in the peer VPC over the VPC peering connection.
|
void |
setAllowEgressFromLocalClassicLinkToRemoteVpc(java.lang.Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
Indicates whether a local ClassicLink connection can communicate with the
peer VPC over the VPC peering connection.
|
void |
setAllowEgressFromLocalVpcToRemoteClassicLink(java.lang.Boolean allowEgressFromLocalVpcToRemoteClassicLink)
Indicates whether a local VPC can communicate with a ClassicLink
connection in the peer VPC over the VPC peering connection.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VpcPeeringConnectionOptionsDescription |
withAllowEgressFromLocalClassicLinkToRemoteVpc(java.lang.Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
Indicates whether a local ClassicLink connection can communicate with the
peer VPC over the VPC peering connection.
|
VpcPeeringConnectionOptionsDescription |
withAllowEgressFromLocalVpcToRemoteClassicLink(java.lang.Boolean allowEgressFromLocalVpcToRemoteClassicLink)
Indicates whether a local VPC can communicate with a ClassicLink
connection in the peer VPC over the VPC peering connection.
|
private java.lang.Boolean allowEgressFromLocalClassicLinkToRemoteVpc
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
private java.lang.Boolean allowEgressFromLocalVpcToRemoteClassicLink
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
public VpcPeeringConnectionOptionsDescription()
public void setAllowEgressFromLocalClassicLinkToRemoteVpc(java.lang.Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
allowEgressFromLocalClassicLinkToRemoteVpc
- Indicates whether a local ClassicLink connection can communicate
with the peer VPC over the VPC peering connection.public java.lang.Boolean getAllowEgressFromLocalClassicLinkToRemoteVpc()
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
public VpcPeeringConnectionOptionsDescription withAllowEgressFromLocalClassicLinkToRemoteVpc(java.lang.Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
allowEgressFromLocalClassicLinkToRemoteVpc
- Indicates whether a local ClassicLink connection can communicate
with the peer VPC over the VPC peering connection.public java.lang.Boolean isAllowEgressFromLocalClassicLinkToRemoteVpc()
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
public void setAllowEgressFromLocalVpcToRemoteClassicLink(java.lang.Boolean allowEgressFromLocalVpcToRemoteClassicLink)
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
allowEgressFromLocalVpcToRemoteClassicLink
- Indicates whether a local VPC can communicate with a ClassicLink
connection in the peer VPC over the VPC peering connection.public java.lang.Boolean getAllowEgressFromLocalVpcToRemoteClassicLink()
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
public VpcPeeringConnectionOptionsDescription withAllowEgressFromLocalVpcToRemoteClassicLink(java.lang.Boolean allowEgressFromLocalVpcToRemoteClassicLink)
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
allowEgressFromLocalVpcToRemoteClassicLink
- Indicates whether a local VPC can communicate with a ClassicLink
connection in the peer VPC over the VPC peering connection.public java.lang.Boolean isAllowEgressFromLocalVpcToRemoteClassicLink()
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public VpcPeeringConnectionOptionsDescription clone()
clone
in class java.lang.Object