Skip to content

Commit

Permalink
Enhanced A2A protection input and response details (#5330)
Browse files Browse the repository at this point in the history
Enhanced A2AEnableProtectionInput & A2AReplicationDetails objects with recoveryAvailabilityZone, recoveryAzureNetworkId, and recoverySubnetName.
  • Loading branch information
sriramvu authored and veronicagg committed Mar 8, 2019
1 parent 6a18208 commit 88eb4ce
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7287,6 +7287,18 @@
"diskEncryptionInfo": {
"$ref": "#/definitions/DiskEncryptionInfo",
"description": "The recovery disk encryption information."
},
"recoveryAvailabilityZone": {
"description": "The recovery availability zone.",
"type": "string"
},
"recoveryAzureNetworkId": {
"description": "The recovery Azure virtual network ARM id.",
"type": "string"
},
"recoverySubnetName": {
"description": "The recovery subnet name.",
"type": "string"
}
},
"x-ms-discriminator-value": "A2A"
Expand Down Expand Up @@ -7873,6 +7885,10 @@
"format": "date-time",
"description": "The time (in UTC) when the last RPO value was calculated by Protection Service.",
"type": "string"
},
"recoveryAvailabilityZone": {
"description": "The recovery availability zone.",
"type": "string"
}
},
"x-ms-discriminator-value": "A2A"
Expand Down

0 comments on commit 88eb4ce

Please sign in to comment.