Module: Cumulus::VPC::RouteTableChange

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

Overview

Public: The types of changes that can be made to a route table

Constant Summary collapse

ROUTES =
Common::DiffChange.next_change_id
VGWS =
Common::DiffChange.next_change_id
TAGS =
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