com.pulumi.googlenative.appengine.v1beta.inputs.ManualScalingArgs 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.appengine.v1beta.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Integer;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
*
*/
public final class ManualScalingArgs extends com.pulumi.resources.ResourceArgs {
public static final ManualScalingArgs Empty = new ManualScalingArgs();
/**
* Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.
*
*/
@Import(name="instances")
private @Nullable Output instances;
/**
* @return Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy