View source: R/instances_admin.R
Instance | R Documentation |
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 resource |
machineType |
Full or partial URL of the machine type resource to use for this instance, in the format: |
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 |
An Instance resource.
Instance object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.