The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Schema::RackTables::0_20_2::Result::VLANSTRule

COMPONENTS LOADED

TABLE: VLANSTRule

ACCESSORS

vst_id

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

rule_no

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

port_pcre

data_type: 'char'
is_nullable: 0
size: 255

port_role

data_type: 'enum'
default_value: 'none'
extra: {list => ["access","trunk","anymode","uplink","downlink","none"]}
is_nullable: 0

wrt_vlans

data_type: 'char'
is_nullable: 1
size: 255

description

data_type: 'char'
is_nullable: 1
size: 255

UNIQUE CONSTRAINTS

vst-rule

RELATIONS

vst

Type: belongs_to

Related object: Schema::RackTables::0_20_2::Result::VLANSwitchTemplate