REST Resource: projects.locations.brands.configApplicationRules

资源:ConfigApplicationRule

表示何时应用代理配置的规则。

JSON 表示法
{
  "name": string,
  "displayName": string,
  "createTime": string,
  "updateTime": string
}
字段
name

string

标识符。配置应用规则名称。格式:projects/{project}/locations/{location}/brands/{brand}/configApplicationRules/{configApplicationRule}

displayName

string

可选。此配置应用规则在界面中的可选显示名称。值不得超过 63 个字符。

createTime

string (Timestamp format)

仅限输出。相应配置应用规则的创建时间。

采用 RFC 3339 标准,生成的输出将始终进行 Z 规范化(即转换为 UTC 零时区格式并在末尾附加 Z),并使用 0、3、6 或 9 个小数位。不带“Z”的偏差时间也是可以接受的。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z""2014-10-02T15:01:23+05:30"

updateTime

string (Timestamp format)

仅限输出。相应配置应用规则的上次更新时间。

采用 RFC 3339 标准,生成的输出将始终进行 Z 规范化(即转换为 UTC 零时区格式并在末尾附加 Z),并使用 0、3、6 或 9 个小数位。不带“Z”的偏差时间也是可以接受的。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z""2014-10-02T15:01:23+05:30"

方法

create

创建 ConfigApplicationRule。

delete

删除指定的 ConfigApplicationRule。

get

获取 ConfigApplicationRule。

list

列出 ConfigApplicationRule。

patch

更新指定的 ConfigApplicationRule。