mirror of
https://github.com/rancher/plugins.git
synced 2025-07-10 13:45:24 +00:00
7 lines
202 B
Go
7 lines
202 B
Go
package uvm
|
|
|
|
// Modifies the compute system by sending a request to HCS
|
|
func (uvm *UtilityVM) Modify(hcsModificationDocument interface{}) error {
|
|
return uvm.hcsSystem.Modify(hcsModificationDocument)
|
|
}
|