Skip to content

Commit 44e414a

Browse files
Add resize request resource for regional instance group manager
1 parent 54f569b commit 44e414a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mmv1/products/compute/RegionResizeRequest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ properties:
133133
- name: 'seconds'
134134
type: String
135135
description: |
136-
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
136+
Span of time at a resolution of a second. Must be from 600 to 604800 inclusive. Note: minimum and maximum allowed range for requestedRunDuration is 10 minutes (600 seconds) and 7 days(604800 seconds) correspondingly.
137137
required: true
138138
- name: 'nanos'
139139
type: Integer

mmv1/products/compute/ResizeRequest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ properties:
131131
- name: 'seconds'
132132
type: String
133133
description: |
134-
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
134+
Span of time at a resolution of a second. Must be from 600 to 604800 inclusive. Note: minimum and maximum allowed range for requestedRunDuration is 10 minutes (600 seconds) and 7 days(604800 seconds) correspondingly.
135135
required: true
136136
- name: 'nanos'
137137
type: Integer

0 commit comments

Comments
 (0)