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

target.apidocs.com.google.api.services.compute.model.VpnGatewayStatusVpnConnection.html Maven / Gradle / Ivy







VpnGatewayStatusVpnConnection (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute.model

Class VpnGatewayStatusVpnConnection

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class VpnGatewayStatusVpnConnection
    extends GenericJson
    A VPN connection contains all VPN tunnels connected from this VpnGateway to the same peer gateway. The peer gateway could either be a external VPN gateway or GCP VPN gateway.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • VpnGatewayStatusVpnConnection

        public VpnGatewayStatusVpnConnection()
    • Method Detail

      • getPeerExternalGateway

        public String getPeerExternalGateway()
        URL reference to the peer external VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway.
        Returns:
        value or null for none
      • setPeerExternalGateway

        public VpnGatewayStatusVpnConnection setPeerExternalGateway(String peerExternalGateway)
        URL reference to the peer external VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway.
        Parameters:
        peerExternalGateway - peerExternalGateway or null for none
      • getPeerGcpGateway

        public String getPeerGcpGateway()
        URL reference to the peer side VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway.
        Returns:
        value or null for none
      • setPeerGcpGateway

        public VpnGatewayStatusVpnConnection setPeerGcpGateway(String peerGcpGateway)
        URL reference to the peer side VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway.
        Parameters:
        peerGcpGateway - peerGcpGateway or null for none
      • getTunnels

        public List<VpnGatewayStatusTunnel> getTunnels()
        List of VPN tunnels that are in this VPN connection.
        Returns:
        value or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy