SslProtocolOperator Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. SslProtocolOperator
- com.
- com.
public final class SslProtocolOperator
extends ExpandableStringEnum<SslProtocolOperator>
Describes operator to be matched.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Ssl |
EQUAL
Static value Equal for Ssl |
Constructor Summary
| Constructor | Description |
|---|---|
| SslProtocolOperator() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Ssl |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Ssl |
fromString(String name)
Creates or finds a Ssl |
|
static
Collection<Ssl |
values()
Gets known Ssl |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
EQUAL
public static final SslProtocolOperator EQUAL
Static value Equal for SslProtocolOperator.
Constructor Details
SslProtocolOperator
@Deprecated
public SslProtocolOperator()
Deprecated
Creates a new instance of SslProtocolOperator value.
Method Details
fromString
public static SslProtocolOperator fromString(String name)
Creates or finds a SslProtocolOperator from its string representation.
Parameters:
Returns:
values
public static Collection<SslProtocolOperator> values()
Gets known SslProtocolOperator values.
Returns: