renderObject renders the state of the instance.
()
| 260 | |
| 261 | // renderObject renders the state of the instance. |
| 262 | func (m *OVAMigration) renderObject() error { |
| 263 | return m.instance.renderObject() |
| 264 | } |
| 265 | |
| 266 | // unpackOVA extracts the contents of the OVA file. |
| 267 | func (m *OVAMigration) unpackOVA(outPath string) error { |
nothing calls this directly
no test coverage detected