# SPDX-License-Identifier: BSD-3-Clause
#
# Copyright 2020 Raritan Inc. All rights reserved.
#
# This file was generated by IdlC from Net.idl.

use strict;

package Raritan::RPC::net::AutoConfigs;

use constant STATIC => 0;
use constant DHCP => 1;
use constant AUTO => 2;

1;
