|
8602 | 8602 | } |
8603 | 8603 | } |
8604 | 8604 | }, |
| 8605 | + "A2AFabricSpecificLocationDetails": { |
| 8606 | + "description": "ExtendedLocation details data.", |
| 8607 | + "type": "object", |
| 8608 | + "properties": { |
| 8609 | + "initialPrimaryZone": { |
| 8610 | + "description": "The initial source zone info.", |
| 8611 | + "type": "string" |
| 8612 | + }, |
| 8613 | + "initialRecoveryZone": { |
| 8614 | + "description": "The initial target zone info.", |
| 8615 | + "type": "string" |
| 8616 | + }, |
| 8617 | + "initialPrimaryExtendedLocation": { |
| 8618 | + "$ref": "#/definitions/ExtendedLocation", |
| 8619 | + "description": "The initial primary ExtendedLocation." |
| 8620 | + }, |
| 8621 | + "initialRecoveryExtendedLocation": { |
| 8622 | + "$ref": "#/definitions/ExtendedLocation", |
| 8623 | + "description": "The initial recovery ExtendedLocation." |
| 8624 | + }, |
| 8625 | + "initialPrimaryFabricLocation": { |
| 8626 | + "description": "Initial primary fabric location info.", |
| 8627 | + "type": "string" |
| 8628 | + }, |
| 8629 | + "initialRecoveryFabricLocation": { |
| 8630 | + "description": "The initial recovery fabric location info.", |
| 8631 | + "type": "string" |
| 8632 | + }, |
| 8633 | + "primaryZone": { |
| 8634 | + "description": "Source zone info.", |
| 8635 | + "type": "string" |
| 8636 | + }, |
| 8637 | + "recoveryZone": { |
| 8638 | + "description": "The target zone info.", |
| 8639 | + "type": "string" |
| 8640 | + }, |
| 8641 | + "primaryExtendedLocation": { |
| 8642 | + "$ref": "#/definitions/ExtendedLocation", |
| 8643 | + "description": "The primary ExtendedLocation." |
| 8644 | + }, |
| 8645 | + "recoveryExtendedLocation": { |
| 8646 | + "$ref": "#/definitions/ExtendedLocation", |
| 8647 | + "description": "The recovery ExtendedLocation." |
| 8648 | + }, |
| 8649 | + "primaryFabricLocation": { |
| 8650 | + "description": "Primary fabric location info.", |
| 8651 | + "type": "string" |
| 8652 | + }, |
| 8653 | + "recoveryFabricLocation": { |
| 8654 | + "description": "The recovery fabric location info.", |
| 8655 | + "type": "string" |
| 8656 | + } |
| 8657 | + } |
| 8658 | + }, |
8605 | 8659 | "A2APolicyCreationInput": { |
8606 | 8660 | "description": "A2A Policy creation input.", |
8607 | 8661 | "required": [ |
|
10349 | 10403 | "$ref": "#/definitions/A2AExtendedLocationDetails" |
10350 | 10404 | }, |
10351 | 10405 | "x-ms-identifiers": [] |
| 10406 | + }, |
| 10407 | + "locationDetails": { |
| 10408 | + "description": "The location details.", |
| 10409 | + "type": "array", |
| 10410 | + "items": { |
| 10411 | + "$ref": "#/definitions/A2AFabricSpecificLocationDetails" |
| 10412 | + } |
10352 | 10413 | } |
10353 | 10414 | }, |
10354 | 10415 | "x-ms-discriminator-value": "Azure" |
|
11590 | 11651 | "description": "A value indicating whether the zone to zone mappings are to be returned.", |
11591 | 11652 | "type": "string" |
11592 | 11653 | }, |
| 11654 | + "extendedLocationMappings": { |
| 11655 | + "description": "A value indicating whether the Extended Location mappings are to be returned.", |
| 11656 | + "type": "string" |
| 11657 | + }, |
| 11658 | + "locationDetails": { |
| 11659 | + "description": "A value indicating whether the location details are to be returned.", |
| 11660 | + "type": "string" |
| 11661 | + }, |
11593 | 11662 | "fetchAgentDetails": { |
11594 | 11663 | "description": "A value indicating whether the agent details are to be fetched.", |
11595 | 11664 | "type": "string" |
|
0 commit comments