mirror of
https://github.com/rancher/plugins.git
synced 2025-07-08 04:29:48 +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)
|
|
}
|