
com.pulumi.azurenative.compute.inputs.GalleryDataDiskImageArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-native Show documentation
Show all versions of azure-native Show documentation
A native Pulumi package for creating and managing Azure 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.azurenative.compute.inputs;
import com.pulumi.azurenative.compute.enums.HostCaching;
import com.pulumi.azurenative.compute.inputs.GalleryDiskImageSourceArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Integer;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* This is the data disk image.
*
*/
public final class GalleryDataDiskImageArgs extends com.pulumi.resources.ResourceArgs {
public static final GalleryDataDiskImageArgs Empty = new GalleryDataDiskImageArgs();
/**
* The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
*
*/
@Import(name="hostCaching")
private @Nullable Output hostCaching;
/**
* @return The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy