diff --git a/APIs/googleapis.com/compute/v1/openapi.yaml b/APIs/googleapis.com/compute/v1/openapi.yaml index b78a04312297..02336c0e56e9 100644 --- a/APIs/googleapis.com/compute/v1/openapi.yaml +++ b/APIs/googleapis.com/compute/v1/openapi.yaml @@ -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 @@ -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."