NAME

RackTables::Schema::Result::VLANDescription

ACCESSORS

domain_id

  data_type: 'integer'
  extra: {unsigned => 1}
  is_foreign_key: 1
  is_nullable: 0

vlan_id

  data_type: 'integer'
  default_value: 0
  extra: {unsigned => 1}
  is_foreign_key: 1
  is_nullable: 0

vlan_type

  data_type: 'enum'
  default_value: 'ondemand'
  extra: {list => ["ondemand","compulsory","alien"]}
  is_nullable: 0

vlan_descr

  data_type: 'char'
  is_nullable: 1
  size: 255

RELATIONS

domain

Type: belongs_to

Related object: RackTables::Schema::Result::VLANDomain

vlan

Type: belongs_to

Related object: RackTables::Schema::Result::VLANValidID

vlanipv4s

Type: has_many

Related object: RackTables::Schema::Result::VLANIPv4

vlanipv6s

Type: has_many

Related object: RackTables::Schema::Result::VLANIPv6