Module: SDM::ResourceIPAllocationMode

Defined in:
lib/constants.rb

Overview

ResourceIPAllocationMode defines how to allocate IP addresses on resource create and update.

Constant Summary collapse

UNSET =
""
DEFAULT =
"default"
LOOPBACK =
"loopback"
VNM =
"vnm"