@Generated(value="software.amazon.awssdk:codegen") public final class PeeringConnectionOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PeeringConnectionOptions.Builder,PeeringConnectionOptions>
Describes the VPC peering connection options.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PeeringConnectionOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowDnsResolutionFromRemoteVpc()
If true, the public DNS hostnames of instances in the specified VPC resolve to private IP addresses when queried
from instances in the peer VPC.
|
Boolean |
allowEgressFromLocalClassicLinkToRemoteVpc()
Deprecated.
|
Boolean |
allowEgressFromLocalVpcToRemoteClassicLink()
Deprecated.
|
static PeeringConnectionOptions.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 PeeringConnectionOptions.Builder> |
serializableBuilderClass() |
PeeringConnectionOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean allowDnsResolutionFromRemoteVpc()
If true, the public DNS hostnames of instances in the specified VPC resolve to private IP addresses when queried from instances in the peer VPC.
public final Boolean allowEgressFromLocalClassicLinkToRemoteVpc()
Deprecated.
public final Boolean allowEgressFromLocalVpcToRemoteClassicLink()
Deprecated.
public PeeringConnectionOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PeeringConnectionOptions.Builder,PeeringConnectionOptions>public static PeeringConnectionOptions.Builder builder()
public static Class<? extends PeeringConnectionOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.