NicEntityProperties interface
Nic 实体属性包。
属性
| ip |
此网络接口的 IP 实体 ID |
| mac |
此网络接口的 MAC 地址 |
| vlans | 网络接口实体的 VLAN 列表。 |
继承属性
| additional |
应属于实体的自定义字段的包,并将呈现给用户。 |
| friendly |
图形项显示名称,它是图形项实例的简短可读说明。 此属性是可选的,可能是系统生成的。 |
属性详细信息
ipAddressEntityId
此网络接口的 IP 实体 ID
ipAddressEntityId?: string
属性值
string
macAddress
此网络接口的 MAC 地址
macAddress?: string
属性值
string
vlans
网络接口实体的 VLAN 列表。
vlans?: string[]
属性值
string[]
继承属性详细信息
additionalData
应属于实体的自定义字段的包,并将呈现给用户。
additionalData?: Record<string, any>
属性值
Record<string, any>
friendlyName
图形项显示名称,它是图形项实例的简短可读说明。 此属性是可选的,可能是系统生成的。
friendlyName?: string
属性值
string