Files
terraform-provider-decort/internal/service/cloudbroker/kvmvm/models.go

11 lines
280 B
Go
Raw Normal View History

2025-11-18 16:20:26 +03:00
package kvmvm
type updatedNetwork struct {
DetachMap []map[string]interface{}
ChangeIPMap []map[string]interface{}
ChangeMacMap []map[string]interface{}
ChangeMTUMap []map[string]interface{}
AttachMap []map[string]interface{}
EnableMap []map[string]interface{}
}