Class VpcPeeringConnectionOptionsDescription
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.VpcPeeringConnectionOptionsDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VpcPeeringConnectionOptionsDescription.Builder,VpcPeeringConnectionOptionsDescription>
@Generated("software.amazon.awssdk:codegen") public final class VpcPeeringConnectionOptionsDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcPeeringConnectionOptionsDescription.Builder,VpcPeeringConnectionOptionsDescription>
Describes the VPC peering connection options.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVpcPeeringConnectionOptionsDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanallowDnsResolutionFromRemoteVpc()Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.BooleanallowEgressFromLocalClassicLinkToRemoteVpc()Deprecated.BooleanallowEgressFromLocalVpcToRemoteClassicLink()Deprecated.static VpcPeeringConnectionOptionsDescription.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends VpcPeeringConnectionOptionsDescription.Builder>serializableBuilderClass()VpcPeeringConnectionOptionsDescription.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
allowDnsResolutionFromRemoteVpc
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.
- Returns:
- Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
-
allowEgressFromLocalClassicLinkToRemoteVpc
public final Boolean allowEgressFromLocalClassicLinkToRemoteVpc()
Deprecated.
- Returns:
- Deprecated.
-
allowEgressFromLocalVpcToRemoteClassicLink
public final Boolean allowEgressFromLocalVpcToRemoteClassicLink()
Deprecated.
- Returns:
- Deprecated.
-
toBuilder
public VpcPeeringConnectionOptionsDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VpcPeeringConnectionOptionsDescription.Builder,VpcPeeringConnectionOptionsDescription>
-
builder
public static VpcPeeringConnectionOptionsDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends VpcPeeringConnectionOptionsDescription.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-