NicEntityProperties interface
Nic entity property bag.
- Extends
Properties
| ip |
The IP entity id of this network interface |
| mac |
The MAC address of this network interface |
| vlans | A list of VLANs of the network interface entity. |
Inherited Properties
| additional |
A bag of custom fields that should be part of the entity and will be presented to the user. |
| friendly |
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. |
Property Details
ipAddressEntityId
The IP entity id of this network interface
ipAddressEntityId?: string
Property Value
string
macAddress
The MAC address of this network interface
macAddress?: string
Property Value
string
vlans
A list of VLANs of the network interface entity.
vlans?: string[]
Property Value
string[]
Inherited Property Details
additionalData
A bag of custom fields that should be part of the entity and will be presented to the user.
additionalData?: Record<string, any>
Property Value
Record<string, any>
Inherited From EntityCommonProperties.additionalData
friendlyName
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
friendlyName?: string
Property Value
string
Inherited From EntityCommonProperties.friendlyName