TargetMapping
Target mapping information.
Fields
| Field | Type | Description |
|---|---|---|
| connectionStatus | ArchivalGroupConnectionStatus | Connection status for the target mapping. |
| groupType | ArchivalGroupType! | The type of the target mapping (manual or automatic). |
| id | UUID! | The ID of the target mapping. |
| name | String! | The name of the target mapping. |
| targetTemplate | TargetTemplate | The target template for this target mapping (if automatic). |
| targetType | TargetType! | The type of targets in this target mapping. |
| targets | [Target!] | The targets in this target mapping. |
| tieringStatus | [ArchivalGroupTieringStatus!] | Tiering status for the target mapping. |
Used By
Queries
Mutations
- mutation: createAutomaticAwsTargetMapping
- mutation: createAutomaticAzureTargetMapping
- mutation: createAutomaticRcsTargetMapping
- mutation: createManualTargetMapping
- mutation: updateAutomaticAwsTargetMapping
- mutation: updateAutomaticAzureTargetMapping
- mutation: updateManualTargetMapping
- mutation: updateRcsAutomaticTargetMapping
Referenced by
- ArchivalEntityTargetMapping.targetMapping
- ArchivalSpec.storageSetting
- BackupLocationSpec.archivalGroup
- CreateCloudNativeAwsStorageSettingReply.targetMapping
- CreateCloudNativeAzureStorageSettingReply.targetMapping
- CreateCloudNativeRcvAzureStorageSettingReply.targetMapping
- ReplicationSpecV2.targetMapping
- ReplicationToCloudLocationSpec.targetMapping
- UpdateCloudNativeAwsStorageSettingReply.targetMapping
- UpdateCloudNativeAzureStorageSettingReply.targetMapping
- UpdateCloudNativeRcvAzureStorageSettingReply.targetMapping