PatchDetails interface
The detailed info of patch operation performing when applying a patch.
Properties
| detection |
The status of the patch detection. NOTE: This property will not be serialized. It can only be populated by the server. |
| last |
The UTC timestamp that describes the latest detection was done. NOTE: This property will not be serialized. It can only be populated by the server. |
| new |
The name of the new image created by the patch. NOTE: This property will not be serialized. It can only be populated by the server. |
| new |
New layer update details in the target image. NOTE: This property will not be serialized. It can only be populated by the server. |
| old |
The old layer details in the target image. NOTE: This property will not be serialized. It can only be populated by the server. |
| patch |
The type for the patch. NOTE: This property will not be serialized. It can only be populated by the server. |
| target |
The name of the target container for the patch. NOTE: This property will not be serialized. It can only be populated by the server. |
| target |
The name of the target image for the patch. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
detectionStatus
The status of the patch detection. NOTE: This property will not be serialized. It can only be populated by the server.
detectionStatus: string
Property Value
string
lastDetectionTime
The UTC timestamp that describes the latest detection was done. NOTE: This property will not be serialized. It can only be populated by the server.
lastDetectionTime: Date
Property Value
Date
newImageName
The name of the new image created by the patch. NOTE: This property will not be serialized. It can only be populated by the server.
newImageName?: string
Property Value
string
newLayer
New layer update details in the target image. NOTE: This property will not be serialized. It can only be populated by the server.
newLayer?: PatchDetailsNewLayer
Property Value
oldLayer
The old layer details in the target image. NOTE: This property will not be serialized. It can only be populated by the server.
oldLayer?: PatchDetailsOldLayer
Property Value
patchType
The type for the patch. NOTE: This property will not be serialized. It can only be populated by the server.
patchType?: string
Property Value
string
targetContainerName
The name of the target container for the patch. NOTE: This property will not be serialized. It can only be populated by the server.
targetContainerName: string
Property Value
string
targetImage
The name of the target image for the patch. NOTE: This property will not be serialized. It can only be populated by the server.
targetImage: string
Property Value
string