This type is a class for model objects.
A RestartTime object defines a block of time during which an application server restart cannot occur.
Package: healthcontroller| Attributes Summary | |
| sunday : EBoolean | Denotes whether or not the prohibition during the startTime and endTime occurs on Sunday. |
| monday : EBoolean | Denotes whether or not the prohibition during the startTime and endTime occurs on Monday. |
| tuesday : EBoolean | Denotes whether or not the prohibition during the startTime and endTime occurs on Tuesday. |
| wednesday : EBoolean | Denotes whether or not the prohibition during the startTime and endTime occurs on Wednesday. |
| thursday : EBoolean | Denotes whether or not the prohibition during the startTime and endTime occurs on Thursday. |
| friday : EBoolean | Denotes whether or not the prohibition during the startTime and endTime occurs on Friday. |
| saturday : EBoolean | Denotes whether or not the prohibition during the startTime and endTime occurs on Saturday. |
| startTime : HealthTime @ | The time at which the prohibition on restarting the server begins. The time is noted using a 24-hour clock |
| endTime : HealthTime @ | The time at which the prohibition on restarting the server ends, using a 24-hour clock. The endTime must be after the startTime. |
| Attribute Details |