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

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

  /**
   *
   *
   * 
   * List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
   * 
* * repeated string drain_nat_ip_port_ranges = 395440577; * * @return A list containing the drainNatIpPortRanges. */ java.util.List getDrainNatIpPortRangesList(); /** * * *
   * List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
   * 
* * repeated string drain_nat_ip_port_ranges = 395440577; * * @return The count of drainNatIpPortRanges. */ int getDrainNatIpPortRangesCount(); /** * * *
   * List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
   * 
* * repeated string drain_nat_ip_port_ranges = 395440577; * * @param index The index of the element to return. * @return The drainNatIpPortRanges at the given index. */ java.lang.String getDrainNatIpPortRanges(int index); /** * * *
   * List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
   * 
* * repeated string drain_nat_ip_port_ranges = 395440577; * * @param index The index of the value to return. * @return The bytes of the drainNatIpPortRanges at the given index. */ com.google.protobuf.ByteString getDrainNatIpPortRangesBytes(int index); /** * * *
   * A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
   * 
* * repeated string nat_ip_port_ranges = 531830810; * * @return A list containing the natIpPortRanges. */ java.util.List getNatIpPortRangesList(); /** * * *
   * A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
   * 
* * repeated string nat_ip_port_ranges = 531830810; * * @return The count of natIpPortRanges. */ int getNatIpPortRangesCount(); /** * * *
   * A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
   * 
* * repeated string nat_ip_port_ranges = 531830810; * * @param index The index of the element to return. * @return The natIpPortRanges at the given index. */ java.lang.String getNatIpPortRanges(int index); /** * * *
   * A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
   * 
* * repeated string nat_ip_port_ranges = 531830810; * * @param index The index of the value to return. * @return The bytes of the natIpPortRanges at the given index. */ com.google.protobuf.ByteString getNatIpPortRangesBytes(int index); /** * * *
   * Total number of drain ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field drain_nat_ip_port_ranges.
   * 
* * optional int32 num_total_drain_nat_ports = 335532793; * * @return Whether the numTotalDrainNatPorts field is set. */ boolean hasNumTotalDrainNatPorts(); /** * * *
   * Total number of drain ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field drain_nat_ip_port_ranges.
   * 
* * optional int32 num_total_drain_nat_ports = 335532793; * * @return The numTotalDrainNatPorts. */ int getNumTotalDrainNatPorts(); /** * * *
   * Total number of ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field nat_ip_port_ranges.
   * 
* * optional int32 num_total_nat_ports = 299904384; * * @return Whether the numTotalNatPorts field is set. */ boolean hasNumTotalNatPorts(); /** * * *
   * Total number of ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field nat_ip_port_ranges.
   * 
* * optional int32 num_total_nat_ports = 299904384; * * @return The numTotalNatPorts. */ int getNumTotalNatPorts(); /** * * *
   * Information about mappings provided by rules in this NAT.
   * 
* * * repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings rule_mappings = 486192968; * */ java.util.List< com.google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings> getRuleMappingsList(); /** * * *
   * Information about mappings provided by rules in this NAT.
   * 
* * * repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings rule_mappings = 486192968; * */ com.google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings getRuleMappings(int index); /** * * *
   * Information about mappings provided by rules in this NAT.
   * 
* * * repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings rule_mappings = 486192968; * */ int getRuleMappingsCount(); /** * * *
   * Information about mappings provided by rules in this NAT.
   * 
* * * repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings rule_mappings = 486192968; * */ java.util.List< ? extends com.google.cloud.compute.v1 .VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappingsOrBuilder> getRuleMappingsOrBuilderList(); /** * * *
   * Information about mappings provided by rules in this NAT.
   * 
* * * repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings rule_mappings = 486192968; * */ com.google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappingsOrBuilder getRuleMappingsOrBuilder(int index); /** * * *
   * Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP range. Examples: "10.33.4.55/32", or "192.168.5.0/24".
   * 
* * optional string source_alias_ip_range = 440340952; * * @return Whether the sourceAliasIpRange field is set. */ boolean hasSourceAliasIpRange(); /** * * *
   * Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP range. Examples: "10.33.4.55/32", or "192.168.5.0/24".
   * 
* * optional string source_alias_ip_range = 440340952; * * @return The sourceAliasIpRange. */ java.lang.String getSourceAliasIpRange(); /** * * *
   * Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP range. Examples: "10.33.4.55/32", or "192.168.5.0/24".
   * 
* * optional string source_alias_ip_range = 440340952; * * @return The bytes for sourceAliasIpRange. */ com.google.protobuf.ByteString getSourceAliasIpRangeBytes(); /** * * *
   * Primary IP of the VM for this NIC.
   * 
* * optional string source_virtual_ip = 149836159; * * @return Whether the sourceVirtualIp field is set. */ boolean hasSourceVirtualIp(); /** * * *
   * Primary IP of the VM for this NIC.
   * 
* * optional string source_virtual_ip = 149836159; * * @return The sourceVirtualIp. */ java.lang.String getSourceVirtualIp(); /** * * *
   * Primary IP of the VM for this NIC.
   * 
* * optional string source_virtual_ip = 149836159; * * @return The bytes for sourceVirtualIp. */ com.google.protobuf.ByteString getSourceVirtualIpBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy