Class SslProtocol
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<SslProtocol>
-
- com.azure.resourcemanager.cdn.models.SslProtocol
-
public final class SslProtocol extends com.azure.core.util.ExpandableStringEnum<SslProtocol>
Defines values for SslProtocol.
-
-
Field Summary
Fields Modifier and Type Field Description static SslProtocolTLSV1Static value TLSv1 for SslProtocol.static SslProtocolTLSV1_1Static value TLSv1.1 for SslProtocol.static SslProtocolTLSV1_2Static value TLSv1.2 for SslProtocol.
-
Constructor Summary
Constructors Constructor Description SslProtocol()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SslProtocolfromString(String name)Creates or finds a SslProtocol from its string representation.static Collection<SslProtocol>values()
-
-
-
Field Detail
-
TLSV1
public static final SslProtocol TLSV1
Static value TLSv1 for SslProtocol.
-
TLSV1_1
public static final SslProtocol TLSV1_1
Static value TLSv1.1 for SslProtocol.
-
TLSV1_2
public static final SslProtocol TLSV1_2
Static value TLSv1.2 for SslProtocol.
-
-
Method Detail
-
fromString
public static SslProtocol fromString(String name)
Creates or finds a SslProtocol from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SslProtocol.
-
values
public static Collection<SslProtocol> values()
- Returns:
- known SslProtocol values.
-
-