@Generated(value="software.amazon.awssdk:codegen") public final class VpcPeeringConnectionOptionsDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcPeeringConnectionOptionsDescription.Builder,VpcPeeringConnectionOptionsDescription>
Describes the VPC peering connection options.
Modifier and Type | Class and Description |
---|---|
static interface |
VpcPeeringConnectionOptionsDescription.Builder |
Modifier and Type | Method and Description |
---|---|
Boolean |
allowDnsResolutionFromRemoteVpc()
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from
instances in a peer VPC.
|
Boolean |
allowEgressFromLocalClassicLinkToRemoteVpc()
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering
connection.
|
Boolean |
allowEgressFromLocalVpcToRemoteClassicLink()
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering
connection.
|
static VpcPeeringConnectionOptionsDescription.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VpcPeeringConnectionOptionsDescription.Builder> |
serializableBuilderClass() |
VpcPeeringConnectionOptionsDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Boolean allowDnsResolutionFromRemoteVpc()
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
public final Boolean allowEgressFromLocalClassicLinkToRemoteVpc()
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
public final Boolean allowEgressFromLocalVpcToRemoteClassicLink()
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
public VpcPeeringConnectionOptionsDescription.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<VpcPeeringConnectionOptionsDescription.Builder,VpcPeeringConnectionOptionsDescription>
public static VpcPeeringConnectionOptionsDescription.Builder builder()
public static Class<? extends VpcPeeringConnectionOptionsDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.