Module: Cumulus::VPC::DhcpChange

Includes:
Common::DiffChange
Included in:
DhcpDiff
Defined in:
lib/vpc/models/DhcpDiff.rb

Overview

Public: The types of changes that can be made to the dhcp configuration

Constant Summary collapse

DOMAIN_SERVERS =
Common::DiffChange.next_change_id
DOMAIN_NAME =
Common::DiffChange.next_change_id
NTP_SERVERS =
Common::DiffChange.next_change_id
NETBIOS_SERVERS =
Common::DiffChange.next_change_id
NETBIOS_NODE =
Common::DiffChange.next_change_id

Constants included from Common::DiffChange

Common::DiffChange::ADD, Common::DiffChange::MODIFIED, Common::DiffChange::UNMANAGED

Method Summary

Methods included from Common::DiffChange

next_change_id