Uses of Class
org.openstack4j.model.compute.BDMSourceType
-
Packages that use BDMSourceType Package Description org.openstack4j.model.compute org.openstack4j.model.compute.builder org.openstack4j.openstack.compute.domain -
-
Uses of BDMSourceType in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return BDMSourceType Modifier and Type Method Description static BDMSourceTypeBDMSourceType. value(String v)static BDMSourceTypeBDMSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static BDMSourceType[]BDMSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BDMSourceType in org.openstack4j.model.compute.builder
Methods in org.openstack4j.model.compute.builder with parameters of type BDMSourceType Modifier and Type Method Description BlockDeviceMappingBuilderBlockDeviceMappingBuilder. sourceType(BDMSourceType type)The source type of the volume. -
Uses of BDMSourceType in org.openstack4j.openstack.compute.domain
Fields in org.openstack4j.openstack.compute.domain declared as BDMSourceType Modifier and Type Field Description BDMSourceTypeNovaBlockDeviceMappingCreate. source_typeMethods in org.openstack4j.openstack.compute.domain with parameters of type BDMSourceType Modifier and Type Method Description BlockDeviceMappingBuilderNovaBlockDeviceMappingCreate.NovaBlockDeviceMappingBuilder. sourceType(BDMSourceType type)
-