diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_CreateOrUpdate.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_CreateOrUpdate.json index c60a0a23b150..fdb4fb8ecb7a 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_CreateOrUpdate.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_CreateOrUpdate.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "api-version": "2017-08-15", "body": {} diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_Delete.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_Delete.json index 9f3bfe44fc65..e7e4528eca03 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_Delete.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_Delete.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "api-version": "2017-08-15" }, diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_Get.json index 5147ae612456..c953da8952cf 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_Get.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "api-version": "2017-08-15" }, diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_List.json index f1f7d17d6077..e43207b36fe3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_List.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "api-version": "2017-08-15" }, "responses": { diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_Update.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_Update.json index c03d2dd45953..fef82b77979e 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_Update.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Accounts_Update.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "api-version": "2017-08-15", "body": {} diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/MountTargets_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/MountTargets_List.json index bcd4a56f85b9..8996708ca7cc 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/MountTargets_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/MountTargets_List.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "poolName": "poolName", "volumeName": "volumeName", @@ -18,10 +18,11 @@ "mountTargetId": "9760acf5-4638-11e7-9bdb-020073ca3333", "startIp": "1.2.3.4", "fileSystemId": "9760acf5-4638-11e7-9bdb-020073ca3333", - "vlanId": 1337, + "subnet": "1.2.3.4", "netmask": "255.255.255.0", "ipAddress": "1.2.3.4", "gateway": "1.2.3.4", + "smbServerFqdn": "fullyqualified.domainname.com", "provisioningState": "Created" } } diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_CreateOrUpdate.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_CreateOrUpdate.json index 963096c1c441..ae144a6f3f19 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_CreateOrUpdate.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_CreateOrUpdate.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "poolName": "poolName", "api-version": "2017-08-15", diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_Delete.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_Delete.json index 996e30f74367..a51d84e63d50 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_Delete.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_Delete.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "poolName": "poolName", "api-version": "2017-08-15" diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_Get.json index 25aed0d6e384..51d1e82ec619 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_Get.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "poolName": "poolName", "api-version": "2017-08-15" diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_List.json index 5bccee6836c3..b8d37187d7bc 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_List.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "api-version": "2017-08-15" }, diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_Update.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_Update.json index 6a8308ab5fc0..cdb7c5996078 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_Update.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Pools_Update.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "poolName": "poolName", "api-version": "2017-08-15", diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_Create.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_Create.json index 8cc5b55490ed..26da07d839d3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_Create.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_Create.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "poolName": "poolName", "volumeName": "volumeName", diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_Delete.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_Delete.json index 9fa97ec2bf26..c98926bae74d 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_Delete.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_Delete.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "poolName": "poolName", "volumeName": "volumeName", @@ -10,6 +10,7 @@ }, "responses": { "204": {}, - "202": {} + "202": {}, + "200": {} } } diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_Get.json index 1869ef8f13de..0a7f8b2d384b 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_Get.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "poolName": "poolName", "volumeName": "volumeName", diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_List.json index 61fc3f1f5ec0..a23fcac21412 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_List.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "poolName": "poolName", "volumeName": "volumeName", diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_Update.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_Update.json index cfbb9f2dbff0..d6860cd629d7 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_Update.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Snapshots_Update.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "poolName": "poolName", "volumeName": "volumeName", diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_CreateOrUpdate.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_CreateOrUpdate.json index 9caac72ce596..1a41ede9c80d 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_CreateOrUpdate.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_CreateOrUpdate.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "poolName": "poolName", "volumeName": "volumeName", diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_Delete.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_Delete.json index 01c4188142ae..c03da96c7595 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_Delete.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_Delete.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "poolName": "poolName", "volumeName": "volumeName", diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_Get.json index 67bd0e2abbd3..e6cfaf1f2258 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_Get.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "poolName": "poolName", "volumeName": "volumeName", diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_List.json index 152c8d088946..7d14d2245ce1 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_List.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "poolName": "poolName", "api-version": "2017-08-15" diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_Update.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_Update.json index 98002937dd14..67911caf8762 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_Update.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/Volumes_Update.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subscriptionId", - "resourceGroup": "resourceGroup", + "resourceGroupName": "resourceGroup", "accountName": "accountName", "poolName": "poolName", "volumeName": "volumeName", diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/netapp.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/netapp.json index 743b0fe364ba..cc92d9f50787 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/netapp.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/netapp.json @@ -902,6 +902,9 @@ "operationId": "Snapshots_Delete", "description": "Delete snapshot", "responses": { + "200": { + "description": "OK" + }, "202": { "description": "Accepted -- Create or update request accepted; operation will complete asynchronously" }, @@ -1116,9 +1119,33 @@ "type": "object", "x-ms-azure-resource": true, "properties": { + "location": { + "type": "string", + "description": "Resource location" + }, + "id": { + "type": "string", + "readOnly": true, + "description": "Resource Id" + }, + "name": { + "type": "string", + "readOnly": true, + "description": "Resource name" + }, + "type": { + "type": "string", + "readOnly": true, + "description": "Resource type" + }, "tags": { "description": "Resource tags", "$ref": "#/definitions/resourceTags" + }, + "properties": { + "description": "NetApp Account properties", + "$ref": "#/definitions/accountProperties", + "x-ms-client-flatten": true } } }, @@ -1130,6 +1157,49 @@ "type": "string", "readOnly": true, "description": "Azure lifecycle management" + }, + "activeDirectories": { + "description": "Active Directories", + "type": "array", + "$ref": "#/definitions/activeDirectories" + } + } + }, + "activeDirectories": { + "description": "Active Directories", + "type": "object", + "properties": { + "activeDirectoryId": { + "type": "string", + "description": "Id of the Active Directory" + }, + "username": { + "type": "string", + "description": "Username of Active Directory domain administrator" + }, + "password": { + "type": "string", + "description": "Plain text password of Active Directory domain administrator" + }, + "domain": { + "type": "string", + "description": "Name of the Active Directory domain" + }, + "dNS": { + "type": "string", + "description": "Comma separated list of DNS server IP addresses for the Active Directory domain" + }, + "status": { + "type": "string", + "description": "Status of the Active Directory" + }, + "sMBServerName": { + "type": "string", + "description": "NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes" + }, + "organizationalUnit": { + "type": "string", + "description": "The Organizational Unit (OU) within the Windows Active Directory" } } }, @@ -1189,17 +1259,6 @@ } } }, - "capacityPoolPatch": { - "description": "Capacity pool patch resource", - "type": "object", - "x-ms-azure-resource": true, - "properties": { - "tags": { - "description": "Resource tags", - "$ref": "#/definitions/resourceTags" - } - } - }, "poolProperties": { "description": "Pool properties", "type": "object", @@ -1230,7 +1289,7 @@ "enum": [ "Standard", "Premium", - "Extreme" + "Ultra" ], "x-ms-enum": { "name": "ServiceLevel", @@ -1245,12 +1304,12 @@ "description": "Premium service level" }, { - "value": "Extreme", - "description": "Extreme service level" + "value": "Ultra", + "description": "Ultra service level" } ] }, - "example": "Extreme", + "example": "Ultra", "default": "Premium" }, "provisioningState": { @@ -1260,6 +1319,86 @@ } } }, + "capacityPoolPatch": { + "description": "Capacity pool patch resource", + "type": "object", + "x-ms-azure-resource": true, + "properties": { + "location": { + "type": "string", + "description": "Resource location" + }, + "id": { + "type": "string", + "readOnly": true, + "description": "Resource Id" + }, + "name": { + "type": "string", + "readOnly": true, + "description": "Resource name" + }, + "type": { + "type": "string", + "readOnly": true, + "description": "Resource type" + }, + "tags": { + "description": "Resource tags", + "$ref": "#/definitions/resourceTags" + }, + "properties": { + "description": "Capacity pool properties", + "$ref": "#/definitions/poolPatchProperties", + "x-ms-client-flatten": true + } + } + }, + "poolPatchProperties": { + "description": "Patchable pool properties", + "type": "object", + "properties": { + "size": { + "title": "size", + "type": "integer", + "format": "int64", + "description": "Provisioned size of the pool (in bytes). Allowed values are in 4TiB chunks (value must be multiply of 4398046511104).", + "minimum": 4398046511104, + "maximum": 549755813888000, + "default": 4398046511104 + }, + "serviceLevel": { + "title": "serviceLevel", + "type": "string", + "description": "The service level of the file system", + "enum": [ + "Standard", + "Premium", + "Ultra" + ], + "x-ms-enum": { + "name": "ServiceLevel", + "modelAsString": true, + "values": [ + { + "value": "Standard", + "description": "Standard service level" + }, + { + "value": "Premium", + "description": "Premium service level" + }, + { + "value": "Ultra", + "description": "Ultra service level" + } + ] + }, + "example": "Ultra", + "default": "Premium" + } + } + }, "volumeList": { "description": "List of volume resources", "type": "object", @@ -1353,7 +1492,7 @@ "enum": [ "Standard", "Premium", - "Extreme" + "Ultra" ], "x-ms-enum": { "name": "ServiceLevel", @@ -1368,12 +1507,12 @@ "description": "Premium service level" }, { - "value": "Extreme", - "description": "Extreme service level" + "value": "Ultra", + "description": "Ultra service level" } ] }, - "example": "Extreme", + "example": "Ultra", "default": "Premium" }, "usageThreshold": { @@ -1386,6 +1525,11 @@ "default": 107374182400, "example": 107374182400 }, + "exportPolicy": { + "description": "Export policy rule", + "type": "array", + "$ref": "#/definitions/exportPolicyRule" + }, "provisioningState": { "type": "string", "readOnly": true, @@ -1397,6 +1541,40 @@ } } }, + "exportPolicyRule": { + "description": "Volume Export Policy Rule", + "type": "object", + "properties": { + "ruleIndex": { + "type": "integer", + "description": "Order index" + }, + "unixReadOnly": { + "type": "boolean", + "description": "Read only access" + }, + "unixReadWrite": { + "type": "boolean", + "description": "Read and write access" + }, + "cifs": { + "type": "boolean", + "description": "Allows CIFS protocol" + }, + "nfsv3": { + "type": "boolean", + "description": "Allows NFSv3 protocol" + }, + "nfsv4": { + "type": "boolean", + "description": "Allows NFSv4 protocol" + }, + "allowedClients": { + "type": "string", + "description": "Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names" + } + } + }, "volumePatch": { "description": "Volume patch resource", "type": "object", @@ -1443,7 +1621,7 @@ "enum": [ "Standard", "Premium", - "Extreme" + "Ultra" ], "x-ms-enum": { "name": "ServiceLevel", @@ -1458,12 +1636,12 @@ "description": "Premium service level" }, { - "value": "Extreme", - "description": "Extreme service level" + "value": "Ultra", + "description": "Ultra service level" } ] }, - "example": "Extreme", + "example": "Ultra", "default": "Premium" }, "usageThreshold": { @@ -1475,6 +1653,11 @@ "maximum": 109951162777600, "default": 107374182400, "example": 107374182400 + }, + "exportPolicy": { + "description": "Export policy rule", + "type": "array", + "$ref": "#/definitions/exportPolicyRule" } } }, @@ -1558,11 +1741,11 @@ "readOnly": true, "example": "1.2.3.4" }, - "vlanId": { - "title": "vlanid", - "type": "integer", - "description": "Vlan Id", - "example": 1337 + "subnet": { + "title": "subnet", + "type": "string", + "description": "The subnet", + "example": "1.2.3.4" }, "startIp": { "title": "startIp", @@ -1571,7 +1754,7 @@ "example": "1.2.3.4" }, "endIp": { - "title": "startIp", + "title": "endIp", "description": "The end of IPv4 address range to use when creating a new mount target", "type": "string", "example": "1.2.3.4" @@ -1588,6 +1771,12 @@ "type": "string", "example": "255.255.255.0" }, + "smbServerFqdn": { + "title": "smbServerFQDN", + "description": "The SMB server's Fully Qualified Domain Name, FQDN", + "type": "string", + "example": "fullyqualified.domainname.com" + }, "provisioningState": { "type": "string", "readOnly": true,