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

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

/*
 * 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 NetworkAttachmentConnectedEndpointOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.NetworkAttachmentConnectedEndpoint)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The IPv4 address assigned to the producer instance network interface. This value will be a range in case of Serverless.
   * 
* * optional string ip_address = 406272220; * * @return Whether the ipAddress field is set. */ boolean hasIpAddress(); /** * * *
   * The IPv4 address assigned to the producer instance network interface. This value will be a range in case of Serverless.
   * 
* * optional string ip_address = 406272220; * * @return The ipAddress. */ java.lang.String getIpAddress(); /** * * *
   * The IPv4 address assigned to the producer instance network interface. This value will be a range in case of Serverless.
   * 
* * optional string ip_address = 406272220; * * @return The bytes for ipAddress. */ com.google.protobuf.ByteString getIpAddressBytes(); /** * * *
   * The IPv6 address assigned to the producer instance network interface. This is only assigned when the stack types of both the instance network interface and the consumer subnet are IPv4_IPv6.
   * 
* * optional string ipv6_address = 341563804; * * @return Whether the ipv6Address field is set. */ boolean hasIpv6Address(); /** * * *
   * The IPv6 address assigned to the producer instance network interface. This is only assigned when the stack types of both the instance network interface and the consumer subnet are IPv4_IPv6.
   * 
* * optional string ipv6_address = 341563804; * * @return The ipv6Address. */ java.lang.String getIpv6Address(); /** * * *
   * The IPv6 address assigned to the producer instance network interface. This is only assigned when the stack types of both the instance network interface and the consumer subnet are IPv4_IPv6.
   * 
* * optional string ipv6_address = 341563804; * * @return The bytes for ipv6Address. */ com.google.protobuf.ByteString getIpv6AddressBytes(); /** * * *
   * The project id or number of the interface to which the IP was assigned.
   * 
* * optional string project_id_or_num = 349783336; * * @return Whether the projectIdOrNum field is set. */ boolean hasProjectIdOrNum(); /** * * *
   * The project id or number of the interface to which the IP was assigned.
   * 
* * optional string project_id_or_num = 349783336; * * @return The projectIdOrNum. */ java.lang.String getProjectIdOrNum(); /** * * *
   * The project id or number of the interface to which the IP was assigned.
   * 
* * optional string project_id_or_num = 349783336; * * @return The bytes for projectIdOrNum. */ com.google.protobuf.ByteString getProjectIdOrNumBytes(); /** * * *
   * Alias IP ranges from the same subnetwork.
   * 
* * repeated string secondary_ip_cidr_ranges = 117184788; * * @return A list containing the secondaryIpCidrRanges. */ java.util.List getSecondaryIpCidrRangesList(); /** * * *
   * Alias IP ranges from the same subnetwork.
   * 
* * repeated string secondary_ip_cidr_ranges = 117184788; * * @return The count of secondaryIpCidrRanges. */ int getSecondaryIpCidrRangesCount(); /** * * *
   * Alias IP ranges from the same subnetwork.
   * 
* * repeated string secondary_ip_cidr_ranges = 117184788; * * @param index The index of the element to return. * @return The secondaryIpCidrRanges at the given index. */ java.lang.String getSecondaryIpCidrRanges(int index); /** * * *
   * Alias IP ranges from the same subnetwork.
   * 
* * repeated string secondary_ip_cidr_ranges = 117184788; * * @param index The index of the value to return. * @return The bytes of the secondaryIpCidrRanges at the given index. */ com.google.protobuf.ByteString getSecondaryIpCidrRangesBytes(int index); /** * * *
   * The status of a connected endpoint to this network attachment.
   * Check the Status enum for the list of possible values.
   * 
* * optional string status = 181260274; * * @return Whether the status field is set. */ boolean hasStatus(); /** * * *
   * The status of a connected endpoint to this network attachment.
   * Check the Status enum for the list of possible values.
   * 
* * optional string status = 181260274; * * @return The status. */ java.lang.String getStatus(); /** * * *
   * The status of a connected endpoint to this network attachment.
   * Check the Status enum for the list of possible values.
   * 
* * optional string status = 181260274; * * @return The bytes for status. */ com.google.protobuf.ByteString getStatusBytes(); /** * * *
   * The subnetwork used to assign the IP to the producer instance network interface.
   * 
* * optional string subnetwork = 307827694; * * @return Whether the subnetwork field is set. */ boolean hasSubnetwork(); /** * * *
   * The subnetwork used to assign the IP to the producer instance network interface.
   * 
* * optional string subnetwork = 307827694; * * @return The subnetwork. */ java.lang.String getSubnetwork(); /** * * *
   * The subnetwork used to assign the IP to the producer instance network interface.
   * 
* * optional string subnetwork = 307827694; * * @return The bytes for subnetwork. */ com.google.protobuf.ByteString getSubnetworkBytes(); /** * * *
   * [Output Only] The CIDR range of the subnet from which the IPv4 internal IP was allocated from.
   * 
* * optional string subnetwork_cidr_range = 383249827; * * @return Whether the subnetworkCidrRange field is set. */ boolean hasSubnetworkCidrRange(); /** * * *
   * [Output Only] The CIDR range of the subnet from which the IPv4 internal IP was allocated from.
   * 
* * optional string subnetwork_cidr_range = 383249827; * * @return The subnetworkCidrRange. */ java.lang.String getSubnetworkCidrRange(); /** * * *
   * [Output Only] The CIDR range of the subnet from which the IPv4 internal IP was allocated from.
   * 
* * optional string subnetwork_cidr_range = 383249827; * * @return The bytes for subnetworkCidrRange. */ com.google.protobuf.ByteString getSubnetworkCidrRangeBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy