Files
terraform-provider-decort/internal/service/cloudbroker/kvmvm/models.go
2026-06-19 17:45:18 +03:00

11 lines
280 B
Go

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{}
}