This commit is contained in:
2024-10-08 12:20:56 +03:00
parent 6eb6546722
commit a59ec3611b
297 changed files with 31952 additions and 124 deletions

View File

@@ -2923,6 +2923,12 @@ func resourceComputeSchemaMake() map[string]*schema.Schema {
Computed: true,
Description: "MAC address associated with this connection. MAC address is assigned automatically.",
},
"weight": {
Type: schema.TypeInt,
Optional: true,
Description: "weight the network if you need to sort network list, the smallest attach first. zero or null weight attach last",
},
},
},
Description: "Optional network connection(s) for this compute. You may specify several network blocks, one for each connection.",