CloudIface
Fields
| name | type | nullable | description |
|---|---|---|---|
name | String | true | Never null for GCP. |
description | String | true | Present on AWS. |
id | String | false | -- |
tags | List<String> | false | -- |
isUp | Bool | false | -- |
computeInstanceId | String | true | The ID of the compute instance attached to this interface. Absent if no compute instance is attached to this interface. When present, this interface is also included in the compute instances's instanceIfaces field. |
macAddress | MacAddress | true | -- |
ipAddresses | List<IpAddress> | false | IP addresses allocated to this interface, where public means non-private as defined in RFC 1918. For the unallocated (public and IPv4) subnets, see the publicUnallocatedSubnets field of CloudAccount. |
securityGroupIds | List<String> | false | -- |
Used by
network → cloudAccounts → vpcs → subnets → ifaces
See also
Data model path
- network:
Network- cloudAccounts: List<
CloudAccount>- vpcs: List<
VpcData>- subnets: List<
Subnet>- ifaces: List<
CloudIface>
- ifaces: List<
- subnets: List<
- vpcs: List<
- cloudAccounts: List<