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: Optional[int] = None, limit: Optional[int] = 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: GceAccount, **kwargs: dict) GceAccount[source]

Add GCE Account

Parameters

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

Returns

GCE account

Return type

GceAccount

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

Delete GCE Account

Parameters

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

Returns

Id of the GCE account

Return type

GceAccount

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

GCE Account Details

Parameters

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

Returns

GCE account

Return type

GceAccount

list(query_params: Optional[GceAccountListQueryParams] = None, **kwargs: dict) GceAccount[source]

List GCE Accounts

Parameters

query_params (GceAccountListQueryParams) – Query parameters

Returns

List of GCE accounts

Return type

GceAccount

Module contents