Package | Description |
---|---|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
static VirtualHost.Protocol |
VirtualHost.Protocol.fromValue(String value) |
VirtualHost.Protocol |
VirtualHost.getProtocol()
Returns the protocol of this VirtualHost
|
static VirtualHost.Protocol |
VirtualHost.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualHost.Protocol[] |
VirtualHost.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VirtualHost |
VirtualHost.setProtocol(VirtualHost.Protocol protocol)
Sets the protocol of this VirtualHost
|