The Red Hat VirtualizationMaintenance Phase runs until August 31, 2024, followed by the Extended Life Phase with no more software fixes through August 31, 2026. See Migration Paths for OpenShift Container Platform deployed on Red Hat Virtualization for details. 2.4. 获取资源 在 Java 软件开发套件中,可通过以下两个属性引用资源: name 和 UUID。如果对象存在,则返回带有指定属性的对象。 要使用 name 属性的值获取资源: VM vm = api.getVMs().get("test"); 要使用 UUID 属性的值获取资源: VM vm = api.getVMs().get(UUID.fromString("5a89a1d2-32be-33f7-a0d1-f8b5bc974ff6")); 前一个下一个