Class SslProtocol
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SslProtocol>
com.azure.resourcemanager.cdn.models.SslProtocol
The protocol of an established TLS connection.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SslProtocolStatic value TLSv1 for SslProtocol.static final SslProtocolStatic value TLSv1.1 for SslProtocol.static final SslProtocolStatic value TLSv1.2 for SslProtocol. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SslProtocolfromString(String name) Creates or finds a SslProtocol from its string representation.static Collection<SslProtocol>values()Gets known SslProtocol values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
TLSV1
Static value TLSv1 for SslProtocol. -
TLSV1_1
Static value TLSv1.1 for SslProtocol. -
TLSV1_2
Static value TLSv1.2 for SslProtocol.
-
-
Constructor Details
-
SslProtocol
Deprecated.Use thefromString(String)factory method.Creates a new instance of SslProtocol value.
-
-
Method Details
-
fromString
Creates or finds a SslProtocol from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SslProtocol.
-
values
Gets known SslProtocol values.- Returns:
- known SslProtocol values.
-
fromString(String)factory method.