Package | Description |
---|---|
com.caucho.cloud.topology |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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) |