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=None, limit=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, **kwargs)[source]

Add OCI account

Parameters:

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

Returns:

OCI account

Return type:

OciAccount

delete(infrastructure_id, **kwargs)[source]

Delete OCI account

Parameters:

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

Returns:

OCI account

Return type:

OciAccount

get(infrastructure_id, **kwargs)[source]

OCI account details

Parameters:

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

Returns:

OCI account

Return type:

OciAccount

list(query_params=None, **kwargs)[source]

List OCI accounts

Parameters:

query_params (OciAccountListQueryParams) – Query parameters

Returns:

List of OCI accounts

Return type:

OciAccount

Module contents