bitmovin_api_sdk.encoding.inputs.akamai_netstorage package
Subpackages
Submodules
bitmovin_api_sdk.encoding.inputs.akamai_netstorage.akamai_net_storage_input_list_query_params module
bitmovin_api_sdk.encoding.inputs.akamai_netstorage.akamai_netstorage_api module
- class bitmovin_api_sdk.encoding.inputs.akamai_netstorage.akamai_netstorage_api.AkamaiNetstorageApi(**kwargs)[source]
Bases:
BaseApi
- create(akamai_net_storage_input: AkamaiNetStorageInput, **kwargs: dict) AkamaiNetStorageInput [source]
Create Akamai NetStorage Input
- Parameters
akamai_net_storage_input (AkamaiNetStorageInput, required) – The Akamai NetStorage input to be created
- Returns
Akamai NetStorage input
- Return type
- delete(input_id: string_types, **kwargs: dict) AkamaiNetStorageInput [source]
Delete Akamai NetStorage Input
- Parameters
input_id (string_types, required) – Id of the input
- Returns
Id of the input
- Return type
- get(input_id: string_types, **kwargs: dict) AkamaiNetStorageInput [source]
Akamai NetStorage Input Details
- Parameters
input_id (string_types, required) – Id of the input
- Returns
Akamai NetStorage input
- Return type
- list(query_params: Optional[AkamaiNetStorageInputListQueryParams] = None, **kwargs: dict) AkamaiNetStorageInput [source]
List Akamai NetStorage Inputs
- Parameters
query_params (AkamaiNetStorageInputListQueryParams) – Query parameters
- Returns
List of Akamai NetStorage inputs
- Return type