# APIEntitiesProviderGcp


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cluster_id** | **string** |  | [optional] [default to undefined]
**status_name** | **string** |  | [optional] [default to undefined]
**gcp_project_id** | **string** |  | [optional] [default to undefined]
**zone** | **string** |  | [optional] [default to undefined]
**machine_type** | **string** |  | [optional] [default to undefined]
**num_nodes** | **string** |  | [optional] [default to undefined]
**endpoint** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { APIEntitiesProviderGcp } from 'berg';

const instance: APIEntitiesProviderGcp = {
    cluster_id,
    status_name,
    gcp_project_id,
    zone,
    machine_type,
    num_nodes,
    endpoint,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
