Microsoft.NetApp netAppAccounts/capacityPools/volumes 2020-12-01
- 最新
- 2024-03-01
- 2024-03-01-preview
- 2023-11-01
- 2023-11-01-preview
- 2023-07-01
- 2023-07-01-preview
- 2023-05-01
- 2023-05-01-preview
- 2022-11-01
- 2022-11-01-preview
- 2022-09-01
- 2022-05-01
- 2022-03-01
- 2022-01-01
- 2021-10-01
- 2021-08-01
- 2021-06-01
- 2021-04-01
- 2021-04-01-preview
- 2021-02-01
- 2020-12-01
- 2020-11-01
- 2020-09-01
- 2020-08-01
- 2020-07-01
- 2020-06-01
- 2020-05-01
- 2020-03-01
- 2020-02-01
- 2019-11-01
- 2019-10-01
- 2019-08-01
- 2019-07-01
- 2019-06-01
- 2019-05-01
- 2017-08-15
Bicep 資源定義
netAppAccounts/capacityPools/volumes 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.NetApp/netAppAccounts/capacityPools/volumes 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-12-01' = {
name: 'string'
location: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
parent: resourceSymbolicName
properties: {
backupId: 'string'
creationToken: 'string'
dataProtection: {
backup: {
backupEnabled: bool
backupPolicyId: 'string'
policyEnforced: bool
vaultId: 'string'
}
replication: {
endpointType: 'string'
remoteVolumeRegion: 'string'
remoteVolumeResourceId: 'string'
replicationId: 'string'
replicationSchedule: 'string'
}
snapshot: {
snapshotPolicyId: 'string'
}
}
encryptionKeySource: 'string'
exportPolicy: {
rules: [
{
allowedClients: 'string'
cifs: bool
hasRootAccess: bool
kerberos5iReadWrite: bool
kerberos5pReadWrite: bool
kerberos5ReadWrite: bool
nfsv3: bool
nfsv41: bool
ruleIndex: int
unixReadWrite: bool
}
]
}
isRestoring: bool
kerberosEnabled: bool
ldapEnabled: bool
protocolTypes: [
'string'
]
securityStyle: 'string'
serviceLevel: 'string'
smbContinuouslyAvailable: bool
smbEncryption: bool
snapshotDirectoryVisible: bool
snapshotId: 'string'
subnetId: 'string'
throughputMibps: int
usageThreshold: int
volumeType: 'string'
}
}
屬性值
netAppAccounts/capacityPools/volumes
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 請參閱如何在 Bicep 中設定子資源的名稱和類型。 |
字串 (必要) |
位置 | 資源位置 | 字串 (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型的資源符號名稱:capacityPools |
性能 | 磁碟區屬性 | VolumeProperties (必要) |
VolumeProperties
名字 | 描述 | 價值 |
---|---|---|
backupId | 用來識別備份的 UUID v4 或資源識別碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 Pattern = ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\?([^\/]*[\/])*)([^\/]+)$ |
creationToken | 磁碟區的唯一檔案路徑。 建立掛接目標時使用 | 字串 (必要) 約束: 最小長度 = 1 最大長度 = 80 Pattern = ^[a-zA-Z][a-zA-Z0-9\-]{0,79}$ |
dataProtection | DataProtection 類型磁碟區包含包含複寫詳細數據的物件 | VolumePropertiesDataProtection |
encryptionKeySource | 加密金鑰來源。 可能的值為:'Microsoft.NetApp' | 字串 |
exportPolicy | 一組導出原則規則 | VolumePropertiesExportPolicy |
isRestoring | 恢復 | bool |
kerberosEnabled | 描述磁碟區是否為 KerberosEnabled。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
ldapEnabled | 指定指定的NFS磁碟區是否啟用LDAP。 | bool |
protocolTypes | 一組通訊協定類型、預設的 NFSv3、SMB 通訊協定的 CIFS | string[] |
securityStyle | 磁碟區的安全性樣式,預設 unix,預設為 ntfs 的雙重通訊協定或 CIFS 通訊協定 | 'ntfs' 'unix' |
serviceLevel | 檔系統的服務等級 | 'Premium' 'Standard' 'Ultra' |
smbContinuouslyAvailable | 為smb磁碟區啟用持續可用的共享屬性。 僅適用於SMB磁碟區 | bool |
smbEncryption | 啟用內部 smb3 資料的加密。 僅適用於SMB/DualProtocol磁碟區。 與 Swagger 版本 2020-08-01 或更新版本搭配使用 | bool |
snapshotDirectoryVisible | 如果啟用 (true) 磁碟區將包含唯讀快照集目錄,其會提供每個磁碟區快照集的存取權(預設值為 true)。 | bool |
snapshotId | 用來識別快照集的 UUID v4 或資源識別碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 Pattern = ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\?([^\/]*[\/])*)([^\/]+)$ |
subnetId | 委派子網的 Azure 資源 URI。 必須有委派Microsoft.NetApp/volumes | 字串 (必要) |
throughputMibps | Mibps 中可透過此磁碟區達成的最大輸送量 | int 約束: 最小值 = 0 最大值 = 4500 |
usageThreshold | 文件系統允許的記憶體配額上限,以位元組為單位。 這是僅用於警示的軟配額。 大小下限為 100 GiB。 上限為 100TiB。 以位元組指定。 | int (必要) 約束: 最小值 = 107374182400 最大值 = 109951162777600 |
volumeType | 磁碟區的類型為何 | 字串 |
VolumePropertiesDataProtection
名字 | 描述 | 價值 |
---|---|---|
備份 | 備份屬性 | VolumeBackupProperties |
複製 | 複寫屬性 | ReplicationObject |
快照 | 快照集屬性。 | VolumeSnapshotProperties |
VolumeBackupProperties
名字 | 描述 | 價值 |
---|---|---|
backupEnabled | 備份已啟用 | bool |
backupPolicyId | 備份原則資源標識碼 | 字串 |
policyEnforced | 強制執行原則 | bool |
vaultId | 保存庫資源標識碼 | 字串 |
ReplicationObject
名字 | 描述 | 價值 |
---|---|---|
endpointType | 指出本機磁碟區是磁碟區復寫的來源或目的地 | 'dst' 'src' |
remoteVolumeRegion | 磁碟區復寫另一端的遠端區域。 | 字串 |
remoteVolumeResourceId | 遠端磁碟區的資源標識碼。 | 字串 (必要) |
replicationId | 標識碼 | 字串 |
replicationSchedule | 附表 | '_10minutely' 'daily' 'hourly' (必要) |
VolumeSnapshotProperties
名字 | 描述 | 價值 |
---|---|---|
snapshotPolicyId | 快照集原則 ResourceId | 字串 |
VolumePropertiesExportPolicy
名字 | 描述 | 價值 |
---|---|---|
規則 | 匯出原則規則 | ExportPolicyRule[] |
ExportPolicyRule
名字 | 描述 | 價值 |
---|---|---|
allowedClients | 用戶端輸入規格以逗號分隔字串,其中包含IPv4CIDR、IPv4 主機名和主機名 | 字串 |
cifs | 允許 CIFS 通訊協定 | bool |
hasRootAccess | 具有磁碟區的根存取權 | bool |
kerberos5iReadWrite | Kerberos5i 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5pReadWrite | Kerberos5p 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5ReadWrite | Kerberos5 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
nfsv3 | 允許 NFSv3 通訊協定。 僅針對 NFSv3 類型磁碟區啟用 | bool |
nfsv41 | 允許 NFSv4.1 通訊協定。 僅針對 NFSv4.1 類型磁碟區啟用 | bool |
ruleIndex | 訂單索引 | int |
unixReadWrite | 讀取和寫入存取權 | bool |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
使用 NFSV3/NFSv4.1 磁碟區建立新的 ANF 資源 |
此範本可讓您建立新的 Azure NetApp Files 資源,其中包含單一容量集區和使用 NFSV3 或 NFSv4.1 通訊協定設定的單一磁碟區。 它們全都部署在一起,以及建立任何磁碟區所需的 Azure 虛擬網路和委派子網 |
使用SMB磁碟區建立新的ANF資源 |
此範本可讓您使用單一容量集區和使用SMB通訊協定設定的單一磁碟區來建立新的 Azure NetApp Files 資源。 |
ARM 樣本資源定義
netAppAccounts/capacityPools/volumes 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.NetApp/netAppAccounts/capacityPools/volumes 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes",
"apiVersion": "2020-12-01",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"properties": {
"backupId": "string",
"creationToken": "string",
"dataProtection": {
"backup": {
"backupEnabled": "bool",
"backupPolicyId": "string",
"policyEnforced": "bool",
"vaultId": "string"
},
"replication": {
"endpointType": "string",
"remoteVolumeRegion": "string",
"remoteVolumeResourceId": "string",
"replicationId": "string",
"replicationSchedule": "string"
},
"snapshot": {
"snapshotPolicyId": "string"
}
},
"encryptionKeySource": "string",
"exportPolicy": {
"rules": [
{
"allowedClients": "string",
"cifs": "bool",
"hasRootAccess": "bool",
"kerberos5iReadWrite": "bool",
"kerberos5pReadWrite": "bool",
"kerberos5ReadWrite": "bool",
"nfsv3": "bool",
"nfsv41": "bool",
"ruleIndex": "int",
"unixReadWrite": "bool"
}
]
},
"isRestoring": "bool",
"kerberosEnabled": "bool",
"ldapEnabled": "bool",
"protocolTypes": [ "string" ],
"securityStyle": "string",
"serviceLevel": "string",
"smbContinuouslyAvailable": "bool",
"smbEncryption": "bool",
"snapshotDirectoryVisible": "bool",
"snapshotId": "string",
"subnetId": "string",
"throughputMibps": "int",
"usageThreshold": "int",
"volumeType": "string"
}
}
屬性值
netAppAccounts/capacityPools/volumes
名字 | 描述 | 價值 |
---|---|---|
類型 | 資源類型 | 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes' |
apiVersion | 資源 API 版本 | '2020-12-01' |
名字 | 資源名稱 請參閱如何在 |
字串 (必要) |
位置 | 資源位置 | 字串 (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
性能 | 磁碟區屬性 | VolumeProperties (必要) |
VolumeProperties
名字 | 描述 | 價值 |
---|---|---|
backupId | 用來識別備份的 UUID v4 或資源識別碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 Pattern = ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\?([^\/]*[\/])*)([^\/]+)$ |
creationToken | 磁碟區的唯一檔案路徑。 建立掛接目標時使用 | 字串 (必要) 約束: 最小長度 = 1 最大長度 = 80 Pattern = ^[a-zA-Z][a-zA-Z0-9\-]{0,79}$ |
dataProtection | DataProtection 類型磁碟區包含包含複寫詳細數據的物件 | VolumePropertiesDataProtection |
encryptionKeySource | 加密金鑰來源。 可能的值為:'Microsoft.NetApp' | 字串 |
exportPolicy | 一組導出原則規則 | VolumePropertiesExportPolicy |
isRestoring | 恢復 | bool |
kerberosEnabled | 描述磁碟區是否為 KerberosEnabled。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
ldapEnabled | 指定指定的NFS磁碟區是否啟用LDAP。 | bool |
protocolTypes | 一組通訊協定類型、預設的 NFSv3、SMB 通訊協定的 CIFS | string[] |
securityStyle | 磁碟區的安全性樣式,預設 unix,預設為 ntfs 的雙重通訊協定或 CIFS 通訊協定 | 'ntfs' 'unix' |
serviceLevel | 檔系統的服務等級 | 'Premium' 'Standard' 'Ultra' |
smbContinuouslyAvailable | 為smb磁碟區啟用持續可用的共享屬性。 僅適用於SMB磁碟區 | bool |
smbEncryption | 啟用內部 smb3 資料的加密。 僅適用於SMB/DualProtocol磁碟區。 與 Swagger 版本 2020-08-01 或更新版本搭配使用 | bool |
snapshotDirectoryVisible | 如果啟用 (true) 磁碟區將包含唯讀快照集目錄,其會提供每個磁碟區快照集的存取權(預設值為 true)。 | bool |
snapshotId | 用來識別快照集的 UUID v4 或資源識別碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 Pattern = ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\?([^\/]*[\/])*)([^\/]+)$ |
subnetId | 委派子網的 Azure 資源 URI。 必須有委派Microsoft.NetApp/volumes | 字串 (必要) |
throughputMibps | Mibps 中可透過此磁碟區達成的最大輸送量 | int 約束: 最小值 = 0 最大值 = 4500 |
usageThreshold | 文件系統允許的記憶體配額上限,以位元組為單位。 這是僅用於警示的軟配額。 大小下限為 100 GiB。 上限為 100TiB。 以位元組指定。 | int (必要) 約束: 最小值 = 107374182400 最大值 = 109951162777600 |
volumeType | 磁碟區的類型為何 | 字串 |
VolumePropertiesDataProtection
名字 | 描述 | 價值 |
---|---|---|
備份 | 備份屬性 | VolumeBackupProperties |
複製 | 複寫屬性 | ReplicationObject |
快照 | 快照集屬性。 | VolumeSnapshotProperties |
VolumeBackupProperties
名字 | 描述 | 價值 |
---|---|---|
backupEnabled | 備份已啟用 | bool |
backupPolicyId | 備份原則資源標識碼 | 字串 |
policyEnforced | 強制執行原則 | bool |
vaultId | 保存庫資源標識碼 | 字串 |
ReplicationObject
名字 | 描述 | 價值 |
---|---|---|
endpointType | 指出本機磁碟區是磁碟區復寫的來源或目的地 | 'dst' 'src' |
remoteVolumeRegion | 磁碟區復寫另一端的遠端區域。 | 字串 |
remoteVolumeResourceId | 遠端磁碟區的資源標識碼。 | 字串 (必要) |
replicationId | 標識碼 | 字串 |
replicationSchedule | 附表 | '_10minutely' 'daily' 'hourly' (必要) |
VolumeSnapshotProperties
名字 | 描述 | 價值 |
---|---|---|
snapshotPolicyId | 快照集原則 ResourceId | 字串 |
VolumePropertiesExportPolicy
名字 | 描述 | 價值 |
---|---|---|
規則 | 匯出原則規則 | ExportPolicyRule[] |
ExportPolicyRule
名字 | 描述 | 價值 |
---|---|---|
allowedClients | 用戶端輸入規格以逗號分隔字串,其中包含IPv4CIDR、IPv4 主機名和主機名 | 字串 |
cifs | 允許 CIFS 通訊協定 | bool |
hasRootAccess | 具有磁碟區的根存取權 | bool |
kerberos5iReadWrite | Kerberos5i 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5pReadWrite | Kerberos5p 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5ReadWrite | Kerberos5 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
nfsv3 | 允許 NFSv3 通訊協定。 僅針對 NFSv3 類型磁碟區啟用 | bool |
nfsv41 | 允許 NFSv4.1 通訊協定。 僅針對 NFSv4.1 類型磁碟區啟用 | bool |
ruleIndex | 訂單索引 | int |
unixReadWrite | 讀取和寫入存取權 | bool |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
使用 NFSV3/NFSv4.1 磁碟區建立新的 ANF 資源 |
此範本可讓您建立新的 Azure NetApp Files 資源,其中包含單一容量集區和使用 NFSV3 或 NFSv4.1 通訊協定設定的單一磁碟區。 它們全都部署在一起,以及建立任何磁碟區所需的 Azure 虛擬網路和委派子網 |
使用SMB磁碟區建立新的ANF資源 |
此範本可讓您使用單一容量集區和使用SMB通訊協定設定的單一磁碟區來建立新的 Azure NetApp Files 資源。 |
Terraform (AzAPI 提供者) 資源定義
netAppAccounts/capacityPools/volumes 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.NetApp/netAppAccounts/capacityPools/volumes 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-12-01"
name = "string"
location = "string"
parent_id = "string"
tags = {
tagName1 = "tagValue1"
tagName2 = "tagValue2"
}
body = jsonencode({
properties = {
backupId = "string"
creationToken = "string"
dataProtection = {
backup = {
backupEnabled = bool
backupPolicyId = "string"
policyEnforced = bool
vaultId = "string"
}
replication = {
endpointType = "string"
remoteVolumeRegion = "string"
remoteVolumeResourceId = "string"
replicationId = "string"
replicationSchedule = "string"
}
snapshot = {
snapshotPolicyId = "string"
}
}
encryptionKeySource = "string"
exportPolicy = {
rules = [
{
allowedClients = "string"
cifs = bool
hasRootAccess = bool
kerberos5iReadWrite = bool
kerberos5pReadWrite = bool
kerberos5ReadWrite = bool
nfsv3 = bool
nfsv41 = bool
ruleIndex = int
unixReadWrite = bool
}
]
}
isRestoring = bool
kerberosEnabled = bool
ldapEnabled = bool
protocolTypes = [
"string"
]
securityStyle = "string"
serviceLevel = "string"
smbContinuouslyAvailable = bool
smbEncryption = bool
snapshotDirectoryVisible = bool
snapshotId = "string"
subnetId = "string"
throughputMibps = int
usageThreshold = int
volumeType = "string"
}
})
}
屬性值
netAppAccounts/capacityPools/volumes
名字 | 描述 | 價值 |
---|---|---|
類型 | 資源類型 | “Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-12-01” |
名字 | 資源名稱 | 字串 (必要) |
位置 | 資源位置 | 字串 (必要) |
parent_id | 此資源為父系之資源的標識碼。 | 類型資源的標識碼:capacityPools |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
性能 | 磁碟區屬性 | VolumeProperties (必要) |
VolumeProperties
名字 | 描述 | 價值 |
---|---|---|
backupId | 用來識別備份的 UUID v4 或資源識別碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 Pattern = ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\?([^\/]*[\/])*)([^\/]+)$ |
creationToken | 磁碟區的唯一檔案路徑。 建立掛接目標時使用 | 字串 (必要) 約束: 最小長度 = 1 最大長度 = 80 Pattern = ^[a-zA-Z][a-zA-Z0-9\-]{0,79}$ |
dataProtection | DataProtection 類型磁碟區包含包含複寫詳細數據的物件 | VolumePropertiesDataProtection |
encryptionKeySource | 加密金鑰來源。 可能的值為:'Microsoft.NetApp' | 字串 |
exportPolicy | 一組導出原則規則 | VolumePropertiesExportPolicy |
isRestoring | 恢復 | bool |
kerberosEnabled | 描述磁碟區是否為 KerberosEnabled。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
ldapEnabled | 指定指定的NFS磁碟區是否啟用LDAP。 | bool |
protocolTypes | 一組通訊協定類型、預設的 NFSv3、SMB 通訊協定的 CIFS | string[] |
securityStyle | 磁碟區的安全性樣式,預設 unix,預設為 ntfs 的雙重通訊協定或 CIFS 通訊協定 | “ntfs” “unix” |
serviceLevel | 檔系統的服務等級 | “Premium” “Standard” “Ultra” |
smbContinuouslyAvailable | 為smb磁碟區啟用持續可用的共享屬性。 僅適用於SMB磁碟區 | bool |
smbEncryption | 啟用內部 smb3 資料的加密。 僅適用於SMB/DualProtocol磁碟區。 與 Swagger 版本 2020-08-01 或更新版本搭配使用 | bool |
snapshotDirectoryVisible | 如果啟用 (true) 磁碟區將包含唯讀快照集目錄,其會提供每個磁碟區快照集的存取權(預設值為 true)。 | bool |
snapshotId | 用來識別快照集的 UUID v4 或資源識別碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 Pattern = ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\?([^\/]*[\/])*)([^\/]+)$ |
subnetId | 委派子網的 Azure 資源 URI。 必須有委派Microsoft.NetApp/volumes | 字串 (必要) |
throughputMibps | Mibps 中可透過此磁碟區達成的最大輸送量 | int 約束: 最小值 = 0 最大值 = 4500 |
usageThreshold | 文件系統允許的記憶體配額上限,以位元組為單位。 這是僅用於警示的軟配額。 大小下限為 100 GiB。 上限為 100TiB。 以位元組指定。 | int (必要) 約束: 最小值 = 107374182400 最大值 = 109951162777600 |
volumeType | 磁碟區的類型為何 | 字串 |
VolumePropertiesDataProtection
名字 | 描述 | 價值 |
---|---|---|
備份 | 備份屬性 | VolumeBackupProperties |
複製 | 複寫屬性 | ReplicationObject |
快照 | 快照集屬性。 | VolumeSnapshotProperties |
VolumeBackupProperties
名字 | 描述 | 價值 |
---|---|---|
backupEnabled | 備份已啟用 | bool |
backupPolicyId | 備份原則資源標識碼 | 字串 |
policyEnforced | 強制執行原則 | bool |
vaultId | 保存庫資源標識碼 | 字串 |
ReplicationObject
名字 | 描述 | 價值 |
---|---|---|
endpointType | 指出本機磁碟區是磁碟區復寫的來源或目的地 | “dst” “src” |
remoteVolumeRegion | 磁碟區復寫另一端的遠端區域。 | 字串 |
remoteVolumeResourceId | 遠端磁碟區的資源標識碼。 | 字串 (必要) |
replicationId | 標識碼 | 字串 |
replicationSchedule | 附表 | “_10minutely” “daily” “每小時” (必要) |
VolumeSnapshotProperties
名字 | 描述 | 價值 |
---|---|---|
snapshotPolicyId | 快照集原則 ResourceId | 字串 |
VolumePropertiesExportPolicy
名字 | 描述 | 價值 |
---|---|---|
規則 | 匯出原則規則 | ExportPolicyRule[] |
ExportPolicyRule
名字 | 描述 | 價值 |
---|---|---|
allowedClients | 用戶端輸入規格以逗號分隔字串,其中包含IPv4CIDR、IPv4 主機名和主機名 | 字串 |
cifs | 允許 CIFS 通訊協定 | bool |
hasRootAccess | 具有磁碟區的根存取權 | bool |
kerberos5iReadWrite | Kerberos5i 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5pReadWrite | Kerberos5p 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
kerberos5ReadWrite | Kerberos5 讀取和寫入存取權。 與 Swagger 版本 2020-05-01 或更新版本搭配使用 | bool |
nfsv3 | 允許 NFSv3 通訊協定。 僅針對 NFSv3 類型磁碟區啟用 | bool |
nfsv41 | 允許 NFSv4.1 通訊協定。 僅針對 NFSv4.1 類型磁碟區啟用 | bool |
ruleIndex | 訂單索引 | int |
unixReadWrite | 讀取和寫入存取權 | bool |