98 строки
7.5 KiB
YAML
98 строки
7.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.elasticsan.models.EncryptionType"
|
|
fullName: "com.azure.resourcemanager.elasticsan.models.EncryptionType"
|
|
name: "EncryptionType"
|
|
nameWithType: "EncryptionType"
|
|
summary: "The type of key used to encrypt the data of the disk."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **EncryptionType**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.elasticsan.models.EncryptionType?alt=com.azure.resourcemanager.elasticsan.models.EncryptionType&text=EncryptionType\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.elasticsan.models.EncryptionType.EncryptionType()"
|
|
fullName: "com.azure.resourcemanager.elasticsan.models.EncryptionType.EncryptionType()"
|
|
name: "EncryptionType()"
|
|
nameWithType: "EncryptionType.EncryptionType()"
|
|
summary: "Creates a new instance of Encryption<wbr>Type value."
|
|
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.elasticsan.models.EncryptionType.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
|
|
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public EncryptionType()"
|
|
desc: "Creates a new instance of EncryptionType value."
|
|
hasDeprecatedTag: true
|
|
fields:
|
|
- uid: "com.azure.resourcemanager.elasticsan.models.EncryptionType.ENCRYPTION_AT_REST_WITH_CUSTOMER_MANAGED_KEY"
|
|
fullName: "com.azure.resourcemanager.elasticsan.models.EncryptionType.ENCRYPTION_AT_REST_WITH_CUSTOMER_MANAGED_KEY"
|
|
name: "ENCRYPTION_AT_REST_WITH_CUSTOMER_MANAGED_KEY"
|
|
nameWithType: "EncryptionType.ENCRYPTION_AT_REST_WITH_CUSTOMER_MANAGED_KEY"
|
|
summary: "Static value Encryption<wbr>AtRest<wbr>With<wbr>Customer<wbr>Managed<wbr>Key for Encryption<wbr>Type."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.elasticsan.models.EncryptionType?alt=com.azure.resourcemanager.elasticsan.models.EncryptionType&text=EncryptionType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final EncryptionType ENCRYPTION_AT_REST_WITH_CUSTOMER_MANAGED_KEY"
|
|
desc: "Static value EncryptionAtRestWithCustomerManagedKey for EncryptionType."
|
|
- uid: "com.azure.resourcemanager.elasticsan.models.EncryptionType.ENCRYPTION_AT_REST_WITH_PLATFORM_KEY"
|
|
fullName: "com.azure.resourcemanager.elasticsan.models.EncryptionType.ENCRYPTION_AT_REST_WITH_PLATFORM_KEY"
|
|
name: "ENCRYPTION_AT_REST_WITH_PLATFORM_KEY"
|
|
nameWithType: "EncryptionType.ENCRYPTION_AT_REST_WITH_PLATFORM_KEY"
|
|
summary: "Static value Encryption<wbr>AtRest<wbr>With<wbr>Platform<wbr>Key for Encryption<wbr>Type."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.elasticsan.models.EncryptionType?alt=com.azure.resourcemanager.elasticsan.models.EncryptionType&text=EncryptionType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final EncryptionType ENCRYPTION_AT_REST_WITH_PLATFORM_KEY"
|
|
desc: "Static value EncryptionAtRestWithPlatformKey for EncryptionType."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.elasticsan.models.EncryptionType.fromString(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.elasticsan.models.EncryptionType.fromString(String name)"
|
|
name: "fromString(String name)"
|
|
nameWithType: "EncryptionType.fromString(String name)"
|
|
summary: "Creates or finds a Encryption<wbr>Type from its string representation."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "a name to look for."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static EncryptionType fromString(String name)"
|
|
desc: "Creates or finds a EncryptionType from its string representation."
|
|
returns:
|
|
description: "the corresponding EncryptionType."
|
|
type: "<xref href=\"com.azure.resourcemanager.elasticsan.models.EncryptionType?alt=com.azure.resourcemanager.elasticsan.models.EncryptionType&text=EncryptionType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.elasticsan.models.EncryptionType.values()"
|
|
fullName: "com.azure.resourcemanager.elasticsan.models.EncryptionType.values()"
|
|
name: "values()"
|
|
nameWithType: "EncryptionType.values()"
|
|
summary: "Gets known Encryption<wbr>Type values."
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static Collection<EncryptionType> values()"
|
|
desc: "Gets known EncryptionType values."
|
|
returns:
|
|
description: "known EncryptionType values."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.resourcemanager.elasticsan.models.EncryptionType?alt=com.azure.resourcemanager.elasticsan.models.EncryptionType&text=EncryptionType\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "The type of key used to encrypt the data of the disk."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.elasticsan.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-elasticsan:1.0.0
|