Instance Deny Maintenance Period Args
data class InstanceDenyMaintenancePeriodArgs(val endDate: Output<InstanceDenyMaintenancePeriodEndDateArgs>, val startDate: Output<InstanceDenyMaintenancePeriodStartDateArgs>, val time: Output<InstanceDenyMaintenancePeriodTimeArgs>) : ConvertibleToJava<InstanceDenyMaintenancePeriodArgs>
Constructors
Link copied to clipboard
constructor(endDate: Output<InstanceDenyMaintenancePeriodEndDateArgs>, startDate: Output<InstanceDenyMaintenancePeriodStartDateArgs>, time: Output<InstanceDenyMaintenancePeriodTimeArgs>)
Properties
Link copied to clipboard
Required. Start date of the deny maintenance period Structure is documented below.
Link copied to clipboard
Required. Start date of the deny maintenance period Structure is documented below.
Link copied to clipboard
Required. Start time of the window in UTC time. Structure is documented below.