| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- DROP EDGE TYPE m3graph.connect;
- DROP EDGE TYPE m3graph.contain;
- DROP EDGE TYPE m3graph.runon;
- DROP EDGE TYPE m3graph.depend;
- drop class if exists /m3graph/entity/vmware
- ;
- drop class if exists /m3graph/entity/weblogic
- ;
- drop class if exists /m3graph/entity/websphere
- ;
- drop class if exists /m3graph/entity/windows
- ;
- drop class if exists /m3graph/entity/x86
- ;
- drop class if exists /m3graph/entity/aix
- ;
- drop class if exists /m3graph/entity/app
- ;
- drop class if exists /m3graph/entity/biz
- ;
- drop class if exists /m3graph/entity/cluster
- ;
- drop class if exists /m3graph/entity/db2
- ;
- drop class if exists /m3graph/entity/esx
- ;
- drop class if exists /m3graph/entity/ha
- ;
- drop class if exists /m3graph/entity/hmc
- ;
- drop class if exists /m3graph/entity/http
- ;
- drop class if exists /m3graph/entity/linux
- ;
- drop class if exists /m3graph/entity/mal
- ;
- drop class if exists /m3graph/entity/mysql
- ;
- drop class if exists /m3graph/entity/openstack
- ;
- drop class if exists /m3graph/entity/oracle
- ;
- drop class if exists /m3graph/entity/pdu
- ;
- drop class if exists /m3graph/entity/power
- ;
- drop class if exists /m3graph/entity/router
- ;
- drop class if exists /m3graph/entity/sanstorage
- ;
- drop class if exists /m3graph/entity/sanswitch
- ;
- drop class if exists /m3graph/entity/sqlserver
- ;
- drop class if exists /m3graph/entity/switch
- ;
- drop class if exists /m3graph/entity/tomcat
- ;
- drop class if exists /m3graph/entity/ups
- ;
- drop class if exists /m3graph/entity/vlan
- ;
- drop class if exists /m3graph/entity
- ;
- drop class if exists /m3graph
- ;
|