
com.pulumi.azurenative.maintenance.inputs.MaintenanceOverridePropertiesArgs 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.maintenance.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Definition of a MaintenanceOverrideProperties
*
*/
public final class MaintenanceOverridePropertiesArgs extends com.pulumi.resources.ResourceArgs {
public static final MaintenanceOverridePropertiesArgs Empty = new MaintenanceOverridePropertiesArgs();
/**
* Effective end date of the maintenance override window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future date. If not provided, it will be set to the maximum datetime 9999-12-31 23:59:59.
*
*/
@Import(name="endDateTime")
private @Nullable Output endDateTime;
/**
* @return Effective end date of the maintenance override window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future date. If not provided, it will be set to the maximum datetime 9999-12-31 23:59:59.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy