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

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

  /**
   *
   *
   * 
   * The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.
   * 
* * optional string ip_cidr_range = 98117322; * * @return Whether the ipCidrRange field is set. */ boolean hasIpCidrRange(); /** * * *
   * The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.
   * 
* * optional string ip_cidr_range = 98117322; * * @return The ipCidrRange. */ java.lang.String getIpCidrRange(); /** * * *
   * The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.
   * 
* * optional string ip_cidr_range = 98117322; * * @return The bytes for ipCidrRange. */ com.google.protobuf.ByteString getIpCidrRangeBytes(); /** * * *
   * The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
   * 
* * optional string range_name = 332216397; * * @return Whether the rangeName field is set. */ boolean hasRangeName(); /** * * *
   * The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
   * 
* * optional string range_name = 332216397; * * @return The rangeName. */ java.lang.String getRangeName(); /** * * *
   * The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
   * 
* * optional string range_name = 332216397; * * @return The bytes for rangeName. */ com.google.protobuf.ByteString getRangeNameBytes(); /** * * *
   * The URL of the reserved internal range.
   * 
* * optional string reserved_internal_range = 286248754; * * @return Whether the reservedInternalRange field is set. */ boolean hasReservedInternalRange(); /** * * *
   * The URL of the reserved internal range.
   * 
* * optional string reserved_internal_range = 286248754; * * @return The reservedInternalRange. */ java.lang.String getReservedInternalRange(); /** * * *
   * The URL of the reserved internal range.
   * 
* * optional string reserved_internal_range = 286248754; * * @return The bytes for reservedInternalRange. */ com.google.protobuf.ByteString getReservedInternalRangeBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy