Uses of Class
com.caucho.cloud.topology.CloudServer.ServerType

Packages that use CloudServer.ServerType
com.caucho.cloud.topology   
 

Uses of CloudServer.ServerType in com.caucho.cloud.topology
 

Methods in com.caucho.cloud.topology that return CloudServer.ServerType
static CloudServer.ServerType CloudServer.ServerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CloudServer.ServerType[] CloudServer.ServerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.caucho.cloud.topology with parameters of type CloudServer.ServerType
CloudServer(java.lang.String id, java.lang.String displayId, CloudPod pod, int index, java.lang.String address, int port, boolean isSSL, CloudServer.ServerType isStatic, boolean isAllowExternal)
           
TriadServer(java.lang.String id, java.lang.String displayId, CloudPod pod, int index, java.lang.String address, int port, boolean isSSL, CloudServer.ServerType isStatic, boolean isAllowExternal)