
com.pulumi.azurenative.azurefleet.inputs.CapacityReservationProfileArgs 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.azurenative.azurefleet.inputs;
import com.pulumi.azurenative.azurefleet.inputs.SubResourceArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* The parameters of a capacity reservation Profile.
*
*/
public final class CapacityReservationProfileArgs extends com.pulumi.resources.ResourceArgs {
public static final CapacityReservationProfileArgs Empty = new CapacityReservationProfileArgs();
/**
* Specifies the capacity reservation group resource id that should be used for
* allocating the virtual machine or scaleset vm instances provided enough
* capacity has been reserved. Please refer to https://aka.ms/CapacityReservation
* for more details.
*
*/
@Import(name="capacityReservationGroup")
private @Nullable Output capacityReservationGroup;
/**
* @return Specifies the capacity reservation group resource id that should be used for
* allocating the virtual machine or scaleset vm instances provided enough
* capacity has been reserved. Please refer to https://aka.ms/CapacityReservation
* for more details.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy