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

com.google.cloud.compute.v1.VpnGatewayStatusVpnConnectionOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.66.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License 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.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;

public interface VpnGatewayStatusVpnConnectionOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.VpnGatewayStatusVpnConnection)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * 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; * * @return Whether the peerExternalGateway field is set. */ 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; * * @return The peerExternalGateway. */ java.lang.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; * * @return The bytes for peerExternalGateway. */ com.google.protobuf.ByteString getPeerExternalGatewayBytes(); /** * * *
   * 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; * * @return Whether the peerGcpGateway field is set. */ 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; * * @return The peerGcpGateway. */ java.lang.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; * * @return The bytes for peerGcpGateway. */ com.google.protobuf.ByteString getPeerGcpGatewayBytes(); /** * * *
   * HighAvailabilityRequirementState for the VPN connection.
   * 
* * * optional .google.cloud.compute.v1.VpnGatewayStatusHighAvailabilityRequirementState state = 109757585; * * * @return Whether the state field is set. */ boolean hasState(); /** * * *
   * HighAvailabilityRequirementState for the VPN connection.
   * 
* * * optional .google.cloud.compute.v1.VpnGatewayStatusHighAvailabilityRequirementState state = 109757585; * * * @return The state. */ com.google.cloud.compute.v1.VpnGatewayStatusHighAvailabilityRequirementState getState(); /** * * *
   * HighAvailabilityRequirementState for the VPN connection.
   * 
* * * optional .google.cloud.compute.v1.VpnGatewayStatusHighAvailabilityRequirementState state = 109757585; * */ com.google.cloud.compute.v1.VpnGatewayStatusHighAvailabilityRequirementStateOrBuilder getStateOrBuilder(); /** * * *
   * List of VPN tunnels that are in this VPN connection.
   * 
* * repeated .google.cloud.compute.v1.VpnGatewayStatusTunnel tunnels = 104561931; */ java.util.List getTunnelsList(); /** * * *
   * List of VPN tunnels that are in this VPN connection.
   * 
* * repeated .google.cloud.compute.v1.VpnGatewayStatusTunnel tunnels = 104561931; */ com.google.cloud.compute.v1.VpnGatewayStatusTunnel getTunnels(int index); /** * * *
   * List of VPN tunnels that are in this VPN connection.
   * 
* * repeated .google.cloud.compute.v1.VpnGatewayStatusTunnel tunnels = 104561931; */ int getTunnelsCount(); /** * * *
   * List of VPN tunnels that are in this VPN connection.
   * 
* * repeated .google.cloud.compute.v1.VpnGatewayStatusTunnel tunnels = 104561931; */ java.util.List getTunnelsOrBuilderList(); /** * * *
   * List of VPN tunnels that are in this VPN connection.
   * 
* * repeated .google.cloud.compute.v1.VpnGatewayStatusTunnel tunnels = 104561931; */ com.google.cloud.compute.v1.VpnGatewayStatusTunnelOrBuilder getTunnelsOrBuilder(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy