bitmovin_api_sdk.encoding.infrastructure.oci package

Subpackages

Submodules

bitmovin_api_sdk.encoding.infrastructure.oci.oci_account_list_query_params module

class bitmovin_api_sdk.encoding.infrastructure.oci.oci_account_list_query_params.OciAccountListQueryParams(offset: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

bitmovin_api_sdk.encoding.infrastructure.oci.oci_api module

class bitmovin_api_sdk.encoding.infrastructure.oci.oci_api.OciApi(**kwargs)[source]

Bases: BaseApi

create(oci_account: OciAccount, **kwargs: dict) OciAccount[source]

Add OCI account

Parameters

oci_account (OciAccount, required) – The OCI account to be added

Returns

OCI account

Return type

OciAccount

delete(infrastructure_id: string_types, **kwargs: dict) OciAccount[source]

Delete OCI account

Parameters

infrastructure_id (string_types, required) – Id of the OCI account

Returns

OCI account

Return type

OciAccount

get(infrastructure_id: string_types, **kwargs: dict) OciAccount[source]

OCI account details

Parameters

infrastructure_id (string_types, required) – Id of the OCI account

Returns

OCI account

Return type

OciAccount

list(query_params: Optional[OciAccountListQueryParams] = None, **kwargs: dict) OciAccount[source]

List OCI accounts

Parameters

query_params (OciAccountListQueryParams) – Query parameters

Returns

List of OCI accounts

Return type

OciAccount

Module contents