|
| 1 | +{ |
| 2 | + "provider_schemas": { |
| 3 | + "huaweicloud/huaweicloud": { |
| 4 | + "data_source_schemas": { |
| 5 | + "huaweicloud_asv2_activity_logs": { |
| 6 | + "block": { |
| 7 | + "attributes": { |
| 8 | + "end_time": { |
| 9 | + "type": "string", |
| 10 | + "description": "Specifies the end time that complies with UTC for querying scaling action logs.", |
| 11 | + "optional": true |
| 12 | + }, |
| 13 | + "id": { |
| 14 | + "type": "string", |
| 15 | + "computed": true |
| 16 | + }, |
| 17 | + "log_id": { |
| 18 | + "type": "string", |
| 19 | + "description": "Specifies the scaling action log ID.", |
| 20 | + "optional": true |
| 21 | + }, |
| 22 | + "region": { |
| 23 | + "type": "string", |
| 24 | + "description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.", |
| 25 | + "computed": true |
| 26 | + }, |
| 27 | + "scaling_activity_log": { |
| 28 | + "type": [ |
| 29 | + "list", |
| 30 | + [ |
| 31 | + "object", |
| 32 | + { |
| 33 | + "description": "string", |
| 34 | + "desire_value": "number", |
| 35 | + "end_time": "string", |
| 36 | + "id": "string", |
| 37 | + "instance_added_list": [ |
| 38 | + "list", |
| 39 | + [ |
| 40 | + "object", |
| 41 | + { |
| 42 | + "failed_details": "string", |
| 43 | + "failed_reason": "string", |
| 44 | + "instance_config": "string", |
| 45 | + "instance_id": "string", |
| 46 | + "instance_name": "string" |
| 47 | + } |
| 48 | + ] |
| 49 | + ], |
| 50 | + "instance_deleted_list": [ |
| 51 | + "list", |
| 52 | + [ |
| 53 | + "object", |
| 54 | + { |
| 55 | + "failed_details": "string", |
| 56 | + "failed_reason": "string", |
| 57 | + "instance_config": "string", |
| 58 | + "instance_id": "string", |
| 59 | + "instance_name": "string" |
| 60 | + } |
| 61 | + ] |
| 62 | + ], |
| 63 | + "instance_failed_list": [ |
| 64 | + "list", |
| 65 | + [ |
| 66 | + "object", |
| 67 | + { |
| 68 | + "failed_details": "string", |
| 69 | + "failed_reason": "string", |
| 70 | + "instance_config": "string", |
| 71 | + "instance_id": "string", |
| 72 | + "instance_name": "string" |
| 73 | + } |
| 74 | + ] |
| 75 | + ], |
| 76 | + "instance_removed_list": [ |
| 77 | + "list", |
| 78 | + [ |
| 79 | + "object", |
| 80 | + { |
| 81 | + "failed_details": "string", |
| 82 | + "failed_reason": "string", |
| 83 | + "instance_config": "string", |
| 84 | + "instance_id": "string", |
| 85 | + "instance_name": "string" |
| 86 | + } |
| 87 | + ] |
| 88 | + ], |
| 89 | + "instance_standby_list": [ |
| 90 | + "list", |
| 91 | + [ |
| 92 | + "object", |
| 93 | + { |
| 94 | + "failed_details": "string", |
| 95 | + "failed_reason": "string", |
| 96 | + "instance_config": "string", |
| 97 | + "instance_id": "string", |
| 98 | + "instance_name": "string" |
| 99 | + } |
| 100 | + ] |
| 101 | + ], |
| 102 | + "instance_value": "number", |
| 103 | + "lb_bind_failed_list": [ |
| 104 | + "list", |
| 105 | + [ |
| 106 | + "object", |
| 107 | + { |
| 108 | + "failed_details": "string", |
| 109 | + "failed_reason": "string", |
| 110 | + "lbaas_listener": [ |
| 111 | + "list", |
| 112 | + [ |
| 113 | + "object", |
| 114 | + { |
| 115 | + "listener_id": "string", |
| 116 | + "pool_id": "string", |
| 117 | + "protocol_port": "number", |
| 118 | + "weight": "number" |
| 119 | + } |
| 120 | + ] |
| 121 | + ], |
| 122 | + "listener": "string" |
| 123 | + } |
| 124 | + ] |
| 125 | + ], |
| 126 | + "lb_bind_success_list": [ |
| 127 | + "list", |
| 128 | + [ |
| 129 | + "object", |
| 130 | + { |
| 131 | + "failed_details": "string", |
| 132 | + "failed_reason": "string", |
| 133 | + "lbaas_listener": [ |
| 134 | + "list", |
| 135 | + [ |
| 136 | + "object", |
| 137 | + { |
| 138 | + "listener_id": "string", |
| 139 | + "pool_id": "string", |
| 140 | + "protocol_port": "number", |
| 141 | + "weight": "number" |
| 142 | + } |
| 143 | + ] |
| 144 | + ], |
| 145 | + "listener": "string" |
| 146 | + } |
| 147 | + ] |
| 148 | + ], |
| 149 | + "lb_unbind_failed_list": [ |
| 150 | + "list", |
| 151 | + [ |
| 152 | + "object", |
| 153 | + { |
| 154 | + "failed_details": "string", |
| 155 | + "failed_reason": "string", |
| 156 | + "lbaas_listener": [ |
| 157 | + "list", |
| 158 | + [ |
| 159 | + "object", |
| 160 | + { |
| 161 | + "listener_id": "string", |
| 162 | + "pool_id": "string", |
| 163 | + "protocol_port": "number", |
| 164 | + "weight": "number" |
| 165 | + } |
| 166 | + ] |
| 167 | + ], |
| 168 | + "listener": "string" |
| 169 | + } |
| 170 | + ] |
| 171 | + ], |
| 172 | + "lb_unbind_success_list": [ |
| 173 | + "list", |
| 174 | + [ |
| 175 | + "object", |
| 176 | + { |
| 177 | + "failed_details": "string", |
| 178 | + "failed_reason": "string", |
| 179 | + "lbaas_listener": [ |
| 180 | + "list", |
| 181 | + [ |
| 182 | + "object", |
| 183 | + { |
| 184 | + "listener_id": "string", |
| 185 | + "pool_id": "string", |
| 186 | + "protocol_port": "number", |
| 187 | + "weight": "number" |
| 188 | + } |
| 189 | + ] |
| 190 | + ], |
| 191 | + "listener": "string" |
| 192 | + } |
| 193 | + ] |
| 194 | + ], |
| 195 | + "scaling_value": "number", |
| 196 | + "start_time": "string", |
| 197 | + "status": "string", |
| 198 | + "type": "string" |
| 199 | + } |
| 200 | + ] |
| 201 | + ], |
| 202 | + "description": "The scaling action logs.", |
| 203 | + "computed": true |
| 204 | + }, |
| 205 | + "scaling_group_id": { |
| 206 | + "type": "string", |
| 207 | + "description": "Specifies the AS group ID.", |
| 208 | + "required": true |
| 209 | + }, |
| 210 | + "start_time": { |
| 211 | + "type": "string", |
| 212 | + "description": "Specifies the start time that complies with UTC for querying scaling action logs.", |
| 213 | + "optional": true |
| 214 | + }, |
| 215 | + "status": { |
| 216 | + "type": "string", |
| 217 | + "description": "Specifies the status of the scaling action.", |
| 218 | + "optional": true |
| 219 | + }, |
| 220 | + "type": { |
| 221 | + "type": "string", |
| 222 | + "description": "Specifies the types of the scaling actions to be queried.", |
| 223 | + "optional": true |
| 224 | + } |
| 225 | + } |
| 226 | + } |
| 227 | + } |
| 228 | + } |
| 229 | + } |
| 230 | + } |
| 231 | +} |
0 commit comments