
com.pulumi.azurenative.compute.inputs.SupportedCapabilitiesArgs 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.compute.inputs;
import com.pulumi.azurenative.compute.enums.Architecture;
import com.pulumi.core.Either;
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;
/**
* List of supported capabilities persisted on the disk resource for VM use.
*
*/
public final class SupportedCapabilitiesArgs extends com.pulumi.resources.ResourceArgs {
public static final SupportedCapabilitiesArgs Empty = new SupportedCapabilitiesArgs();
/**
* True if the image from which the OS disk is created supports accelerated networking.
*
*/
@Import(name="acceleratedNetwork")
private @Nullable Output acceleratedNetwork;
/**
* @return True if the image from which the OS disk is created supports accelerated networking.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy