Interface VpnGatewayStatusVpnConnectionOrBuilder

    • Method Detail

      • hasPeerExternalGateway

        boolean hasPeerExternalGateway()
         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.
         
        optional string peer_external_gateway = 384956173;
        Returns:
        Whether the peerExternalGateway field is set.
      • getPeerExternalGateway

        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.
         
        optional string peer_external_gateway = 384956173;
        Returns:
        The peerExternalGateway.
      • getPeerExternalGatewayBytes

        com.google.protobuf.ByteString getPeerExternalGatewayBytes()
         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.
         
        optional string peer_external_gateway = 384956173;
        Returns:
        The bytes for peerExternalGateway.
      • hasPeerGcpGateway

        boolean hasPeerGcpGateway()
         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.
         
        optional string peer_gcp_gateway = 281867452;
        Returns:
        Whether the peerGcpGateway field is set.
      • getPeerGcpGateway

        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.
         
        optional string peer_gcp_gateway = 281867452;
        Returns:
        The peerGcpGateway.
      • getPeerGcpGatewayBytes

        com.google.protobuf.ByteString getPeerGcpGatewayBytes()
         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.
         
        optional string peer_gcp_gateway = 281867452;
        Returns:
        The bytes for peerGcpGateway.
      • hasState

        boolean hasState()
         HighAvailabilityRequirementState for the VPN connection.
         
        optional .google.cloud.compute.v1.VpnGatewayStatusHighAvailabilityRequirementState state = 109757585;
        Returns:
        Whether the state field is set.
      • getState

        VpnGatewayStatusHighAvailabilityRequirementState getState()
         HighAvailabilityRequirementState for the VPN connection.
         
        optional .google.cloud.compute.v1.VpnGatewayStatusHighAvailabilityRequirementState state = 109757585;
        Returns:
        The state.
      • getTunnelsList

        List<VpnGatewayStatusTunnel> getTunnelsList()
         List of VPN tunnels that are in this VPN connection.
         
        repeated .google.cloud.compute.v1.VpnGatewayStatusTunnel tunnels = 104561931;
      • getTunnels

        VpnGatewayStatusTunnel getTunnels​(int index)
         List of VPN tunnels that are in this VPN connection.
         
        repeated .google.cloud.compute.v1.VpnGatewayStatusTunnel tunnels = 104561931;
      • getTunnelsCount

        int getTunnelsCount()
         List of VPN tunnels that are in this VPN connection.
         
        repeated .google.cloud.compute.v1.VpnGatewayStatusTunnel tunnels = 104561931;
      • getTunnelsOrBuilderList

        List<? extends VpnGatewayStatusTunnelOrBuilder> getTunnelsOrBuilderList()
         List of VPN tunnels that are in this VPN connection.
         
        repeated .google.cloud.compute.v1.VpnGatewayStatusTunnel tunnels = 104561931;
      • getTunnelsOrBuilder

        VpnGatewayStatusTunnelOrBuilder getTunnelsOrBuilder​(int index)
         List of VPN tunnels that are in this VPN connection.
         
        repeated .google.cloud.compute.v1.VpnGatewayStatusTunnel tunnels = 104561931;