Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions APIs/googleapis.com/compute/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66376,6 +66376,9 @@ components:
locationHint:
description: An opaque location hint used to place the instance close to other resources. This field is for use by internal tools that use the public API.
type: string
maxRunDuration:
$ref: "#/components/schemas/Duration"
description: Specifies the max run duration for the given instance. If specified, the instance termination action will be performed at the end of the run duration.
minNodeCpus:
description: The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.
format: int32
Expand All @@ -66400,6 +66403,9 @@ components:
- SPOT
- STANDARD
type: string
terminationTime:
description: Specifies the timestamp, when the instance will be terminated, in RFC3339 text format. If specified, the instance termination action will be performed at the termination time.
type: string
type: object
SchedulingNodeAffinity:
description: "Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled."
Expand Down