Skip to content

Commit

Permalink
add autoNetworkTier to Router NAT
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi-cit committed Oct 27, 2023
1 parent 78ea2f9 commit 729723a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mmv1/products/compute/RouterNat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,3 +436,13 @@ properties:
- :PUBLIC
- :PRIVATE
default_value: :PUBLIC
- !ruby/object:Api::Type::Enum
name: 'autoNetworkTier'
required: false
description: |
The network tier to use when automatically reserving NAT IP addresses.
Must be one of: PREMIUM, STANDARD. If not specified, then the current
project-level default tier is used.
values:
- :PREMIUN
- :STANDAR

0 comments on commit 729723a

Please sign in to comment.