EnableSslVerification Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appcomplianceautomation. models. EnableSslVerification
- com.
- com.
public final class EnableSslVerification
extends ExpandableStringEnum<EnableSslVerification>
whether to enable ssl verification.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Enable |
FALSE
The ssl verification is not enabled. |
|
static final
Enable |
TRUE
The ssl verification is enabled. |
Constructor Summary
| Constructor | Description |
|---|---|
| EnableSslVerification() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Enable |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Enable |
fromString(String name)
Creates or finds a Enable |
|
static
Collection<Enable |
values()
Gets known Enable |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final EnableSslVerification FALSE
The ssl verification is not enabled.
TRUE
public static final EnableSslVerification TRUE
The ssl verification is enabled.
Constructor Details
EnableSslVerification
@Deprecated
public EnableSslVerification()
Deprecated
Creates a new instance of EnableSslVerification value.
Method Details
fromString
public static EnableSslVerification fromString(String name)
Creates or finds a EnableSslVerification from its string representation.
Parameters:
Returns:
values
public static Collection<EnableSslVerification> values()
Gets known EnableSslVerification values.
Returns: