bitmovin_api_sdk.encoding.infrastructure.gce package

Subpackages

Submodules

bitmovin_api_sdk.encoding.infrastructure.gce.gce_account_list_query_params module

class bitmovin_api_sdk.encoding.infrastructure.gce.gce_account_list_query_params.GceAccountListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

bitmovin_api_sdk.encoding.infrastructure.gce.gce_api module

class bitmovin_api_sdk.encoding.infrastructure.gce.gce_api.GceApi(**kwargs)[source]

Bases: BaseApi

create(gce_account, **kwargs)[source]

Add GCE Account

Parameters:

gce_account (GceAccount, required) – The GCE Account to be added

Returns:

GCE account

Return type:

GceAccount

delete(infrastructure_id, **kwargs)[source]

Delete GCE Account

Parameters:

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

Returns:

GCE account

Return type:

GceAccount

get(infrastructure_id, **kwargs)[source]

GCE Account Details

Parameters:

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

Returns:

GCE account

Return type:

GceAccount

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

List GCE Accounts

Parameters:

query_params (GceAccountListQueryParams) – Query parameters

Returns:

List of GCE accounts

Return type:

GceAccount

Module contents