Uses of Class
org.openstack4j.model.compute.BDMDestType
-
Packages that use BDMDestType Package Description org.openstack4j.model.compute org.openstack4j.model.compute.builder org.openstack4j.openstack.compute.domain -
-
Uses of BDMDestType in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return BDMDestType Modifier and Type Method Description static BDMDestTypeBDMDestType. value(String v)static BDMDestTypeBDMDestType. valueOf(String name)Returns the enum constant of this type with the specified name.static BDMDestType[]BDMDestType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BDMDestType in org.openstack4j.model.compute.builder
Methods in org.openstack4j.model.compute.builder with parameters of type BDMDestType Modifier and Type Method Description BlockDeviceMappingBuilderBlockDeviceMappingBuilder. destinationType(BDMDestType type)Defines where the volume comes from. -
Uses of BDMDestType in org.openstack4j.openstack.compute.domain
Fields in org.openstack4j.openstack.compute.domain declared as BDMDestType Modifier and Type Field Description BDMDestTypeNovaBlockDeviceMappingCreate. destination_typeMethods in org.openstack4j.openstack.compute.domain with parameters of type BDMDestType Modifier and Type Method Description BlockDeviceMappingBuilderNovaBlockDeviceMappingCreate.NovaBlockDeviceMappingBuilder. destinationType(BDMDestType type)
-