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

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

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

  /**
   *
   *
   * 
   * List of all drain IP:port-range mappings assigned to this interface by this rule. 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 by this rule. 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 by this rule. 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 by this rule. 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 by this rule. 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 by this rule. 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 by this rule. 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 by this rule. 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 by this rule. It equals 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 by this rule. It equals 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 by this rule. It equals 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 by this rule. It equals the aggregated port number in the field nat_ip_port_ranges.
   * 
* * optional int32 num_total_nat_ports = 299904384; * * @return The numTotalNatPorts. */ int getNumTotalNatPorts(); /** * * *
   * Rule number of the NAT Rule.
   * 
* * optional int32 rule_number = 535211500; * * @return Whether the ruleNumber field is set. */ boolean hasRuleNumber(); /** * * *
   * Rule number of the NAT Rule.
   * 
* * optional int32 rule_number = 535211500; * * @return The ruleNumber. */ int getRuleNumber(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy