Uses of Class
org.openstack4j.model.compute.Server.DiskConfig
-
Packages that use Server.DiskConfig Package Description org.openstack4j.model.compute org.openstack4j.openstack.compute.domain -
-
Uses of Server.DiskConfig in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return Server.DiskConfig Modifier and Type Method Description static Server.DiskConfigServer.DiskConfig. forValue(String value)Server.DiskConfigServer. getDiskConfig()Disk config attribute from the Disk Config Extension (alias "OS-DCF")..Server.DiskConfigServerCreate. getDiskConfig()Controls how the disk is partitionedstatic Server.DiskConfigServer.DiskConfig. valueOf(String name)Returns the enum constant of this type with the specified name.static Server.DiskConfig[]Server.DiskConfig. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Server.DiskConfig in org.openstack4j.openstack.compute.domain
Methods in org.openstack4j.openstack.compute.domain that return Server.DiskConfig Modifier and Type Method Description Server.DiskConfigNovaServer. getDiskConfig()Server.DiskConfigNovaServerCreate. getDiskConfig()
-