Instance: Instance Object

Description Usage Arguments Details Value

Description

Instance Object

Usage

1
2
3
4
5
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)

Arguments

name

The name of the resource, provided by the client when initially creating the resource

machineType

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 IPs

description

An optional description of this resource

disks

The source image used to create this disk

metadata

A named list of metadata key/value pairs assigned to this instance

networkInterfaces

An array of configurations for this interface

scheduling

Scheduling options for this instance, such as preemptible instances

serviceAccounts

A list of service accounts, with their specified scopes, authorized for this instance

tags

A list of tags to apply to this instance

Details

An Instance resource.

Value

Instance object


googleComputeEngineR documentation built on May 6, 2019, 1:01 a.m.