Skip to main content

CloudAccount

Defines a data model for representing NQE cloud account with all related data.

Fields

nametypenullabledescription
nameStringfalseThe account name, if account information was collected. Otherwise, it is a synthetic name formed from cloud setup ID.
cloudSetupIdStringfalseThe cloud setup ID from which this account was discovered. Note that this is the value of the cloud setup ID at the time this snapshot was created, and therefore may differ from the value currently shown in the network sources.
idStringfalseThe account ID, if account information was collected. Otherwise, it has the same value as name.
emailStringtrueThe email address associated with this account or null for old snapshots where account information was not collected.
collectedBoolfalseWhether or not objects in this account were collected. When this is false, then all these collection types in this account are empty.
cloudTypeCloudTypefalse--
vpcsList<VpcData>false--
transitGatewaysList<TransitGateway>false--
externalLoadBalancersList<LoadBalancer>falseThis field is GCP only.
dcGatewaysList<DcGateway>false--
firewallRulesList<FirewallRule>false--
globalAcceleratorsList<GlobalAccelerator>falseThis field is AWS only.
organizationalUnitIdsList<String>falseIDs of all OUs of which this account is a member. This field is populated for AWS and GCP. Empty for Azure.
publicUnallocatedIpsList<PublicUnallocatedIp>falseThe public unallocated IPv4 addresses of this account, where public means non-private as defined in RFC 1918. For the allocated IP addresses of this account, see the ipAddresses field of CloudIface. This field is AWS only. This collection will be empty for other cloud types.
publicUnallocatedSubnetsList<PublicUnallocatedIpSubnet>falseThe public unallocated IPv4 subnet of this account, where public means non-private as defined in RFC 1918. For the allocated IP addresses of this account, see the ipAddresses field of CloudIface. This field is AWS only. This collection will be empty for other cloud types.

Used by

network → cloudAccounts

See also

Data model path