minPortsPerVm property

int? minPortsPerVm
getter/setter pair

Minimum number of ports allocated to a VM from this NAT config.

If not set, a default number of ports is allocated to a VM. This is rounded up to the nearest power of 2. For example, if the value of this field is 50, at least 64 ports are allocated to a VM.

Implementation

core.int? minPortsPerVm;