Files
terraform-provider-decort/internal/service/cloudbroker/kvmvm/models.go
2025-11-18 16:20:26 +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{}
}