CloudAccount
Defines a data model for representing NQE cloud account with all related data.
Fields
| name | type | nullable | description |
|---|---|---|---|
name | String | false | The account name, if account information was collected. Otherwise, it is a synthetic name formed from cloud setup ID. |
cloudSetupId | String | false | The 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. |
id | String | false | The account ID, if account information was collected. Otherwise, it has the same value as name. |
email | String | true | The email address associated with this account or null for old snapshots where account information was not collected. |
collected | Bool | false | Whether or not objects in this account were collected. When this is false, then all these collection types in this account are empty. |
cloudType | CloudType | false | -- |
vpcs | List<VpcData> | false | -- |
transitGateways | List<TransitGateway> | false | -- |
externalLoadBalancers | List<LoadBalancer> | false | This field is GCP only. |
dcGateways | List<DcGateway> | false | -- |
firewallRules | List<FirewallRule> | false | -- |
globalAccelerators | List<GlobalAccelerator> | false | This field is AWS only. |
organizationalUnitIds | List<String> | false | IDs of all OUs of which this account is a member. This field is populated for AWS and GCP. Empty for Azure. |
publicUnallocatedIps | List<PublicUnallocatedIp> | false | The 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. |
publicUnallocatedSubnets | List<PublicUnallocatedIpSubnet> | false | The 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
- network:
Network- cloudAccounts: List<
CloudAccount>
- cloudAccounts: List<