This commit is contained in:
asteam
2024-11-02 14:59:41 +03:00
parent a59ec3611b
commit 040af43607
287 changed files with 31795 additions and 5 deletions

View File

@@ -155,6 +155,7 @@ func networkSubresourceSchemaMake() map[string]*schema.Schema {
"weight": {
Type: schema.TypeInt,
Optional: true,
Computed: true,
Description: "weight the network if you need to sort network list, the smallest attach first. zero or null weight attach last",
},
}