gce_vm_scheduler {googleComputeEngineR}R Documentation

Create or start a scheduler VM

Description

This starts up a VM with cron and docker installed that can be used to schedule scripts

Usage

gce_vm_scheduler(vm_name = "scheduler", ...)

Arguments

vm_name

The name of the VM scheduler to create or return

...

Arguments passed on to gce_vm

name

The name of the instance

open_webports

If TRUE, will open firewall ports 80 and 443 if not open already

project

Project ID for this request

zone

The name of the zone for this request

Value

A VM object

See Also

Other scheduler functions: gce_schedule_docker


[Package googleComputeEngineR version 0.3.0 Index]