com.pulumi.googlenative.container.v1.inputs.ReservationAffinityArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.googlenative.container.v1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.googlenative.container.v1.enums.ReservationAffinityConsumeReservationType;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* [ReservationAffinity](https://cloud.google.com/compute/docs/instances/reserving-zonal-resources) is the configuration of desired reservation which instances could take capacity from.
*
*/
public final class ReservationAffinityArgs extends com.pulumi.resources.ResourceArgs {
public static final ReservationAffinityArgs Empty = new ReservationAffinityArgs();
/**
* Corresponds to the type of reservation consumption.
*
*/
@Import(name="consumeReservationType")
private @Nullable Output consumeReservationType;
/**
* @return Corresponds to the type of reservation consumption.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy