API resource reference for Instance, part of the Compute service. To create or change one, see Changing resources; to inspect, see Reading resources.
Identity
Overview
AnInstance represents a single compute workload running in a Datum Cloud Project. Each instance runs one of two runtime types: a sandbox (a managed, isolated environment for running one or more containers) or a virtual machine (a classical VM booting a full OS from a user-provided image). Every instance attaches to one or more networks through its network interfaces and may mount volumes backed by disks, config maps, or secrets.
Use an Instance when you need to run application code — as containers or as a full VM — with a defined instance type, network connectivity, and optional persistent storage inside a Project.