PushInstallerDetails interface
Push installer details.
Properties
bios |
The push installer Bios Id. NOTE: This property will not be serialized. It can only be populated by the server. |
fabric |
The fabric object Id. NOTE: This property will not be serialized. It can only be populated by the server. |
fqdn | The push installer Fqdn. NOTE: This property will not be serialized. It can only be populated by the server. |
health | The health of the push installer. NOTE: This property will not be serialized. It can only be populated by the server. |
health |
The health errors. NOTE: This property will not be serialized. It can only be populated by the server. |
id | The push installer Id. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The last heartbeat received from the push installer. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The push installer name. NOTE: This property will not be serialized. It can only be populated by the server. |
version | The version. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
biosId
The push installer Bios Id. NOTE: This property will not be serialized. It can only be populated by the server.
biosId?: string
Property Value
string
fabricObjectId
The fabric object Id. NOTE: This property will not be serialized. It can only be populated by the server.
fabricObjectId?: string
Property Value
string
fqdn
The push installer Fqdn. NOTE: This property will not be serialized. It can only be populated by the server.
fqdn?: string
Property Value
string
health
The health of the push installer. NOTE: This property will not be serialized. It can only be populated by the server.
health?: string
Property Value
string
healthErrors
The health errors. NOTE: This property will not be serialized. It can only be populated by the server.
healthErrors?: HealthError[]
Property Value
id
The push installer Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
lastHeartbeatUtc
The last heartbeat received from the push installer. NOTE: This property will not be serialized. It can only be populated by the server.
lastHeartbeatUtc?: Date
Property Value
Date
name
The push installer name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
version
The version. NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string