Cisco Cisco Virtual Topology System 2.3 Developer's Guide

Page of 137
VTS 2.3 Developer Guide 
 
 
59
    tailf:info "Entity is down."; 
  } 
  identity build { 
    base "entity-status"; 
    description "Entity is being built."; 
    tailf:info "Entity is being built."; 
  } 
 
  identity binding-type { 
    description "Based identity from which port binding types " +  
                 "are derived."; 
  } 
  identity ovs { 
    base "binding-type"; 
    description "Ovs port binding type."; 
    tailf:info "Ovs port binding type."; 
  } 
  identity unbound { 
    base "binding-type"; 
    description "No binding provided."; 
    tailf:info "No binding provided."; 
  } 
  identity vhostuser {   
    base "binding-type";   
    description "Vhostuser port binding type..";   
    tailf:info "Vhostuser port binding type.";   
  } 
  // TODO:   Consider semantics of a "failed" type. Mind we have port-status. 
  identity binding-failed { 
    base "binding-type"; 
    description "Port binding failed."; 
    tailf:info "Port binding failed."; 
  } 
  identity switch-platform { 
    description "Based identity from which switch platform types " + 
                 "are derived."; 
  } 
  identity N3K { 
    base "switch-platform"; 
    description "Cisco N3K."; 
    tailf:info "Cisco N3K."; 
  }  
  identity N5K { 
    base "switch-platform"; 
    description "Cisco N5K."; 
    tailf:info "Cisco N5K."; 
  }