NetworkingObjectStatus

NetworkingObjectStatus
NetworkingObjectStatus

Represents status of a networking entity.

JSON Example
{
    "status": {}
}
status
Optional

Represents status type of a networking entity.

  • PENDING - Desired entity configuration has been received by system and is pending realization.
  • CONFIGURING - The system is in process of realizing the entity.
  • REALIZED - The entity is successfully realized in the system.
  • REALIZATION_FAILED - There are some issues and the system is not able to realize the entity.
  • UNKNOWN - Current state of entity is unknown.
Possible values are : PENDING, CONFIGURING, REALIZED, REALIZATION_FAILED, UNKNOWN,