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