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

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

  /**
   *
   *
   * 
   * [Output only] List of resources currently in use.
   * 
* * * repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo in_use_resources = 409009107; * */ java.util.List getInUseResourcesList(); /** * * *
   * [Output only] List of resources currently in use.
   * 
* * * repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo in_use_resources = 409009107; * */ com.google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo getInUseResources( int index); /** * * *
   * [Output only] List of resources currently in use.
   * 
* * * repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo in_use_resources = 409009107; * */ int getInUseResourcesCount(); /** * * *
   * [Output only] List of resources currently in use.
   * 
* * * repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo in_use_resources = 409009107; * */ java.util.List< ? extends com.google.cloud.compute.v1 .AllocationAggregateReservationReservedResourceInfoOrBuilder> getInUseResourcesOrBuilderList(); /** * * *
   * [Output only] List of resources currently in use.
   * 
* * * repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo in_use_resources = 409009107; * */ com.google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfoOrBuilder getInUseResourcesOrBuilder(int index); /** * * *
   * List of reserved resources (CPUs, memory, accelerators).
   * 
* * * repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo reserved_resources = 213217742; * */ java.util.List getReservedResourcesList(); /** * * *
   * List of reserved resources (CPUs, memory, accelerators).
   * 
* * * repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo reserved_resources = 213217742; * */ com.google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo getReservedResources(int index); /** * * *
   * List of reserved resources (CPUs, memory, accelerators).
   * 
* * * repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo reserved_resources = 213217742; * */ int getReservedResourcesCount(); /** * * *
   * List of reserved resources (CPUs, memory, accelerators).
   * 
* * * repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo reserved_resources = 213217742; * */ java.util.List< ? extends com.google.cloud.compute.v1 .AllocationAggregateReservationReservedResourceInfoOrBuilder> getReservedResourcesOrBuilderList(); /** * * *
   * List of reserved resources (CPUs, memory, accelerators).
   * 
* * * repeated .google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo reserved_resources = 213217742; * */ com.google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfoOrBuilder getReservedResourcesOrBuilder(int index); /** * * *
   * The VM family that all instances scheduled against this reservation must belong to.
   * Check the VmFamily enum for the list of possible values.
   * 
* * optional string vm_family = 125017580; * * @return Whether the vmFamily field is set. */ boolean hasVmFamily(); /** * * *
   * The VM family that all instances scheduled against this reservation must belong to.
   * Check the VmFamily enum for the list of possible values.
   * 
* * optional string vm_family = 125017580; * * @return The vmFamily. */ java.lang.String getVmFamily(); /** * * *
   * The VM family that all instances scheduled against this reservation must belong to.
   * Check the VmFamily enum for the list of possible values.
   * 
* * optional string vm_family = 125017580; * * @return The bytes for vmFamily. */ com.google.protobuf.ByteString getVmFamilyBytes(); /** * * *
   * The workload type of the instances that will target this reservation.
   * Check the WorkloadType enum for the list of possible values.
   * 
* * optional string workload_type = 273432322; * * @return Whether the workloadType field is set. */ boolean hasWorkloadType(); /** * * *
   * The workload type of the instances that will target this reservation.
   * Check the WorkloadType enum for the list of possible values.
   * 
* * optional string workload_type = 273432322; * * @return The workloadType. */ java.lang.String getWorkloadType(); /** * * *
   * The workload type of the instances that will target this reservation.
   * Check the WorkloadType enum for the list of possible values.
   * 
* * optional string workload_type = 273432322; * * @return The bytes for workloadType. */ com.google.protobuf.ByteString getWorkloadTypeBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy