ComputeInstance
Fields
| name | type | nullable | description |
|---|---|---|---|
name | String | true | Never null for GCP. |
id | String | false | -- |
tags | List<String> | false | -- |
isUp | Bool | false | -- |
imageName | String | true | -- |
instanceType | String | false | -- |
instanceIfaces | List<InstanceIface> | false | -- |
Used by
network → cloudAccounts → vpcs → computeInstances
See also
Data model path
- network:
Network- cloudAccounts: List<
CloudAccount>- vpcs: List<
VpcData>- computeInstances: List<
ComputeInstance>
- computeInstances: List<
- vpcs: List<
- cloudAccounts: List<