HyperVToAzStackHCIEventModelCustomProperties interface
HyperV to AzStackHCI event model custom properties. This class provides provider specific details for events of type DataContract.HealthEvents.HealthEventType.ProtectedItemHealth and DataContract.HealthEvents.HealthEventType.AgentHealth.
- Extends
Properties
| event |
Gets or sets the friendly name of the source which has raised this health event. |
| instance |
Gets or sets the instance type. |
| protected |
Gets or sets the protected item friendly name. |
| server |
Gets or sets the server type. |
| source |
Gets or sets the source appliance name. |
| target |
Gets or sets the source target name. |
Property Details
eventSourceFriendlyName
Gets or sets the friendly name of the source which has raised this health event.
eventSourceFriendlyName?: string
Property Value
string
instanceType
Gets or sets the instance type.
instanceType: "HyperVToAzStackHCI"
Property Value
"HyperVToAzStackHCI"
protectedItemFriendlyName
Gets or sets the protected item friendly name.
protectedItemFriendlyName?: string
Property Value
string
serverType
Gets or sets the server type.
serverType?: string
Property Value
string
sourceApplianceName
Gets or sets the source appliance name.
sourceApplianceName?: string
Property Value
string
targetApplianceName
Gets or sets the source target name.
targetApplianceName?: string
Property Value
string