Class VpcInfoPeeringOptionsDetails

    • 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()

        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.
      • allowEgressFromLocalVpcToRemoteClassicLink

        public final Boolean allowEgressFromLocalVpcToRemoteClassicLink()

        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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)