class documentation
        
        class State(pb_enum.Enum): (source)
Enumeration of possible states of the network.
| Constant | __PB2 | 
    Undocumented | 
| Constant | CREATING | 
    Network is being created. | 
| Constant | DELETING | 
    Network is being deleted. | 
| Constant | READY | 
    Network is ready for use. | 
| Constant | STATE | 
    Default state, unspecified. | 
              Inherited from Enum:
            
| Class Method | get | 
    Undocumented | 
Undocumented
| Value | 
 |