Package | Description |
---|---|
com.oracle.bmc.servicemesh.model |
Modifier and Type | Method and Description |
---|---|
static VirtualDeploymentListener.Protocol |
VirtualDeploymentListener.Protocol.create(String key) |
VirtualDeploymentListener.Protocol |
VirtualDeploymentListener.getProtocol()
Type of protocol used in virtual deployment.
|
static VirtualDeploymentListener.Protocol |
VirtualDeploymentListener.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualDeploymentListener.Protocol[] |
VirtualDeploymentListener.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VirtualDeploymentListener.Builder |
VirtualDeploymentListener.Builder.protocol(VirtualDeploymentListener.Protocol protocol)
Type of protocol used in virtual deployment.
|
Constructor and Description |
---|
VirtualDeploymentListener(VirtualDeploymentListener.Protocol protocol,
Integer port,
Long requestTimeoutInMs,
Long idleTimeoutInMs)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.