跳至内容

equinix_fabric_route_aggregation_rule(资源)

Fabric V4 API 兼容资源允许创建和管理 Equinix Fabric 路由聚合

补充文件:

用法示例

resource "equinix_fabric_route_aggregation_rule" "ra_rule" {
route_aggregation_id = "<route_aggregation_id>"
name = "ra-rule-test"
description = "Route aggregation rule"
prefix = "192.168.0.0/24"
}

output "route_aggregation_rule_name" {
value = equinix_fabric_route_aggregation_rule.ra_rule.name
}

output "route_aggregation_rule_description" {
value = equinix_fabric_route_aggregation_rule.ra_rule.description
}

output "route_aggregation_rule_type" {
value = equinix_fabric_route_aggregation_rule.ra_rule.type
}

output "route_aggregation_rule_prefix" {
value = equinix_fabric_route_aggregation_rule.ra_rule.prefix
}

output "route_aggregation_rule_state" {
value = equinix_fabric_route_aggregation_rule.ra_rule.state
}

模式

需要

  • name(字符串)客户提供的路由聚合规则名称
  • prefix(字符串)客户提供的路由聚合规则前缀
  • route_aggregation_id(字符串)要应用此规则的路由聚合的 UUID

可选

  • description(字符串)客户提供的路由聚合规则描述
  • timeouts(属性)(有关嵌套模式,请参见下文

只读

  • change(属性)最新路由聚合规则更改的当前状态(有关嵌套模式,请参见下文
  • change_log(属性)流资源上次更改的详细信息(有关嵌套模式,请参见下面的
  • href(字符串)Equinix 自动生成的指向路由聚合规则资源的 URI
  • id(字符串)资源的唯一标识符
  • state(字符串)表示路由聚合规则资源的配置状态的值
  • type(字符串)Equinix 定义的路由聚合类型;BGP_IPv4_PREFIX_AGGREGATION、BGP_IPv6_PREFIX_AGGREGATION
  • uuid(字符串)Equinix 为路由聚合规则资源分配的唯一 ID

timeouts 的嵌套模式

选修的:

change 的嵌套模式

必需的:

  • type(字符串)Equinix 定义的路由聚合变更类型
  • uuid(字符串)Equinix 分配的变更唯一 ID

只读:

  • href(字符串)Equinix 自动生成的路由聚合更改 URI

change_log 的嵌套模式

只读:

  • created_by(字符串)流资源创建者的用户名
  • created_by_email(字符串)流资源创建者的电子邮件地址
  • created_by_full_name(字符串)流资源创建者的法定名称
  • created_date_time(字符串)流资源的创建时间
  • deleted_by(字符串)流资源删除者的用户名
  • deleted_by_email(字符串)流资源删除者的电子邮件地址
  • deleted_by_full_name(字符串)流资源删除器的法定名称
  • deleted_date_time(字符串)流资源的删除时间
  • updated_by(字符串)流资源的最后更新者的用户名
  • updated_by_email(字符串)流资源最后更新者的电子邮件地址
  • updated_by_full_name(字符串)流资源的最后更新者的法定名称
  • updated_date_time(字符串)流资源的最后更新时间
此页面有帮助吗?