Uses of Interface
org.openstack4j.model.common.Payload
-
-
Uses of Payload in org.openstack4j.api.image
Methods in org.openstack4j.api.image with parameters of type Payload Modifier and Type Method Description ImageImageService. create(Image image, Payload<?> payload)Creates a new ImageImageImageService. upload(String imageId, Payload<?> payload, Image image)Upload image data for a previously-reserved image
If an image was previously reserved, and thus is in the queued state, then image data can be added using this method. -
Uses of Payload in org.openstack4j.api.image.v2
Methods in org.openstack4j.api.image.v2 with parameters of type Payload Modifier and Type Method Description ActionResponseImageService. upload(String imageId, Payload<?> payload, Image image)Uploads binary image data -
Uses of Payload in org.openstack4j.api.sahara
Methods in org.openstack4j.api.sahara that return Payload Modifier and Type Method Description Payload<InputStream>JobBinaryInternalService. getData(String jobBinaryInternalId)Retrieves data of specified job binary internal objectPayload<InputStream>JobBinaryService. getData(String JobBinaryId)Retrieves data of specified job binary objectMethods in org.openstack4j.api.sahara with parameters of type Payload Modifier and Type Method Description ClusterTemplateSaharaPluginService. convertConfig(String name, String version, String templateName, Payload<?> payload)Convert plugin specific config file into cluster templateJobBinaryInternalJobBinaryInternalService. create(Payload<File> payload)Create a new job binary internal -
Uses of Payload in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage with parameters of type Payload Modifier and Type Method Description StringObjectStorageObjectService. put(String containerName, String name, Payload<?> payload)Adds/Updates a file to the specified containerStringObjectStorageObjectService. put(String containerName, String name, Payload<?> payload, ObjectPutOptions options)Adds/Updates a file to the specified container -
Uses of Payload in org.openstack4j.core.transport
Methods in org.openstack4j.core.transport with parameters of type Payload Modifier and Type Method Description HttpRequest.RequestBuilder<R>HttpRequest.RequestBuilder. entity(Payload<?> entity) -
Uses of Payload in org.openstack4j.model.common
Methods in org.openstack4j.model.common that return Payload Modifier and Type Method Description static Payload<File>Payloads. create(File file)Creates a new File based Payloadstatic Payload<InputStream>Payloads. create(InputStream stream)Creates a new Input Stream based Payloadstatic Payload<URL>Payloads. create(URL url)Creates a new URL based Payload allowing direct upload from the URL -
Uses of Payload in org.openstack4j.model.common.payloads
Classes in org.openstack4j.model.common.payloads that implement Payload Modifier and Type Class Description classFilePayloadA File based PayloadclassInputStreamPayloadInput Stream PayloadclassURLPayloadURL based Payload -
Uses of Payload in org.openstack4j.openstack.image.internal
Methods in org.openstack4j.openstack.image.internal with parameters of type Payload Modifier and Type Method Description ImageImageServiceImpl. create(Image image, Payload<?> payload)Creates a new ImageImageImageServiceImpl. upload(String imageId, Payload<?> payload, Image image)Upload image data for a previously-reserved image
If an image was previously reserved, and thus is in the queued state, then image data can be added using this method. -
Uses of Payload in org.openstack4j.openstack.image.v2.internal
Methods in org.openstack4j.openstack.image.v2.internal with parameters of type Payload Modifier and Type Method Description ActionResponseImageServiceImpl. upload(String imageId, Payload<?> payload, Image image)Uploads binary image data -
Uses of Payload in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal with parameters of type Payload Modifier and Type Method Description BaseOpenStackService.Invocation<R>BaseOpenStackService.Invocation. entity(Payload<?> entity) -
Uses of Payload in org.openstack4j.openstack.sahara.internal
Methods in org.openstack4j.openstack.sahara.internal that return Payload Modifier and Type Method Description Payload<InputStream>JobBinaryInternalServiceImpl. getData(String jobBinaryInternalId)Retrieves data of specified job binary internal objectPayload<InputStream>JobBinaryServiceImpl. getData(String JobBinaryId)Retrieves data of specified job binary objectMethods in org.openstack4j.openstack.sahara.internal with parameters of type Payload Modifier and Type Method Description ClusterTemplateSaharaPluginServiceImpl. convertConfig(String name, String version, String templateName, Payload<?> payload)Convert plugin specific config file into cluster templateJobBinaryInternalJobBinaryInternalServiceImpl. create(Payload<File> payload)Create a new job binary internal -
Uses of Payload in org.openstack4j.openstack.storage.object.internal
Methods in org.openstack4j.openstack.storage.object.internal with parameters of type Payload Modifier and Type Method Description StringObjectStorageObjectServiceImpl. put(String containerName, String name, Payload<?> payload)Adds/Updates a file to the specified containerStringObjectStorageObjectServiceImpl. put(String containerName, String name, Payload<?> payload, ObjectPutOptions options)Adds/Updates a file to the specified container
-