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)
name
: The name of the resource, provided by the client when initially creating the resourcemachineType
: Full or partial URL of the machine type resource to use for this instance, in the format: zones/zone/machineTypes/machine-type
canIpForward
: Allows this instance to send and receive packets with non-matching destination or source IPsdescription
: An optional description of this resourcedisks
: The source image used to create this diskmetadata
: A named list of metadata key/value pairs assigned to this instancenetworkInterfaces
: An array of configurations for this interfacescheduling
: Scheduling options for this instance, such as preemptible instancesserviceAccounts
: A list of service accounts, with their specified scopes, authorized for this instancetags
: A list of tags to apply to this instanceInstance object
An Instance resource.
Useful links