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