bitmovin_api_sdk.encoding.infrastructure.gce package
Subpackages
Submodules
bitmovin_api_sdk.encoding.infrastructure.gce.gce_account_list_query_params module
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
- delete(infrastructure_id: string_types, **kwargs: dict) GceAccount [source]
Delete GCE Account
- Parameters
infrastructure_id (string_types, required) – Id of the GCE account
- Returns
GCE account
- Return type
- 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
- 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