com.pulumi.azure.compute.inputs.WindowsVirtualMachineOsImageNotificationArgs 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.azure.compute.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class WindowsVirtualMachineOsImageNotificationArgs extends com.pulumi.resources.ResourceArgs {
public static final WindowsVirtualMachineOsImageNotificationArgs Empty = new WindowsVirtualMachineOsImageNotificationArgs();
/**
* Length of time a notification to be sent to the VM on the instance metadata server till the VM gets OS upgraded. The only possible value is `PT15M`. Defaults to `PT15M`.
*
*/
@Import(name="timeout")
private @Nullable Output timeout;
/**
* @return Length of time a notification to be sent to the VM on the instance metadata server till the VM gets OS upgraded. The only possible value is `PT15M`. Defaults to `PT15M`.
*
*/
public Optional