Skip to main content

equinix_fabric_advertised_routes (Data Source)

Schema

Required

  • connection_id (String) The uuid of the routes this data source should retrieve
  • filter (Attributes) Filters for the Data Source Search Request (see below for nested schema)
  • pagination (Attributes) Pagination details for the returned advertised routes list (see below for nested schema)

Optional

Read-Only

  • data (Attributes List) Returned list of advertised routes objects (see below for nested schema)
  • id (String) The unique identifier of the resource

Nested Schema for filter

Required:

  • operator (String) Operators to use on your filtered field with the values given. One of [ =, !=, >, >=, <, <=, BETWEEN, NOT BETWEEN, LIKE, NOT LIKE, IN, NOT IN, IS NOT NULL, IS NULL]
  • property (String) possible field names to use on filters. One of [/type /name /project/projectId /uuid /state]
  • values (List of String) The values that you want to apply the property+operator combination to in order to filter your data search

Nested Schema for pagination

Optional:

  • limit (Number) Maximum number of search results returned per page.
  • offset (Number) Index of the first item returned in the response.

Read-Only:

  • next (String) URL relative to the next item in the response.
  • previous (String) URL relative to the previous item in the response.
  • total (Number) The total number of elements returned

Nested Schema for sort

Optional:

  • direction (String) Sort direction, one of [ASC, DESC]
  • property (String) Property name to sort by

Nested Schema for data

Optional:

  • local_preference (Number) This field holds local preference of the advertised route.
  • med (Number) Multi-Exit Discriminator for the Advertised Route
  • state (String) State of the advertised Route

Read-Only:

  • as_path (List of String) List of supported AS Paths for the Advertised Routes.
  • change_log (Attributes) Change Log of the route table entry (see below for nested schema)
  • connection (Attributes) connection of the route table entry (see below for nested schema)
  • next_hop (String) Next Hop of the Advertised Route
  • prefix (String) Prefix of the Advertised Route
  • protocol_type (String) Advertised Route protocol type
  • type (String) Indicator of a advertised route

Nested Schema for data.change_log

Optional:

  • created_by (String) Created by User Key
  • created_by_email (String) Created by User Email Address
  • created_by_full_name (String) Created by User Full Name
  • created_date_time (String) Created by User Date and Time
  • deleted_by (String) Deleted by User Key
  • deleted_by_email (String) Deleted by User Email Address
  • deleted_by_full_name (String) Deleted by User Full Name
  • deleted_date_time (String) Deleted by User Date and Time
  • updated_by (String) Updated by User Key
  • updated_by_email (String) Updated by User Email Address
  • updated_by_full_name (String) Updated by User Full Name
  • updated_date_time (String) Updated by User Date and Time

Nested Schema for data.connection

Read-Only:

  • href (String) HREF of the Connection
  • name (String) Name of the Connection
  • uuid (String) UUID of the Connection
Was this page helpful?