Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DynamicPortAllocation for Cloud NAT #6022

Merged
Merged
Changes from 1 commit
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
9 changes: 9 additions & 0 deletions mmv1/products/compute/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13391,6 +13391,15 @@ objects:
name: minPortsPerVm
description: |
Minimum number of ports allocated to a VM from this NAT.
- !ruby/object:Api::Type::Boolean
name: enableDynamicPortAllocation
description: |
Enable Dynamic Port Allocation.
If minPorts is set, minPortsPerVm must be set to a power of two greater than or equal to 32.
If minPortsPerVm is not set, a minimum of 32 ports will be allocated to a VM from this NAT config.

Mutually exclusive with enableEndpointIndependentMapping.
default_value: false
- !ruby/object:Api::Type::Integer
name: udpIdleTimeoutSec
description: |
Expand Down