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

class bitmovin_api_sdk.encoding.inputs.akamai_netstorage.akamai_net_storage_input_list_query_params.AkamaiNetStorageInputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

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

AkamaiNetStorageInput

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

AkamaiNetStorageInput

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

AkamaiNetStorageInput

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

AkamaiNetStorageInput

Module contents