All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.ec2.model.VpnTunnelOptionsSpecification Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon EC2 module holds the client classes that are used for communicating with Amazon EC2 Service

There is a newer version: 1.12.772
Show newest version
/*
 * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */
package com.amazonaws.services.ec2.model;

import java.io.Serializable;
import javax.annotation.Generated;

/**
 * 

* The tunnel options for a VPN connection. *

* * @see AWS * API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class VpnTunnelOptionsSpecification implements Serializable, Cloneable { /** *

* The range of inside IP addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN * connections that use the same virtual private gateway. *

*

* Constraints: A size /30 CIDR block from the 169.254.0.0/16 range. The following CIDR blocks are * reserved and cannot be used: *

*
    *
  • *

    * 169.254.0.0/30 *

    *
  • *
  • *

    * 169.254.1.0/30 *

    *
  • *
  • *

    * 169.254.2.0/30 *

    *
  • *
  • *

    * 169.254.3.0/30 *

    *
  • *
  • *

    * 169.254.4.0/30 *

    *
  • *
  • *

    * 169.254.5.0/30 *

    *
  • *
  • *

    * 169.254.169.252/30 *

    *
  • *
*/ private String tunnelInsideCidr; /** *

* The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer * gateway. *

*

* Constraints: Allowed characters are alphanumeric characters and ._. Must be between 8 and 64 characters in length * and cannot start with zero (0). *

*/ private String preSharedKey; /** *

* The range of inside IP addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN * connections that use the same virtual private gateway. *

*

* Constraints: A size /30 CIDR block from the 169.254.0.0/16 range. The following CIDR blocks are * reserved and cannot be used: *

*
    *
  • *

    * 169.254.0.0/30 *

    *
  • *
  • *

    * 169.254.1.0/30 *

    *
  • *
  • *

    * 169.254.2.0/30 *

    *
  • *
  • *

    * 169.254.3.0/30 *

    *
  • *
  • *

    * 169.254.4.0/30 *

    *
  • *
  • *

    * 169.254.5.0/30 *

    *
  • *
  • *

    * 169.254.169.252/30 *

    *
  • *
* * @param tunnelInsideCidr * The range of inside IP addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN * connections that use the same virtual private gateway.

*

* Constraints: A size /30 CIDR block from the 169.254.0.0/16 range. The following CIDR blocks * are reserved and cannot be used: *

*
    *
  • *

    * 169.254.0.0/30 *

    *
  • *
  • *

    * 169.254.1.0/30 *

    *
  • *
  • *

    * 169.254.2.0/30 *

    *
  • *
  • *

    * 169.254.3.0/30 *

    *
  • *
  • *

    * 169.254.4.0/30 *

    *
  • *
  • *

    * 169.254.5.0/30 *

    *
  • *
  • *

    * 169.254.169.252/30 *

    *
  • */ public void setTunnelInsideCidr(String tunnelInsideCidr) { this.tunnelInsideCidr = tunnelInsideCidr; } /** *

    * The range of inside IP addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN * connections that use the same virtual private gateway. *

    *

    * Constraints: A size /30 CIDR block from the 169.254.0.0/16 range. The following CIDR blocks are * reserved and cannot be used: *

    *
      *
    • *

      * 169.254.0.0/30 *

      *
    • *
    • *

      * 169.254.1.0/30 *

      *
    • *
    • *

      * 169.254.2.0/30 *

      *
    • *
    • *

      * 169.254.3.0/30 *

      *
    • *
    • *

      * 169.254.4.0/30 *

      *
    • *
    • *

      * 169.254.5.0/30 *

      *
    • *
    • *

      * 169.254.169.252/30 *

      *
    • *
    * * @return The range of inside IP addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN * connections that use the same virtual private gateway.

    *

    * Constraints: A size /30 CIDR block from the 169.254.0.0/16 range. The following CIDR blocks * are reserved and cannot be used: *

    *
      *
    • *

      * 169.254.0.0/30 *

      *
    • *
    • *

      * 169.254.1.0/30 *

      *
    • *
    • *

      * 169.254.2.0/30 *

      *
    • *
    • *

      * 169.254.3.0/30 *

      *
    • *
    • *

      * 169.254.4.0/30 *

      *
    • *
    • *

      * 169.254.5.0/30 *

      *
    • *
    • *

      * 169.254.169.252/30 *

      *
    • */ public String getTunnelInsideCidr() { return this.tunnelInsideCidr; } /** *

      * The range of inside IP addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN * connections that use the same virtual private gateway. *

      *

      * Constraints: A size /30 CIDR block from the 169.254.0.0/16 range. The following CIDR blocks are * reserved and cannot be used: *

      *
        *
      • *

        * 169.254.0.0/30 *

        *
      • *
      • *

        * 169.254.1.0/30 *

        *
      • *
      • *

        * 169.254.2.0/30 *

        *
      • *
      • *

        * 169.254.3.0/30 *

        *
      • *
      • *

        * 169.254.4.0/30 *

        *
      • *
      • *

        * 169.254.5.0/30 *

        *
      • *
      • *

        * 169.254.169.252/30 *

        *
      • *
      * * @param tunnelInsideCidr * The range of inside IP addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN * connections that use the same virtual private gateway.

      *

      * Constraints: A size /30 CIDR block from the 169.254.0.0/16 range. The following CIDR blocks * are reserved and cannot be used: *

      *
        *
      • *

        * 169.254.0.0/30 *

        *
      • *
      • *

        * 169.254.1.0/30 *

        *
      • *
      • *

        * 169.254.2.0/30 *

        *
      • *
      • *

        * 169.254.3.0/30 *

        *
      • *
      • *

        * 169.254.4.0/30 *

        *
      • *
      • *

        * 169.254.5.0/30 *

        *
      • *
      • *

        * 169.254.169.252/30 *

        *
      • * @return Returns a reference to this object so that method calls can be chained together. */ public VpnTunnelOptionsSpecification withTunnelInsideCidr(String tunnelInsideCidr) { setTunnelInsideCidr(tunnelInsideCidr); return this; } /** *

        * The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer * gateway. *

        *

        * Constraints: Allowed characters are alphanumeric characters and ._. Must be between 8 and 64 characters in length * and cannot start with zero (0). *

        * * @param preSharedKey * The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and * customer gateway.

        *

        * Constraints: Allowed characters are alphanumeric characters and ._. Must be between 8 and 64 characters in * length and cannot start with zero (0). */ public void setPreSharedKey(String preSharedKey) { this.preSharedKey = preSharedKey; } /** *

        * The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer * gateway. *

        *

        * Constraints: Allowed characters are alphanumeric characters and ._. Must be between 8 and 64 characters in length * and cannot start with zero (0). *

        * * @return The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and * customer gateway.

        *

        * Constraints: Allowed characters are alphanumeric characters and ._. Must be between 8 and 64 characters * in length and cannot start with zero (0). */ public String getPreSharedKey() { return this.preSharedKey; } /** *

        * The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer * gateway. *

        *

        * Constraints: Allowed characters are alphanumeric characters and ._. Must be between 8 and 64 characters in length * and cannot start with zero (0). *

        * * @param preSharedKey * The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and * customer gateway.

        *

        * Constraints: Allowed characters are alphanumeric characters and ._. Must be between 8 and 64 characters in * length and cannot start with zero (0). * @return Returns a reference to this object so that method calls can be chained together. */ public VpnTunnelOptionsSpecification withPreSharedKey(String preSharedKey) { setPreSharedKey(preSharedKey); return this; } /** * 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. * * @return A string representation of this object. * * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getTunnelInsideCidr() != null) sb.append("TunnelInsideCidr: ").append(getTunnelInsideCidr()).append(","); if (getPreSharedKey() != null) sb.append("PreSharedKey: ").append(getPreSharedKey()); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof VpnTunnelOptionsSpecification == false) return false; VpnTunnelOptionsSpecification other = (VpnTunnelOptionsSpecification) obj; if (other.getTunnelInsideCidr() == null ^ this.getTunnelInsideCidr() == null) return false; if (other.getTunnelInsideCidr() != null && other.getTunnelInsideCidr().equals(this.getTunnelInsideCidr()) == false) return false; if (other.getPreSharedKey() == null ^ this.getPreSharedKey() == null) return false; if (other.getPreSharedKey() != null && other.getPreSharedKey().equals(this.getPreSharedKey()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getTunnelInsideCidr() == null) ? 0 : getTunnelInsideCidr().hashCode()); hashCode = prime * hashCode + ((getPreSharedKey() == null) ? 0 : getPreSharedKey().hashCode()); return hashCode; } @Override public VpnTunnelOptionsSpecification clone() { try { return (VpnTunnelOptionsSpecification) super.clone(); } catch (CloneNotSupportedException e) { throw new IllegalStateException("Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e); } } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy