create_instance
Create a new Compute Engine instance on Google Cloud Platform by specifying project ID, zone, instance name, machine type, source image, disk size, network, and optional external IP.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
boot_disk_size_gb | No | ||
external_ip | No | ||
instance_name | Yes | ||
machine_type | Yes | ||
network | No | default | |
project_id | Yes | ||
source_image | Yes | ||
subnet | No | ||
zone | Yes |