Skip to content

Commit

Permalink
Add resize request resource for regional instance group manager
Browse files Browse the repository at this point in the history
  • Loading branch information
chayankumar999 committed Oct 11, 2024
1 parent 868561f commit 55edf0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmv1/products/compute/RegionResizeRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ properties:
- name: 'seconds'
type: String
description: |
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
Span of time at a resolution of a second. Must be from 600 to 604800 inclusive. Note: minimum and maximum allowed range for rrd is 10 minutes (600 seconds) and 7 days(604800 seconds) correspondingly.
required: true
- name: 'nanos'
type: Integer
Expand Down
2 changes: 1 addition & 1 deletion mmv1/products/compute/ResizeRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ properties:
- name: 'seconds'
type: String
description: |
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
Span of time at a resolution of a second. Must be from 600 to 604800 inclusive. Note: minimum and maximum allowed range for rrd is 10 minutes (600 seconds) and 7 days(604800 seconds) correspondingly.
required: true
- name: 'nanos'
type: Integer
Expand Down

0 comments on commit 55edf0d

Please sign in to comment.