Microsoft.RecoveryServices コンテナー/replicationPolicies 2021-02-10
Bicep リソース定義
コンテナー/replicationPolicies リソースの種類は、次の場所にデプロイできます。
- リソース グループ - リソース グループのデプロイ コマンドを参照してください
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
リソース形式
Microsoft.RecoveryServices/vaults/replicationPolicies リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.RecoveryServices/vaults/replicationPolicies@2021-02-10' = {
name: 'string'
parent: resourceSymbolicName
properties: {
providerSpecificInput: {
instanceType: 'string'
// For remaining properties, see PolicyProviderSpecificInput objects
}
}
}
PolicyProviderSpecificInput オブジェクト
instanceType プロパティを設定して、オブジェクトの種類を指定します。
A2A の場合は、次の値を使用します。
instanceType: 'A2A'
appConsistentFrequencyInMinutes: int
crashConsistentFrequencyInMinutes: int
multiVmSyncStatus: 'string'
recoveryPointHistory: int
A2ACrossClusterMigration の場合は、次の値を使用します。
instanceType: 'A2ACrossClusterMigration'
HyperVReplica2012R2 の場合は、次の値を使用します。
instanceType: 'HyperVReplica2012R2'
allowedAuthenticationType: int
applicationConsistentSnapshotFrequencyInHours: int
compression: 'string'
initialReplicationMethod: 'string'
offlineReplicationExportPath: 'string'
offlineReplicationImportPath: 'string'
onlineReplicationStartTime: 'string'
recoveryPoints: int
replicaDeletion: 'string'
replicationFrequencyInSeconds: int
replicationPort: int
HyperVReplicaAzure の場合は、次の値を使用します。
instanceType: 'HyperVReplicaAzure'
applicationConsistentSnapshotFrequencyInHours: int
onlineReplicationStartTime: 'string'
recoveryPointHistoryDuration: int
replicationInterval: int
storageAccounts: [
'string'
]
InMage の場合は、次の値を使用します。
instanceType: 'InMage'
appConsistentFrequencyInMinutes: int
multiVmSyncStatus: 'string'
recoveryPointHistory: int
recoveryPointThresholdInMinutes: int
InMageAzureV2 の場合は、次の値を使用します。
instanceType: 'InMageAzureV2'
appConsistentFrequencyInMinutes: int
crashConsistentFrequencyInMinutes: int
multiVmSyncStatus: 'string'
recoveryPointHistory: int
recoveryPointThresholdInMinutes: int
InMageRcm の場合は、次の値を使用します。
instanceType: 'InMageRcm'
appConsistentFrequencyInMinutes: int
crashConsistentFrequencyInMinutes: int
enableMultiVmSync: 'string'
recoveryPointHistoryInMinutes: int
InMageRcmFailback の場合は、次の値を使用します。
instanceType: 'InMageRcmFailback'
appConsistentFrequencyInMinutes: int
crashConsistentFrequencyInMinutes: int
VMwareCbt の場合は、次の値を使用します。
instanceType: 'VMwareCbt'
appConsistentFrequencyInMinutes: int
crashConsistentFrequencyInMinutes: int
recoveryPointHistoryInMinutes: int
プロパティ値
vaults/replicationPolicies
Name | 説明 | 値 |
---|---|---|
name | リソース名 Bicep で子リソースの名前と型を設定する方法を参照してください。 |
string (必須) |
parent | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「 親リソースの外部の子リソース」を参照してください。 |
種類のリソースのシンボル名: コンテナー |
properties | ポリシー作成プロパティ。 | CreatePolicyInputPropertiesOrPolicyProperties |
CreatePolicyInputPropertiesOrPolicyProperties
Name | 説明 | 値 |
---|---|---|
providerSpecificInput | ReplicationProviderSettings。 | PolicyProviderSpecificInput |
PolicyProviderSpecificInput
Name | 説明 | 値 |
---|---|---|
instanceType | オブジェクトの種類を設定する | A2a A2ACrossClusterMigration HyperVReplica2012R2 HyperVReplicaAzure InMage InMageAzureV2 InMageRcm InMageRcmFailback VMwareCbt (必須) |
A2APolicyCreationInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'A2A' (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
crashConsistentFrequencyInMinutes | クラッシュ整合性スナップショットの頻度 (分単位)。 | INT |
multiVmSyncStatus | マルチ VM 同期を有効にする必要があるかどうかを示す値。 値は 'Enabled' または 'Disabled' である必要があります。 | 'Disable' 'Enable' (必須) |
recoveryPointHistory | 復旧ポイントを格納する必要がある時間 (分単位)。 | INT |
A2ACrossClusterMigrationPolicyCreationInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'A2ACrossClusterMigration' (必須) |
HyperVReplicaBluePolicyInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'HyperVReplica2012R2' (必須) |
allowedAuthenticationType | 認証の種類を示す値。 | INT |
applicationConsistentSnapshotFrequencyInHours | アプリケーションの一貫性のある頻度を示す値。 | INT |
compression | 圧縮を有効にする必要があるかどうかを示す値。 | string |
initialReplicationMethod | IR がオンラインかどうかを示す値。 | string |
offlineReplicationExportPath | オフライン IR エクスポート パスを示す値。 | string |
offlineReplicationImportPath | オフライン IR インポート パスを示す値。 | string |
onlineReplicationStartTime | オンライン IR の開始時刻を示す値。 | string |
recoveryPoints | 復旧ポイントの数を示す値。 | INT |
replicaDeletion | VM を自動削除する必要があるかどうかを示す値。 | string |
replicationFrequencyInSeconds | レプリケーション間隔を示す値。 | INT |
replicationPort | 回復 HTTPS ポートを示す値。 | INT |
HyperVReplicaAzurePolicyInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'HyperVReplicaAzure' (必須) |
applicationConsistentSnapshotFrequencyInHours | Hyper-V レプリカが VM 内でアプリケーション整合性スナップショットを作成する間隔 (時間単位)。 | INT |
onlineReplicationStartTime | 初期レプリケーションのスケジュールされた開始時刻。 このパラメーターが Null の場合、初期レプリケーションはすぐに開始されます。 | string |
recoveryPointHistoryDuration | 復旧履歴を維持する必要がある期間 (時間単位)。 | INT |
replicationInterval | レプリケーション間隔。 | INT |
storageAccounts | プライマリ クラウド内の VM のレプリケート先となるストレージ アカウントの一覧。 | string[] |
InMagePolicyInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'InMage' (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
multiVmSyncStatus | マルチ VM 同期を有効にする必要があるかどうかを示す値。 値は 'Enabled' または 'Disabled' である必要があります。 | 'Disable' 'Enable' (必須) |
recoveryPointHistory | 復旧ポイントを格納する必要がある時間 (分単位)。 | INT |
recoveryPointThresholdInMinutes | 復旧ポイントのしきい値 (分単位)。 | INT |
InMageAzureV2PolicyInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'InMageAzureV2' (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
crashConsistentFrequencyInMinutes | クラッシュ整合性スナップショットの頻度 (分単位)。 | INT |
multiVmSyncStatus | マルチ VM 同期を有効にする必要があるかどうかを示す値。 値は 'Enabled' または 'Disabled' である必要があります。 | 'Disable' 'Enable' (必須) |
recoveryPointHistory | 復旧ポイントを格納する必要がある時間 (分単位)。 | INT |
recoveryPointThresholdInMinutes | 復旧ポイントのしきい値 (分単位)。 | INT |
InMageRcmPolicyCreationInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'InMageRcm' (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
crashConsistentFrequencyInMinutes | クラッシュ整合性スナップショットの頻度 (分単位)。 | INT |
enableMultiVmSync | マルチ VM 同期を有効にする必要があるかどうかを示す値。 | string |
recoveryPointHistoryInMinutes | 復旧ポイントを格納する必要がある時間 (分単位)。 | INT |
InMageRcmFailbackPolicyCreationInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'InMageRcmFailback' (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
crashConsistentFrequencyInMinutes | クラッシュ整合性スナップショットの頻度 (分単位)。 | INT |
VMwareCbtPolicyCreationInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'VMwareCbt' (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
crashConsistentFrequencyInMinutes | クラッシュ整合性スナップショットの頻度 (分単位)。 | INT |
recoveryPointHistoryInMinutes | 復旧ポイントを格納する必要がある時間 (分単位)。 | INT |
ARM テンプレート リソース定義
コンテナー/replicationPolicies リソースの種類は、次の場所にデプロイできます。
- リソース グループ - リソース グループのデプロイ コマンドに関するページを参照してください
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
リソース形式
Microsoft.RecoveryServices/vaults/replicationPolicies リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.RecoveryServices/vaults/replicationPolicies",
"apiVersion": "2021-02-10",
"name": "string",
"properties": {
"providerSpecificInput": {
"instanceType": "string"
// For remaining properties, see PolicyProviderSpecificInput objects
}
}
}
PolicyProviderSpecificInput オブジェクト
instanceType プロパティを設定して、オブジェクトの種類を指定します。
A2A の場合は、次の値を使用します。
"instanceType": "A2A",
"appConsistentFrequencyInMinutes": "int",
"crashConsistentFrequencyInMinutes": "int",
"multiVmSyncStatus": "string",
"recoveryPointHistory": "int"
A2ACrossClusterMigration の場合は、次の値を使用します。
"instanceType": "A2ACrossClusterMigration"
HyperVReplica2012R2 の場合は、次の値を使用します。
"instanceType": "HyperVReplica2012R2",
"allowedAuthenticationType": "int",
"applicationConsistentSnapshotFrequencyInHours": "int",
"compression": "string",
"initialReplicationMethod": "string",
"offlineReplicationExportPath": "string",
"offlineReplicationImportPath": "string",
"onlineReplicationStartTime": "string",
"recoveryPoints": "int",
"replicaDeletion": "string",
"replicationFrequencyInSeconds": "int",
"replicationPort": "int"
HyperVReplicaAzure の場合は、次の値を使用します。
"instanceType": "HyperVReplicaAzure",
"applicationConsistentSnapshotFrequencyInHours": "int",
"onlineReplicationStartTime": "string",
"recoveryPointHistoryDuration": "int",
"replicationInterval": "int",
"storageAccounts": [ "string" ]
InMage の場合は、次の値を使用します。
"instanceType": "InMage",
"appConsistentFrequencyInMinutes": "int",
"multiVmSyncStatus": "string",
"recoveryPointHistory": "int",
"recoveryPointThresholdInMinutes": "int"
InMageAzureV2 の場合は、次の値を使用します。
"instanceType": "InMageAzureV2",
"appConsistentFrequencyInMinutes": "int",
"crashConsistentFrequencyInMinutes": "int",
"multiVmSyncStatus": "string",
"recoveryPointHistory": "int",
"recoveryPointThresholdInMinutes": "int"
InMageRcm の場合は、次の値を使用します。
"instanceType": "InMageRcm",
"appConsistentFrequencyInMinutes": "int",
"crashConsistentFrequencyInMinutes": "int",
"enableMultiVmSync": "string",
"recoveryPointHistoryInMinutes": "int"
InMageRcmFailback の場合は、次の値を使用します。
"instanceType": "InMageRcmFailback",
"appConsistentFrequencyInMinutes": "int",
"crashConsistentFrequencyInMinutes": "int"
VMwareCbt の場合は、次の値を使用します。
"instanceType": "VMwareCbt",
"appConsistentFrequencyInMinutes": "int",
"crashConsistentFrequencyInMinutes": "int",
"recoveryPointHistoryInMinutes": "int"
プロパティ値
vaults/replicationPolicies
Name | 説明 | 値 |
---|---|---|
type | リソースの種類 | 'Microsoft.RecoveryServices/vaults/replicationPolicies' |
apiVersion | リソース API のバージョン | '2021-02-10' |
name | リソース名 JSON ARM テンプレートで子リソースの名前と型を設定する方法を参照してください。 |
string (必須) |
properties | ポリシー作成プロパティ。 | CreatePolicyInputPropertiesOrPolicyProperties |
CreatePolicyInputPropertiesOrPolicyProperties
Name | 説明 | 値 |
---|---|---|
providerSpecificInput | ReplicationProviderSettings。 | PolicyProviderSpecificInput |
PolicyProviderSpecificInput
Name | 説明 | 値 |
---|---|---|
instanceType | オブジェクトの種類を設定する | A2a A2ACrossClusterMigration HyperVReplica2012R2 HyperVReplicaAzure InMage InMageAzureV2 InMageRcm InMageRcmFailback VMwareCbt (必須) |
A2APolicyCreationInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'A2A' (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
crashConsistentFrequencyInMinutes | クラッシュ整合性スナップショットの頻度 (分単位)。 | INT |
multiVmSyncStatus | マルチ VM 同期を有効にする必要があるかどうかを示す値。 値は 'Enabled' または 'Disabled' である必要があります。 | 'Disable' 'Enable' (必須) |
recoveryPointHistory | 復旧ポイントを格納する必要がある時間 (分単位)。 | INT |
A2ACrossClusterMigrationPolicyCreationInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'A2ACrossClusterMigration' (必須) |
HyperVReplicaBluePolicyInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'HyperVReplica2012R2' (必須) |
allowedAuthenticationType | 認証の種類を示す 値。 | INT |
applicationConsistentSnapshotFrequencyInHours | アプリケーションの一貫性のある頻度を示す 値。 | INT |
compression | 圧縮を有効にする必要があるかどうかを示す値。 | string |
initialReplicationMethod | IR がオンラインかどうかを示す値。 | string |
offlineReplicationExportPath | オフライン IR エクスポート パスを示す 値。 | string |
offlineReplicationImportPath | オフライン IR インポート パスを示す 値。 | string |
onlineReplicationStartTime | オンライン IR の開始時刻を示す 値。 | string |
recoveryPoints | 復旧ポイントの数を示す 値。 | INT |
replicaDeletion | VM を自動削除する必要があるかどうかを示す 値。 | string |
replicationFrequencyInSeconds | レプリケーション間隔を示す 値。 | INT |
replicationPort | 回復 HTTPS ポートを示す 値。 | INT |
HyperVReplicaAzurePolicyInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'HyperVReplicaAzure' (必須) |
applicationConsistentSnapshotFrequencyInHours | Hyper-V レプリカが VM 内にアプリケーション整合性スナップショットを作成する間隔 (時間単位)。 | INT |
onlineReplicationStartTime | 初期レプリケーションのスケジュールされた開始時刻。 このパラメーターが Null の場合、初期レプリケーションはすぐに開始されます。 | string |
recoveryPointHistoryDuration | 復旧履歴を維持する必要がある時点までの期間 (時間単位)。 | INT |
replicationInterval | レプリケーション間隔。 | INT |
storageAccounts | プライマリ クラウド内の VM のレプリケート先となるストレージ アカウントの一覧。 | string[] |
InMagePolicyInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'InMage' (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
multiVmSyncStatus | マルチ VM 同期を有効にする必要があるかどうかを示す値。 値は 'Enabled' または 'Disabled' である必要があります。 | 'Disable' 'Enable' (必須) |
recoveryPointHistory | 復旧ポイントを格納する必要がある時間 (分単位)。 | INT |
recoveryPointThresholdInMinutes | 復旧ポイントのしきい値 (分単位)。 | INT |
InMageAzureV2PolicyInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'InMageAzureV2' (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
crashConsistentFrequencyInMinutes | クラッシュ整合性スナップショットの頻度 (分単位)。 | INT |
multiVmSyncStatus | マルチ VM 同期を有効にする必要があるかどうかを示す値。 値は 'Enabled' または 'Disabled' である必要があります。 | 'Disable' 'Enable' (必須) |
recoveryPointHistory | 復旧ポイントを格納する必要がある時間 (分単位)。 | INT |
recoveryPointThresholdInMinutes | 復旧ポイントのしきい値 (分単位)。 | INT |
InMageRcmPolicyCreationInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'InMageRcm' (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
crashConsistentFrequencyInMinutes | クラッシュ整合性スナップショットの頻度 (分単位)。 | INT |
enableMultiVmSync | マルチ VM 同期を有効にする必要があるかどうかを示す値。 | string |
recoveryPointHistoryInMinutes | 復旧ポイントを格納する必要がある時間 (分単位)。 | INT |
InMageRcmFailbackPolicyCreationInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'InMageRcmFailback' (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
crashConsistentFrequencyInMinutes | クラッシュ整合性スナップショットの頻度 (分単位)。 | INT |
VMwareCbtPolicyCreationInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | 'VMwareCbt' (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
crashConsistentFrequencyInMinutes | クラッシュ整合性スナップショットの頻度 (分単位)。 | INT |
recoveryPointHistoryInMinutes | 復旧ポイントを格納する必要がある時間 (分単位)。 | INT |
Terraform (AzAPI プロバイダー) リソース定義
コンテナー/replicationPolicies リソースの種類は、次の場所にデプロイできます。
- リソース グループ
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
リソース形式
Microsoft.RecoveryServices/vaults/replicationPolicies リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.RecoveryServices/vaults/replicationPolicies@2021-02-10"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
providerSpecificInput = {
instanceType = "string"
// For remaining properties, see PolicyProviderSpecificInput objects
}
}
})
}
PolicyProviderSpecificInput オブジェクト
instanceType プロパティを設定して、オブジェクトの種類を指定します。
A2A の場合は、次の値を使用します。
instanceType = "A2A"
appConsistentFrequencyInMinutes = int
crashConsistentFrequencyInMinutes = int
multiVmSyncStatus = "string"
recoveryPointHistory = int
A2ACrossClusterMigration の場合は、次の値を使用します。
instanceType = "A2ACrossClusterMigration"
HyperVReplica2012R2 の場合は、次の値を使用します。
instanceType = "HyperVReplica2012R2"
allowedAuthenticationType = int
applicationConsistentSnapshotFrequencyInHours = int
compression = "string"
initialReplicationMethod = "string"
offlineReplicationExportPath = "string"
offlineReplicationImportPath = "string"
onlineReplicationStartTime = "string"
recoveryPoints = int
replicaDeletion = "string"
replicationFrequencyInSeconds = int
replicationPort = int
HyperVReplicaAzure の場合は、次の値を使用します。
instanceType = "HyperVReplicaAzure"
applicationConsistentSnapshotFrequencyInHours = int
onlineReplicationStartTime = "string"
recoveryPointHistoryDuration = int
replicationInterval = int
storageAccounts = [
"string"
]
InMage の場合は、次の値を使用します。
instanceType = "InMage"
appConsistentFrequencyInMinutes = int
multiVmSyncStatus = "string"
recoveryPointHistory = int
recoveryPointThresholdInMinutes = int
InMageAzureV2 の場合は、次の値を使用します。
instanceType = "InMageAzureV2"
appConsistentFrequencyInMinutes = int
crashConsistentFrequencyInMinutes = int
multiVmSyncStatus = "string"
recoveryPointHistory = int
recoveryPointThresholdInMinutes = int
InMageRcm の場合は、次の値を使用します。
instanceType = "InMageRcm"
appConsistentFrequencyInMinutes = int
crashConsistentFrequencyInMinutes = int
enableMultiVmSync = "string"
recoveryPointHistoryInMinutes = int
InMageRcmFailback の場合は、次の値を使用します。
instanceType = "InMageRcmFailback"
appConsistentFrequencyInMinutes = int
crashConsistentFrequencyInMinutes = int
VMwareCbt の場合は、次の値を使用します。
instanceType = "VMwareCbt"
appConsistentFrequencyInMinutes = int
crashConsistentFrequencyInMinutes = int
recoveryPointHistoryInMinutes = int
プロパティ値
vaults/replicationPolicies
Name | 説明 | 値 |
---|---|---|
type | リソースの種類 | "Microsoft.RecoveryServices/vaults/replicationPolicies@2021-02-10" |
name | リソース名 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: コンテナー |
properties | ポリシー作成プロパティ。 | CreatePolicyInputPropertiesOrPolicyProperties |
CreatePolicyInputPropertiesOrPolicyProperties
Name | 説明 | 値 |
---|---|---|
providerSpecificInput | ReplicationProviderSettings。 | PolicyProviderSpecificInput |
PolicyProviderSpecificInput
Name | 説明 | 値 |
---|---|---|
instanceType | オブジェクトの種類を設定する | A2a A2ACrossClusterMigration HyperVReplica2012R2 HyperVReplicaAzure InMage InMageAzureV2 InMageRcm InMageRcmFailback VMwareCbt (必須) |
A2APolicyCreationInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | "A2A" (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
crashConsistentFrequencyInMinutes | クラッシュ整合性スナップショットの頻度 (分単位)。 | INT |
multiVmSyncStatus | マルチ VM 同期を有効にする必要があるかどうかを示す値。 値は 'Enabled' または 'Disabled' である必要があります。 | "無効" "Enable" (必須) |
recoveryPointHistory | 復旧ポイントを格納する必要がある時間 (分単位)。 | INT |
A2ACrossClusterMigrationPolicyCreationInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | "A2ACrossClusterMigration" (必須) |
HyperVReplicaBluePolicyInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | "HyperVReplica2012R2" (必須) |
allowedAuthenticationType | 認証の種類を示す値。 | INT |
applicationConsistentSnapshotFrequencyInHours | アプリケーションの一貫性のある頻度を示す値。 | INT |
compression | 圧縮を有効にする必要があるかどうかを示す値。 | string |
initialReplicationMethod | IR がオンラインかどうかを示す値。 | string |
offlineReplicationExportPath | オフライン IR エクスポート パスを示す値。 | string |
offlineReplicationImportPath | オフライン IR インポート パスを示す値。 | string |
onlineReplicationStartTime | オンライン IR の開始時刻を示す値。 | string |
recoveryPoints | 復旧ポイントの数を示す値。 | INT |
replicaDeletion | VM を自動削除する必要があるかどうかを示す値。 | string |
replicationFrequencyInSeconds | レプリケーション間隔を示す値。 | INT |
replicationPort | 回復 HTTPS ポートを示す値。 | INT |
HyperVReplicaAzurePolicyInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | "HyperVReplicaAzure" (必須) |
applicationConsistentSnapshotFrequencyInHours | Hyper-V レプリカが VM 内でアプリケーション整合性スナップショットを作成する間隔 (時間単位)。 | INT |
onlineReplicationStartTime | 初期レプリケーションのスケジュールされた開始時刻。 このパラメーターが Null の場合、初期レプリケーションはすぐに開始されます。 | string |
recoveryPointHistoryDuration | 復旧履歴を維持する必要がある期間 (時間単位)。 | INT |
replicationInterval | レプリケーション間隔。 | INT |
storageAccounts | プライマリ クラウド内の VM のレプリケート先となるストレージ アカウントの一覧。 | string[] |
InMagePolicyInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | "InMage" (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
multiVmSyncStatus | マルチ VM 同期を有効にする必要があるかどうかを示す値。 値は 'Enabled' または 'Disabled' である必要があります。 | "無効" "Enable" (必須) |
recoveryPointHistory | 復旧ポイントを格納する必要がある時間 (分単位)。 | INT |
recoveryPointThresholdInMinutes | 復旧ポイントのしきい値 (分単位)。 | INT |
InMageAzureV2PolicyInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | "InMageAzureV2" (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
crashConsistentFrequencyInMinutes | クラッシュ整合性スナップショットの頻度 (分単位)。 | INT |
multiVmSyncStatus | マルチ VM 同期を有効にする必要があるかどうかを示す値。 値は 'Enabled' または 'Disabled' である必要があります。 | "無効" "Enable" (必須) |
recoveryPointHistory | 復旧ポイントを格納する必要がある時間 (分単位)。 | INT |
recoveryPointThresholdInMinutes | 復旧ポイントのしきい値 (分単位)。 | INT |
InMageRcmPolicyCreationInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | "InMageRcm" (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
crashConsistentFrequencyInMinutes | クラッシュ整合性スナップショットの頻度 (分単位)。 | INT |
enableMultiVmSync | マルチ VM 同期を有効にする必要があるかどうかを示す値。 | string |
recoveryPointHistoryInMinutes | 復旧ポイントを格納する必要がある時間 (分単位)。 | INT |
InMageRcmFailbackPolicyCreationInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | "InMageRcmFailback" (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
crashConsistentFrequencyInMinutes | クラッシュ整合性スナップショットの頻度 (分単位)。 | INT |
VMwareCbtPolicyCreationInput
Name | 説明 | 値 |
---|---|---|
instanceType | クラス型。 | "VMwareCbt" (必須) |
appConsistentFrequencyInMinutes | アプリ整合性スナップショットの頻度 (分単位)。 | INT |
crashConsistentFrequencyInMinutes | クラッシュ整合性スナップショットの頻度 (分単位)。 | INT |
recoveryPointHistoryInMinutes | 復旧ポイントを格納する必要がある時間 (分単位)。 | int |