The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Schema::RackTables::0_20_8::Result::VSEnabledIPs

COMPONENTS LOADED

TABLE: VSEnabledIPs

ACCESSORS

object_id

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

vs_id

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

vip

  data_type: 'varbinary'
  is_foreign_key: 1
  is_nullable: 0
  size: 16

rspool_id

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

prio

  data_type: 'varchar'
  is_nullable: 1
  size: 255

vsconfig

  data_type: 'text'
  is_nullable: 1

rsconfig

  data_type: 'text'
  is_nullable: 1

PRIMARY KEY

RELATIONS

object

Type: belongs_to

Related object: Schema::RackTables::0_20_8::Result::Object

rspool

Type: belongs_to

Related object: Schema::RackTables::0_20_8::Result::IPv4RSPool

vsip

Type: belongs_to

Related object: Schema::RackTables::0_20_8::Result::VSIPs