Skip to content

Commit

Permalink
Azure SIte Recovery - Adding support for renaming target nics in A2A …
Browse files Browse the repository at this point in the history
…replicated items (Azure#8471)
  • Loading branch information
om-nishant authored and 00Kai0 committed Oct 12, 2020
1 parent cd6e301 commit 8206138
Showing 1 changed file with 52 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17200,6 +17200,32 @@
"items": {
"$ref": "#/definitions/IPConfig"
}
},
"recoveryNicName": {
"description": "The name of the NIC to be used when creating target NICs.",
"type": "string"
},
"recoveryNicResourceGroupName": {
"description": "The resource group of the NIC to be used when creating target NICs.",
"type": "string"
},
"reuseExistingNic": {
"description": "A value indicating whether an existing NIC is allowed to be reused during failover subject to availability.",
"type": "boolean",
"default": false
},
"tfoRecoveryNicName": {
"description": "The name of the NIC to be used when creating target NICs in TFO.",
"type": "string"
},
"tfoRecoveryNicResourceGroupName": {
"description": "The resource group of the NIC to be used when creating target NICs in TFO.",
"type": "string"
},
"tfoReuseExistingNic": {
"description": "A value indicating whether an existing NIC is allowed to be reused during test failover subject to availability.",
"type": "boolean",
"default": false
}
}
},
Expand Down Expand Up @@ -17261,6 +17287,32 @@
"items": {
"$ref": "#/definitions/IPConfig"
}
},
"recoveryNicName": {
"description": "The name of the NIC to be used when creating target NICs.",
"type": "string"
},
"recoveryNicResourceGroupName": {
"description": "The resource group of the NIC to be used when creating target NICs.",
"type": "string"
},
"reuseExistingNic": {
"description": "A value indicating whether an existing NIC is allowed to be reused during failover subject to availability.",
"type": "boolean",
"default": false
},
"tfoNicName": {
"description": "The name of the NIC to be used when creating target NICs in TFO.",
"type": "string"
},
"tfoNicResourceGroupName": {
"description": "The resource group of the NIC to be used when creating target NICs in TFO.",
"type": "string"
},
"tfoReuseExistingNic": {
"description": "A value indicating whether an existing NIC is allowed to be reused during test failover subject to availability.",
"type": "boolean",
"default": false
}
}
},
Expand Down

0 comments on commit 8206138

Please sign in to comment.