NetworkBootstrapInterfaceProperties interface
Network Bootstrap Interface Properties defines the properties of the resource.
- Extends
Properties
| additional |
Additional description of the interface. |
| administrative |
Administrative state of the resource. |
| configuration |
Configuration state of the resource. |
| connected |
Connected to information of the device. |
| description | Description of the interface. |
| interface |
Type of the interface. |
| ipv4Address | IPv4Address of the interface. |
| ipv6Address | IPv6Address of the interface. |
| physical |
Physical identifier of the device. |
| provisioning |
Provisioning state of the resource. |
| serial |
Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber. |
Inherited Properties
| annotation | Switch configuration description. |
Property Details
additionalDescription
Additional description of the interface.
additionalDescription?: string
Property Value
string
administrativeState
Administrative state of the resource.
administrativeState?: string
Property Value
string
configurationState
Configuration state of the resource.
configurationState?: string
Property Value
string
connectedTo
Connected to information of the device.
connectedTo?: string
Property Value
string
description
Description of the interface.
description?: string
Property Value
string
interfaceType
Type of the interface.
interfaceType?: string
Property Value
string
ipv4Address
IPv4Address of the interface.
ipv4Address?: string
Property Value
string
ipv6Address
IPv6Address of the interface.
ipv6Address?: string
Property Value
string
physicalIdentifier
Physical identifier of the device.
physicalIdentifier?: string
Property Value
string
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
serialNumber
Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
serialNumber?: string
Property Value
string
Inherited Property Details
annotation
Switch configuration description.
annotation?: string
Property Value
string
Inherited From AnnotationResource.annotation