pyocf.types.terminationwindow

Type representation of a termination window

pydantic model pyocf.types.terminationwindow.TerminationWindow

Type representation of a termination window

field period: Annotated[int, FieldInfo(annotation=NoneType, required=True, description='The length of the period in this termination window (in number of periods oftype period_type)')] [Required]

The length of the period in this termination window (in number of periods oftype period_type)

field period_type: Annotated[PeriodType, FieldInfo(annotation=NoneType, required=True, description='The type of period being measured (e.g. days or month)')] [Required]

The type of period being measured (e.g. days or month)

field reason: Annotated[TerminationWindowType, FieldInfo(annotation=NoneType, required=True, description='What cause of termination is this window for?')] [Required]

What cause of termination is this window for?