Class InstanceDenyMaintenancePeriodEndDateArgs


  • public final class InstanceDenyMaintenancePeriodEndDateArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • day

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> day()
        Returns:
        Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
      • month

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> month()
        Returns:
        Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
      • year

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> year()
        Returns:
        Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.