bitmovin_api_sdk.encoding.infrastructure.gce.regions package
Submodules
bitmovin_api_sdk.encoding.infrastructure.gce.regions.gce_account_region_settings_list_query_params module
bitmovin_api_sdk.encoding.infrastructure.gce.regions.regions_api module
- class bitmovin_api_sdk.encoding.infrastructure.gce.regions.regions_api.RegionsApi(**kwargs)[source]
Bases:
BaseApi
- create(infrastructure_id: string_types, region: GoogleCloudRegion, gce_account_region_settings: GceAccountRegionSettings, **kwargs: dict) GceAccountRegionSettings [source]
Add Google Cloud Region Setting
- Parameters
infrastructure_id (string_types, required) – Id of the Google Cloud Connect infrastructure resource
region (GoogleCloudRegion, required) – Google Cloud Region.
gce_account_region_settings (GceAccountRegionSettings, required) – The Google Cloud Region Settings to be added
- Returns
Google Cloud Account
- Return type
- delete(infrastructure_id: string_types, region: GoogleCloudRegion, **kwargs: dict) GceAccountRegionSettings [source]
Delete Google Cloud Region Settings
- Parameters
infrastructure_id (string_types, required) – Id of the Google Cloud Connect infrastructure resource
region (GoogleCloudRegion, required) – Google Cloud Region
- Returns
Region settings for specified region
- Return type
- get(infrastructure_id: string_types, region: GoogleCloudRegion, **kwargs: dict) GceAccountRegionSettings [source]
Google Cloud Region Settings Details
- Parameters
infrastructure_id (string_types, required) – Id of the Google Cloud Connect infrastructure resource
region (GoogleCloudRegion, required) – Google Cloud region.
- Returns
Region settings for specified region
- Return type
- list(infrastructure_id: string_types, query_params: GceAccountRegionSettingsListQueryParams = None, **kwargs: dict) GceAccountRegionSettings [source]
List Google Cloud Region Settings
- Parameters
infrastructure_id (string_types, required) – Id of the Google Cloud Connect infrastructure resource
query_params (GceAccountRegionSettingsListQueryParams) – Query parameters
- Returns
List of Google Cloud Region Settings
- Return type