Uses of Class
org.openstack4j.model.manila.ExtraSpecs
-
-
Uses of ExtraSpecs in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila that return ExtraSpecs Modifier and Type Method Description ExtraSpecsShareTypeService. listExtraSpecs(String shareTypeId)Lists the extra specifications for a share type.ExtraSpecsShareTypeService. setExtraSpec(String shareTypeId, ExtraSpecs extraSpecs)Sets an extra specification for the share type.Methods in org.openstack4j.api.manila with parameters of type ExtraSpecs Modifier and Type Method Description ExtraSpecsShareTypeService. setExtraSpec(String shareTypeId, ExtraSpecs extraSpecs)Sets an extra specification for the share type. -
Uses of ExtraSpecs in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return ExtraSpecs Modifier and Type Method Description ExtraSpecsShareType. getExtraSpecs()ExtraSpecsShareTypeCreate. getExtraSpecs()ExtraSpecsShareType. getRequiredExtraSpecs()static ExtraSpecsExtraSpecs. toExtraSpecs(Map<String,String> from)Creates extra specifications from a map. -
Uses of ExtraSpecs in org.openstack4j.model.manila.builder
Methods in org.openstack4j.model.manila.builder with parameters of type ExtraSpecs Modifier and Type Method Description ShareTypeCreateBuilderShareTypeCreateBuilder. extraSpecs(ExtraSpecs extraSpecs)Set extra specifications for the share type. -
Uses of ExtraSpecs in org.openstack4j.openstack.manila.domain
Methods in org.openstack4j.openstack.manila.domain that return ExtraSpecs Modifier and Type Method Description ExtraSpecsManilaShareType. getExtraSpecs()ExtraSpecsManilaShareTypeCreate. getExtraSpecs()ExtraSpecsManilaShareType. getRequiredExtraSpecs()Methods in org.openstack4j.openstack.manila.domain with parameters of type ExtraSpecs Modifier and Type Method Description ShareTypeCreateBuilderManilaShareTypeCreate.ShareTypeCreateConcreteBuilder. extraSpecs(ExtraSpecs extraSpecs) -
Uses of ExtraSpecs in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal that return ExtraSpecs Modifier and Type Method Description ExtraSpecsShareTypeServiceImpl. listExtraSpecs(String shareTypeId)Lists the extra specifications for a share type.ExtraSpecsShareTypeServiceImpl. setExtraSpec(String shareTypeId, ExtraSpecs extraSpecs)Sets an extra specification for the share type.Methods in org.openstack4j.openstack.manila.internal with parameters of type ExtraSpecs Modifier and Type Method Description ExtraSpecsShareTypeServiceImpl. setExtraSpec(String shareTypeId, ExtraSpecs extraSpecs)Sets an extra specification for the share type.
-