Instance Object
Instance(name = NULL, machineType = NULL, canIpForward = NULL,
description = NULL, disks = NULL, metadata = NULL,
networkInterfaces = NULL, scheduling = NULL,
serviceAccounts = NULL, tags = NULL, minCpuPlatform = NULL,
guestAccelerators = NULL)
The name of the resource, provided by the client when initially creating the resource
Full or partial URL of the machine type resource to use for this instance, in the format: zones/zone/machineTypes/machine-type
Allows this instance to send and receive packets with non-matching destination or source IPs
An optional description of this resource
The source image used to create this disk
A named list of metadata key/value pairs assigned to this instance
An array of configurations for this interface
Scheduling options for this instance, such as preemptible instances
A list of service accounts, with their specified scopes, authorized for this instance
A list of tags to apply to this instance
Instance object
An Instance resource.