Skip to content

Commit f5e2010

Browse files
author
SDKAuto
committed
CodeGen from PR 15213 in Azure/azure-rest-api-specs
Merge 42df67297c4451fc8a672120e9e80a1e48043d79 into 7026463801584950d4ccbaa6b05b15d29555dd3a
1 parent d6ad7a6 commit f5e2010

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

schemas/2021-04-01/Microsoft.NetApp.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,6 +1431,21 @@
14311431
],
14321432
"description": "If enabled (true) the pool can contain cool Access enabled volumes."
14331433
},
1434+
"encryptionType": {
1435+
"oneOf": [
1436+
{
1437+
"type": "string",
1438+
"enum": [
1439+
"Single",
1440+
"Double"
1441+
]
1442+
},
1443+
{
1444+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1445+
}
1446+
],
1447+
"description": "Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool."
1448+
},
14341449
"qosType": {
14351450
"oneOf": [
14361451
{
@@ -1902,6 +1917,7 @@
19021917
"type": "string",
19031918
"minLength": 4,
19041919
"maxLength": 4,
1920+
"default": "0770",
19051921
"description": "UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users."
19061922
},
19071923
"usageThreshold": {

0 commit comments

Comments
 (0)