Google Cloud data imported into Assets
The data collected from Google Cloud is assembled and imported into Assets and looks like this in Assets:
Object Schema Tree:
Project
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Status | STATUS | The Project lifecycle state. | |||
Id | TEXT | The unique, user-assigned ID of the Project. | |||
Name | TEXT | The user-assigned display name of the Project. | |||
Project Number | TEXT | The number uniquely identifying the project. | |||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Labels | Object - Label | The labels associated with this Project. | "Reference Id" IN (${Labels${0}}) |
Service Account
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | Name the service account. | |||
TEXT | Email address of the service account. | ||||
Description | TEXT | Description of the service account. | |||
Scopes | TEXTAREA | The list of scopes to be made available for this service account. |
Certificate
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Private Key | TEXT | A write-only private key in PEM format. |
Label
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | Key of the Label. | |||
Value | TEXT | Value of the Label. | |||
Reference Id | TEXT | ReferenceId of the Label where it belongs to. |
Region
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Status | STATUS | Status of the region, either UP or DOWN. | |||
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Zones | Object - Zone | A list of zones available in this region. | "Name" IN (${Zones${0}}) |
Zone
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Status | STATUS | Status of the zone, either UP or DOWN. | |||
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. |
Instance
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Status | STATUS | The status of the instance. | |||
Status Message | TEXT | An optional, human-readable explanation of the status. | |||
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Machine Type | Object - Machine Type | "Name" = ${Machine Type} | |||
can IP forward | BOOLEAN | Allows this instance to send and receive packets with non-matching destination or source IPs. | |||
Min Cpu Platform | TEXT | Specifies a minimum CPU platform for the VM instance. | |||
Cpu Platform | TEXT | The CPU platform used by this instance. | |||
Deletion Protection | BOOLEAN | Whether the resource should be protected against deletion. | |||
Start Restricted | BOOLEAN | Whether a VM has been restricted for start because Compute Engine has detected suspicious activity. | |||
Service Accounts | Object - Service Account | A list of service accounts, with their specified scopes, authorized for this instance. | "Email" IN (${Service Accounts${0}}) | ||
Zone | Object - Zone | "Name" = ${Zone} | |||
Disks | Object - Disk | Disks associated with this instance. | "Self Link" IN (${Disks${0}}) | ||
Network Interfaces | Object - Network Interface | Networkinterfaces associated with this instance. | "Instance Reference" IN (${Network Interfaces${0}}) | ||
Labels | Object - Label | Labels associated with this instance. | "Reference Id" IN (${Labels${0}}) | ||
Firewall-Rules | Object - Firewall | Associated Firewall Rules for this instance. | "Target Tags" LIKE (${Firewall${0}}) |
Disk
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Last Attach Time | DATE_TIME | Last attach timestamp. | |||
Last Detach Time | DATE_TIME | Last detach timestamp. | |||
Size | INTEGER | Size of the persistent disk, specified in GB. | |||
Zone | Object - Zone | "Name" = ${Zone} | |||
Region | Object - Region | "Name" = ${Region} | |||
Replica Zones | Object - Zone | The zones where the disk should be replicated to. | "Name" IN (${Replica Zones${0}}) | ||
Source Image | Object - Image | The source image used to create this disk. | "Self Link" = ${Source Image} | ||
Source Snapshot | Object - Snapshot | The source snapshot used to create this disk. | "Self Link" = ${Source Snapshot} | ||
Labels | Object - Label | Labels to apply to this disk. | "Reference Id" IN (${Labels${0}}) |
Network Interface
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Id | TEXT | The unique identifier for the resource. | |||
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Network IP | TEXT | An IPv4 internal peeringNetwork address to assign to the instance for this peeringNetwork interface. | |||
Instance Reference | TEXT | The reference to the intance that is using this networkinterface. | |||
Network | Object - Network | The peeringNetwork resource for this instance. | "Self Link" = ${Network} | ||
Subnetwork | Object - Subnetwork | The subnetwork resource for this instance. | "Self Link" = ${Subnetwork} | ||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} |
Machine Type
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Guest Cpus | INTEGER | The number of virtual CPUs that are available to the instance. | |||
Shared Cpu | BOOLEAN | Whether this machine type has a shared CPU. | |||
Maximum Persistent Disks | INTEGER | Maximum persistent disks allowed. | |||
Maximum Persistent Disks Size | INTEGER | Maximum total persistent disks size (GB) allowed. | |||
Memory | INTEGER | The amount of physical memory available to the instance, defined in MB. | |||
Zone | Object - Zone | "Name" = ${Zone} |
Image
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Status | STATUS | The status of the image. | |||
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Deprecation Status | TEXT | The deprecation status associated with this image. | |||
Family | TEXT | The name of the image family to which this image belongs. | |||
Size | INTEGER | Size of the image when restored onto a persistent disk (in GB). | |||
Archive Size | INTEGER | Size of the image tar.gz archive stored in Google Cloud Storage (in bytes). | |||
Guest OS Features | TEXTAREA | A list of features to enable on the guest operating system. | |||
Source Type | TEXTAREA | The type of the image used to create this disk. | |||
Source Disk | Object - Disk | The source disk used to create this image. | "Self Link" = ${Source Disk} | ||
Source Image | Object - Image | The source image used to create this image. | "Self Link" = ${Source Image} | ||
Source Snapshot | Object - Snapshot | The source snapshot used to create this image. | "Self Link" = ${Source Snapshot} | ||
Labels | Object - Label | Labels to apply to this image. | "Reference Id" IN (${Labels${0}}) |
Snapshot
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Status | STATUS | The status of the snapshot. | |||
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Size | INTEGER | Size of the snapshot, specified in Gb. | |||
Source Disk | Object - Disk | The source disk used to create this snapshot. | "Self Link" = ${Source Disk} | ||
Labels | Object - Label | Labels to apply to this snapshot. | "Reference Id" IN (${Labels${0}}) |
Network
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Auto create Subnetworks | BOOLEAN | When set to true, the peeringNetwork is created in "auto subnet mode". | |||
Gateway IPv4 | TEXT | A gateway address for default routing to other networks. | |||
IPv4 Range | TEXT | The range of internal addresses that are legal on this peeringNetwork. | |||
Subnetworks | Object - Subnetwork | Subnetworks in this peeringNetwork. | "Self Link" IN (${Subnetworks${0}}) |
Subnetwork
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Enable Flow Logs | BOOLEAN | Whether to enable flow logging for this subnetwork. | |||
Gateway IPv4 | TEXT | The gateway address for default routes to reach destination addresses outside this subnetwork. | |||
IP Cidr Range | TEXT | The range of internal addresses that are owned by this subnetwork. | |||
Private IP Google Access | BOOLEAN | Whether the VMs in this subnet can access Google services without assigned external IP addresses. | |||
Region | Object - Region | The region where the Subnetwork resides. | "Name" = ${Region} |
Firewall
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Priority | INTEGER | Priority for this rule. | |||
Direction | TEXT | Direction of traffic to which this firewall applies; default is INGRESS. | |||
Allowed | TEXTAREA | The list of ALLOW rules specified by this firewall. | |||
Denied | TEXTAREA | The list of DENY rules specified by this firewall. | |||
Destination Ranges | TEXTAREA | If destination ranges are specified, the firewall will apply only to traffic that has destination IP address in these ranges. | |||
Source Ranges | TEXTAREA | If source ranges are specified, the firewall will apply only to traffic that has source IP address in these ranges. | |||
Source Service Accounts | Object - Service Account | If source service accounts are specified, the firewall will apply only to traffic originating from an instance with a service account in this list. | "Email" IN (${Source Service Accounts${0}}) | ||
Source Tags | TEXT | If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary peeringNetwork interfaces of VM instances that have the tag and are in the same VPC peeringNetwork. | |||
Target Service Accounts | Object - Service Account | A list of service accounts indicating sets of instances located in the peeringNetwork that may make peeringNetwork connections as specified in allowed[]. | "Email" IN (${Target Service Accounts${0}}) | ||
Target Tags | TEXT | A list of tags that controls which instances the firewall rule applies to. | |||
Network | Object - Network | Network resource for this firewall. | "Self Link" = ${Network} |
Route
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Priority | INTEGER | The priority of this route. | |||
Destination Ranges | TEXT | The destination range of outgoing packets that this route applies to. | |||
Network | Object - Network | The network that this route applies to. | "Self Link" = ${Network} | ||
Next Hop Instance | Object - Instance | An instance that should handle matching packets. | "Self Link" = ${Next Hop Instance} | ||
Next Hop IP | TEXT | The IP-Address of an instance that should handle matching packets. | |||
Next Hop Network | Object - Network | The local network if it should handle matching packets. | "Self Link" = ${Next Hop Network} | ||
Next Hop Network Peering | Object - Network Peering | The network peering name that should handle matching packets. | "Name" = ${Next Hop Network Peering} | ||
Next Hop Gateway | Object - VPN Gateway | The gateway that should handle matching packets. | "Self Link" = ${Next Hop Gateway} | ||
Next Hop Vpn Tunnel | Object - VPN Tunnel | The VPN Tunnel that should handle matching packets. | "Self Link" = ${Next Hop Vpn Tunnel} |
Network Peering
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | Name of this peering. | |||
State | TEXT | State for the peering. | |||
State Details | TEXT | Details about the current state of the peering. | |||
Auto Create Routes | BOOLEAN | Whether full mesh connectivity is created and managed automatically. | |||
Exchange Subnet Routes | BOOLEAN | ||||
Network | Object - Network | The source network. | "Id" = ${Network} | ||
Peer Network | Object - Network | The peering network. | "Self Link" = ${Network Peering} | ||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} |
VPN Gateway
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Status | TEXT | The status of the VPN gateway. | |||
Network | Object - Network | The network to which this VPN gateway is attached. | "Self Link" = ${Network} | ||
Region | Object - Region | The region where the VPN Gateway resides. | "Name" = ${Region} | ||
Forwarding Rules | Object - Forwarding Rule | The ForwardingRules of the VPN Gateway. | "Self Link" IN (${Forwarding Rules${0}}) | ||
VPN Tunnels | Object - VPN Tunnel | The VPN Tunnels of the VPN Gateway. | "Self Link" IN (${VPN Tunnels${0}}) |
Forwarding Rule
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Backend Service | TEXT | ||||
IP Address | TEXT | The IP address that this forwarding rule is serving on behalf of. | |||
IP Protocol | TEXT | The IP protocol to which this rule applies. | |||
IP Version | TEXT | The IP Version that will be used by this forwarding rule. | |||
Load Balancing Scheme | TEXT | This signifies what the ForwardingRule will be used for and can only take the following values: INTERNAL, EXTERNAL The value of INTERNAL means that this will be used for Internal Network Load Balancing (TCP, UDP). | |||
Port Range | TEXT | This field is used along with the target field for TargetHttpProxy, TargetHttpsProxy, TargetSslProxy, TargetTcpProxy, TargetVpnGateway, TargetPool, TargetInstance. | |||
Ports | TEXT | This field is used along with the backend_service field for internal load balancing. | |||
Network | Object - Network | "Self Link" = ${Network} | |||
Subnetwork | Object - Subnetwork | "Self Link" = ${Subnetwork} | |||
Region | Object - Region | The region where the regional forwarding rule resides. | "Name" = ${Region} |
VPN Tunnel
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Status | TEXT | The status of the VPN tunnel. | |||
State Details | TEXT | Detailed status message for the VPN tunnel. | |||
IKE Version | TEXT | IKE protocol version to use when establishing the VPN tunnel with peer VPN gateway. | |||
Local Traffic Selector | TEXTAREA | Local traffic selector to use when establishing the VPN tunnel with peer VPN gateway. | |||
Peer IP | TEXT | IP address of the peer VPN gateway. | |||
Remote Traffic Selector | TEXTAREA | Remote traffic selectors to use when establishing the VPN tunnel with peer VPN gateway. | |||
Shared Secret | TEXT | Shared secret used to set the secure session between the Cloud VPN gateway and the peer VPN gateway. | |||
Shared Secret Hash | TEXT | Hash of the shared secret. | |||
Cloud Router | Object - Cloud Router | The router resource to be used for dynamic routing. | "Self Link" = ${Cloud Router} | ||
Target Vpn Gateway | Object - VPN Gateway | The Target VPN gateway with which this VPN tunnel is associated. | "Self Link" = ${Target Vpn Gateway} | ||
Region | Object - Region | The region where the VPN tunnel resides. | "Name" = ${Region} |
External IP Address
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Status | STATUS | The status of the external address. | |||
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Type | TEXT | The type of address to reserve, either INTERNAL or EXTERNAL. | |||
IP Address | TEXT | The static IP address represented by this resource. | |||
IP Version | TEXT | The IP Version that will be used by this address. | |||
Network Tier | TEXT | ||||
Subnetwork | Object - Subnetwork | The subnetwork resource for this external address. | "Self Link" = ${Subnetwork} | ||
Region | Object - Region | The region where the external address resides. | "Name" = ${Region} | ||
Labels | Object - Label | Labels to apply to this external address. | "Reference Id" IN (${Labels${0}}) |
Cloud Router
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Network | Object - Network | The network to which this router belongs. | "Self Link" = ${Network} | ||
Region | Object - Region | The region where the router resides. | "Name" = ${Region} |
Bucket
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Default Event Based Hold | BOOLEAN | The default value for event-based hold on newly created objects in this bucket. | |||
Etag | TEXT | HTTP 1.1 Entity tag for the bucket. | |||
Storage Class | TEXT | The bucket's default storage class, used whenever no storageClass is specified for a newly- created object. | |||
Updated Date | DATE_TIME | The modification time of the bucket. | |||
Region | Object - Region | The location of the bucket. | "Name" = ${Region} | ||
Labels | Object - Label | Labels to apply to this bucket. | "Reference Id" IN (${Labels${0}}) |
File
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Creation Date | DATE_TIME | The date and time when the object was created at the GoogleCloudPlatform. | |||
Id | TEXT | The unique identifier for the resource. | |||
Description | TEXT | An optional description of this resource. | |||
Cache Control | TEXT | Cache-Control directive for the object data. | |||
Component Count | INTEGER | Number of underlying components that make up this object. | |||
Content Disposition | TEXT | Content-Disposition of the object data. | |||
Content Encoding | TEXT | Content-Encoding of the object data. | |||
Content Language | TEXT | Content-Language of the object data. | |||
Content Type | TEXT | Content-Type of the object data. | |||
CRC 32 Checksum | TEXT | CRC32 checksum. | |||
Etag | TEXT | HTTP 1.1 Entity tag for the object. | |||
Event Based Hold | BOOLEAN | Whether an object is under event-based hold. | |||
Generation | INTEGER | The content generation of this object. | |||
Kms Key Name | TEXT | Cloud KMS Key used to encrypt this object, if the object is encrypted by such a key. | |||
MD5 Hash | TEXT | MD5 hash of the data; encoded using base64. | |||
Media Link | TEXT | Media download link. | |||
Retention Expiration | DATE_TIME | A server-determined value that specifies the earliest time that the object's retention period expires. | |||
Size | INTEGER | Content-Length of the data in bytes. | |||
Storage Class | TEXT | Storage class of the object. | |||
Temporary Hold | BOOLEAN | Whether an object is under temporary hold. | |||
Time Deleted | DATE_TIME | The deletion time of the object | |||
Time Storage Class Updated | DATE_TIME | The time at which the object's storage class was last changed. | |||
Updated Date | DATE_TIME | The modification time of the object. | |||
Bucket | Object - Bucket | The bucket containing this object. | "Name" = ${Bucket} |
Bucket Access
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Id | TEXT | The ID of the access-control entry. | |||
Entity Id | TEXT | The ID for the entity, if any. | |||
Name | TEXT | The entity holding the permission, in one of the following forms: - user-userId - user-email - group-groupId - group-email - domain-domain - project-team-projectId - allUsers - allAuthenticatedUsers Examples: - The user liz@example.com would be user-liz@example.com. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Etag | TEXT | HTTP 1.1 Entity tag for the object. | |||
Domain | TEXT | The domain associated with the entity, if any. | |||
TEXT | The email address associated with the entity, if any. | ||||
Project Team | TEXT | The project team associated with the entity, if any. | |||
Role | TEXT | The access permission for the entity. | |||
Bucket | Object - Bucket | The name of the bucket that is using this access control. | "Name" = ${Bucket} | ||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} |
Object Access
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Id | TEXT | The ID of the access-control entry. | |||
Entity Id | TEXT | The ID for the entity, if any. | |||
Name | TEXT | The entity holding the permission, in one of the following forms: - user-userId - user-email - group-groupId - group-email - domain-domain - project-team-projectId - allUsers - allAuthenticatedUsers Examples: - The user liz@example.com would be user-liz@example.com. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Etag | TEXT | HTTP 1.1 Entity tag for the object. | |||
Domain | TEXT | The domain associated with the entity, if any. | |||
TEXT | The email address associated with the entity, if any. | ||||
Project Team | TEXT | The project team associated with the entity, if any. | |||
Role | TEXT | The access permission for the entity. | |||
Bucket | Object - Bucket | The name of the bucket that is using this access control. | "Name" = ${Bucket} | ||
File | Object - File | The name of the object, if applied to an object. | "Name" = ${File} | ||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} |
Database Instance
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Status | STATUS | The current serving state of the Cloud SQL instance. | |||
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Suspension Reasons | TEXTAREA | If the instance state is SUSPENDED, the reason for the suspension. | |||
Instance Type | TEXT | The instance type. | |||
Backend Type | TEXT | FIRST_GEN: Basic Cloud SQL instance that runs in a Google-managed container. | |||
Connection Name | TEXT | Connection name of the Cloud SQL instance used in connection strings. | |||
Size | INTEGER | The current disk usage of the instance in bytes. | |||
Database Version | TEXT | The database engine type and version. | |||
Etag | TEXT | HTTP 1.1 Entity tag for the resource. | |||
Database Tier | Object - Database Tier | The tier of service for this instance. | "Name" = ${Database Tier} | ||
Region | Object - Region | The geographical region. | "Name" = ${Region} | ||
Zone | Object - Zone | The Compute Engine zone that the instance is currently serving from. | "Name" = ${Zone} | ||
IP Addresses | TEXTAREA | The assigned IP addresses for the instance. | |||
IPv6 Address | TEXT | The IPv6 address assigned to the instance. | |||
Master Instance | Object - Database Instance | The instance which will act as master in the replication setup. | "Name" = ${Master Instance} | ||
Max Disk Size | INTEGER | The maximum disk size of the instance in bytes. | |||
Service Account | Object - Service Account | The service account assigned to the instance. | "Email" = ${Service Account} | ||
Failover Replica Available | BOOLEAN | The availability status of the failover replica. | |||
Failover Replica Database Instance | Object - Database Instance | The database instance of the failover replica. | "Name" = ${Failover Replica Database Instance} | ||
On Premises Configuration | TEXTAREA | The host and port of the on-premises instance in host:port format. | |||
Replication Database Instances | Object - Database Instance | The replicas of the instance. | "Name" = ${Replication Database Instances} |
Database
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Charset | TEXT | The MySQL charset value. | |||
Collation | TEXT | The MySQL collation value. | |||
Etag | TEXT | HTTP 1.1 Entity tag for the resource. | |||
Database Instance | Object - Database Instance | The Cloud SQL instance. | "Name" = ${Database Instance} |
Database User
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | The name of the resource, provided by the client when initially creating the resource. | |||
Self Link | TEXT | Server-defined URL for this resource. | |||
Project | Object - Project | The project where this object belongs to. | "Id" = ${Project} | ||
Database Host Name | TEXT | The host name from which the user can connect. | |||
Password | TEXT | The password for the user. | |||
Etag | TEXT | HTTP 1.1 Entity tag for the resource. | |||
Database Instance | Object - Database Instance | The Cloud SQL instance. | "Name" = ${Database Instance} |
Database Tier
Attribute | Default Type | Default Identifier | Unique | Description | AQL |
---|---|---|---|---|---|
Name | TEXT | An identifier for the service tier, for example D1, D2 etc. | |||
Max Disk Size | INTEGER | The maximum disk size of this tier in bytes. | |||
RAM | INTEGER | The maximum RAM usage of this tier in bytes. | |||
Regions | Object - Region | The applicable regions for this tier. | "Name" IN (${Regions${0}}) |