|
| 1 | +{ |
| 2 | + "provider_schemas": { |
| 3 | + "huaweicloud/huaweicloud": { |
| 4 | + "data_source_schemas": { |
| 5 | + "huaweicloud_cbr_backups": { |
| 6 | + "block": { |
| 7 | + "attributes": { |
| 8 | + "backups": { |
| 9 | + "type": [ |
| 10 | + "list", |
| 11 | + [ |
| 12 | + "object", |
| 13 | + { |
| 14 | + "checkpoint_id": "string", |
| 15 | + "children": "string", |
| 16 | + "created_at": "string", |
| 17 | + "description": "string", |
| 18 | + "enterprise_project_id": "string", |
| 19 | + "expired_at": "string", |
| 20 | + "extend_info": [ |
| 21 | + "list", |
| 22 | + [ |
| 23 | + "object", |
| 24 | + { |
| 25 | + "auto_trigger": "bool", |
| 26 | + "bootable": "bool", |
| 27 | + "contain_system_disk": "bool", |
| 28 | + "encrypted": "bool", |
| 29 | + "is_multi_az": "bool", |
| 30 | + "os_images_data": [ |
| 31 | + "list", |
| 32 | + [ |
| 33 | + "object", |
| 34 | + { |
| 35 | + "image_id": "string" |
| 36 | + } |
| 37 | + ] |
| 38 | + ], |
| 39 | + "snapshot_id": "string", |
| 40 | + "support_lld": "bool", |
| 41 | + "supported_restore_mode": "string", |
| 42 | + "system_disk": "bool" |
| 43 | + } |
| 44 | + ] |
| 45 | + ], |
| 46 | + "id": "string", |
| 47 | + "image_type": "string", |
| 48 | + "incremental": "bool", |
| 49 | + "name": "string", |
| 50 | + "parent_id": "string", |
| 51 | + "project_id": "string", |
| 52 | + "protected_at": "string", |
| 53 | + "provider_id": "string", |
| 54 | + "replication_records": [ |
| 55 | + "list", |
| 56 | + [ |
| 57 | + "object", |
| 58 | + { |
| 59 | + "created_at": "string", |
| 60 | + "destination_backup_id": "string", |
| 61 | + "destination_checkpoint_id": "string", |
| 62 | + "destination_project_id": "string", |
| 63 | + "destination_region": "string", |
| 64 | + "destination_vault_id": "string", |
| 65 | + "extra_info": [ |
| 66 | + "list", |
| 67 | + [ |
| 68 | + "object", |
| 69 | + { |
| 70 | + "auto_trigger": "bool", |
| 71 | + "destinatio_vault_id": "string", |
| 72 | + "fail_code": "string", |
| 73 | + "fail_reason": "string", |
| 74 | + "progress": "number" |
| 75 | + } |
| 76 | + ] |
| 77 | + ], |
| 78 | + "id": "string", |
| 79 | + "source_backup_id": "string", |
| 80 | + "source_checkpoint_id": "string", |
| 81 | + "source_project_id": "string", |
| 82 | + "source_region": "string", |
| 83 | + "status": "string", |
| 84 | + "vault_id": "string" |
| 85 | + } |
| 86 | + ] |
| 87 | + ], |
| 88 | + "resource_az": "string", |
| 89 | + "resource_id": "string", |
| 90 | + "resource_name": "string", |
| 91 | + "resource_size": "number", |
| 92 | + "resource_type": "string", |
| 93 | + "status": "string", |
| 94 | + "updated_at": "string", |
| 95 | + "vault_id": "string", |
| 96 | + "version": "number" |
| 97 | + } |
| 98 | + ] |
| 99 | + ], |
| 100 | + "description": "The backup list.", |
| 101 | + "computed": true |
| 102 | + }, |
| 103 | + "checkpoint_id": { |
| 104 | + "type": "string", |
| 105 | + "description": "Specifies the restore point ID.", |
| 106 | + "optional": true |
| 107 | + }, |
| 108 | + "dec": { |
| 109 | + "type": "bool", |
| 110 | + "description": "Specifies the dedicated cloud tag, which only takes effect in dedicated cloud scenarios.", |
| 111 | + "optional": true |
| 112 | + }, |
| 113 | + "end_time": { |
| 114 | + "type": "string", |
| 115 | + "description": "Specifies the time when the backup ends.", |
| 116 | + "optional": true |
| 117 | + }, |
| 118 | + "enterprise_project_id": { |
| 119 | + "type": "string", |
| 120 | + "description": "Specifies the enterprise project ID.", |
| 121 | + "optional": true |
| 122 | + }, |
| 123 | + "id": { |
| 124 | + "type": "string", |
| 125 | + "computed": true |
| 126 | + }, |
| 127 | + "image_type": { |
| 128 | + "type": "string", |
| 129 | + "description": "Specifies the backup type. The value can be backup or replication.", |
| 130 | + "optional": true |
| 131 | + }, |
| 132 | + "incremental": { |
| 133 | + "type": "bool", |
| 134 | + "description": "Specifies whether incremental backup is used.", |
| 135 | + "optional": true |
| 136 | + }, |
| 137 | + "member_status": { |
| 138 | + "type": "string", |
| 139 | + "description": "Specifies the backup sharing status.", |
| 140 | + "optional": true |
| 141 | + }, |
| 142 | + "name": { |
| 143 | + "type": "string", |
| 144 | + "description": "Specifies the backup name.", |
| 145 | + "optional": true |
| 146 | + }, |
| 147 | + "own_type": { |
| 148 | + "type": "string", |
| 149 | + "description": "Specifies the owning type of backup. private backups are queried by default.", |
| 150 | + "optional": true |
| 151 | + }, |
| 152 | + "parent_id": { |
| 153 | + "type": "string", |
| 154 | + "description": "Specifies the parent backup ID.", |
| 155 | + "optional": true |
| 156 | + }, |
| 157 | + "region": { |
| 158 | + "type": "string", |
| 159 | + "description": "Specifies the region where the CBR backups are located." |
| 160 | + }, |
| 161 | + "resource_az": { |
| 162 | + "type": "string", |
| 163 | + "description": "Specifies the resource availability zones.", |
| 164 | + "optional": true |
| 165 | + }, |
| 166 | + "resource_id": { |
| 167 | + "type": "string", |
| 168 | + "description": "Specifies the resource ID.", |
| 169 | + "optional": true |
| 170 | + }, |
| 171 | + "resource_name": { |
| 172 | + "type": "string", |
| 173 | + "description": "Specifies the resource name.", |
| 174 | + "optional": true |
| 175 | + }, |
| 176 | + "resource_type": { |
| 177 | + "type": "string", |
| 178 | + "description": "Specifies the resource type.", |
| 179 | + "optional": true |
| 180 | + }, |
| 181 | + "show_replication": { |
| 182 | + "type": "bool", |
| 183 | + "description": "Specifies whether to show replication records.", |
| 184 | + "optional": true |
| 185 | + }, |
| 186 | + "sort": { |
| 187 | + "type": "string", |
| 188 | + "description": "Specifies the sort key.", |
| 189 | + "optional": true |
| 190 | + }, |
| 191 | + "start_time": { |
| 192 | + "type": "string", |
| 193 | + "description": "Specifies the time when the backup starts.", |
| 194 | + "optional": true |
| 195 | + }, |
| 196 | + "status": { |
| 197 | + "type": "string", |
| 198 | + "description": "Specifies the status.", |
| 199 | + "optional": true |
| 200 | + }, |
| 201 | + "used_percent": { |
| 202 | + "type": "string", |
| 203 | + "description": "Specifies the using percent of the occupied vault capacity.", |
| 204 | + "optional": true |
| 205 | + }, |
| 206 | + "vault_id": { |
| 207 | + "type": "string", |
| 208 | + "description": "Specifies the vault ID.", |
| 209 | + "optional": true |
| 210 | + } |
| 211 | + } |
| 212 | + }, |
| 213 | + "product": { |
| 214 | + "short": "CBR", |
| 215 | + "name": "Cloud Backup and Recovery", |
| 216 | + "catalog": "Storage", |
| 217 | + "name_cn": "云备份", |
| 218 | + "catalog_cn": "存储" |
| 219 | + } |
| 220 | + } |
| 221 | + } |
| 222 | + } |
| 223 | + } |
| 224 | +} |
0 commit comments