Class ModifyVpnConnectionOptionsRequest

    • Method Detail

      • vpnConnectionId

        public final String vpnConnectionId()

        The ID of the Site-to-Site VPN connection.

        Returns:
        The ID of the Site-to-Site VPN connection.
      • localIpv4NetworkCidr

        public final String localIpv4NetworkCidr()

        The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.

        Default: 0.0.0.0/0

        Returns:
        The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.

        Default: 0.0.0.0/0

      • remoteIpv4NetworkCidr

        public final String remoteIpv4NetworkCidr()

        The IPv4 CIDR on the Amazon Web Services side of the VPN connection.

        Default: 0.0.0.0/0

        Returns:
        The IPv4 CIDR on the Amazon Web Services side of the VPN connection.

        Default: 0.0.0.0/0

      • localIpv6NetworkCidr

        public final String localIpv6NetworkCidr()

        The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.

        Default: ::/0

        Returns:
        The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.

        Default: ::/0

      • remoteIpv6NetworkCidr

        public final String remoteIpv6NetworkCidr()

        The IPv6 CIDR on the Amazon Web Services side of the VPN connection.

        Default: ::/0

        Returns:
        The IPv6 CIDR on the Amazon Web Services side of the VPN connection.

        Default: ::/0

      • dryRun

        public final Boolean dryRun()

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Returns:
        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      • 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