Instance {googleComputeEngineR} | R Documentation |
Instance Object
Description
Instance Object
Usage
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: |
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
[Package googleComputeEngineR version 0.3.0 Index]