com.pulumi.digitalocean.inputs.GetDropletSnapshotArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of digitalocean Show documentation
Show all versions of digitalocean Show documentation
A Pulumi package for creating and managing DigitalOcean cloud resources.
// *** 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.digitalocean.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Boolean;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class GetDropletSnapshotArgs extends com.pulumi.resources.InvokeArgs {
public static final GetDropletSnapshotArgs Empty = new GetDropletSnapshotArgs();
/**
* If more than one result is returned, use the most recent Droplet snapshot.
*
* > **NOTE:** If more or less than a single match is returned by the search,
* the update will fail. Ensure that your search is specific enough to return
* a single Droplet snapshot ID only, or use `most_recent` to choose the most recent one.
*
*/
@Import(name="mostRecent")
private @Nullable Output mostRecent;
/**
* @return If more than one result is returned, use the most recent Droplet snapshot.
*
* > **NOTE:** If more or less than a single match is returned by the search,
* the update will fail. Ensure that your search is specific enough to return
* a single Droplet snapshot ID only, or use `most_recent` to choose the most recent one.
*
*/
public Optional