ImageDeprecationStatus Class
Describes image deprecation status properties on the image.
Constructor
ImageDeprecationStatus(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
image_state
|
str or
ImageState
Describes the state of the image. Known values are: "Active", "ScheduledForDeprecation", and "Deprecated". |
|
scheduled_deprecation_time
|
The time, in future, at which this image will be marked as deprecated. This scheduled time is chosen by the Publisher. |
|
alternative_option
|
Describes the alternative option specified by the Publisher for this image when this image is deprecated. |
Attributes
alternative_option
Describes the alternative option specified by the Publisher for this image when this image is deprecated.
alternative_option: _models.AlternativeOption | None
image_state
"Active", "ScheduledForDeprecation", and "Deprecated".
image_state: str | _models.ImageState | None
scheduled_deprecation_time
The time, in future, at which this image will be marked as deprecated. This scheduled time is chosen by the Publisher.
scheduled_deprecation_time: datetime | None