Class SshEncryptionTypes
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SshEncryptionTypes>
com.azure.resourcemanager.compute.models.SshEncryptionTypes
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class SshEncryptionTypes
extends com.azure.core.util.ExpandableStringEnum<SshEncryptionTypes>
The encryption type of the SSH keys to be generated. See SshEncryptionTypes for possible set of values. If not
provided, will default to RSA.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SshEncryptionTypesStatic value Ed25519 for SshEncryptionTypes.static final SshEncryptionTypesStatic value RSA for SshEncryptionTypes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SshEncryptionTypesfromString(String name) Creates or finds a SshEncryptionTypes from its string representation.static Collection<SshEncryptionTypes> values()Gets known SshEncryptionTypes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
RSA
Static value RSA for SshEncryptionTypes. -
ED25519
Static value Ed25519 for SshEncryptionTypes.
-
-
Constructor Details
-
SshEncryptionTypes
Deprecated.Use thefromString(String)factory method.Creates a new instance of SshEncryptionTypes value.
-
-
Method Details
-
fromString
Creates or finds a SshEncryptionTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SshEncryptionTypes.
-
values
Gets known SshEncryptionTypes values.- Returns:
- known SshEncryptionTypes values.
-
fromString(String)factory method.