REST Resource: projects.locations.serviceBindings

资源:ServiceBinding

ServiceBinding 是定义要在 BackendService 资源中使用的 Service Directory 服务的资源。

JSON 表示法
{
  "name": string,
  "description": string,
  "createTime": string,
  "updateTime": string,
  "service": string,
  "serviceId": string,
  "labels": {
    string: string,
    ...
  }
}
字段
name

string

必需。ServiceBinding 资源的名称。它与模式 projects/*/locations/global/serviceBindings/service_binding_name 匹配。

description

string

可选。资源的自由文本说明。长度上限为 1024 个字符。

createTime

string (Timestamp format)

仅限输出。创建资源时的时间戳。

时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

updateTime

string (Timestamp format)

仅限输出。资源更新时的时间戳。

时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

service

string

必需。格式为 projects/*/locations/*/namespaces/*/services/* 的完整 Service Directory Service 名称

serviceId

string

仅限输出。对服务绑定资源进行验证的 Service Directory 服务的唯一标识符。当其他服务绑定资源在其他资源(如后端服务)中使用时,系统会填充此字段。采用 UUID4 格式。

labels

map (key: string, value: string)

可选。与 ServiceBinding 资源关联的标签标记集。

包含一系列 "key": value 对的对象。示例:{ "name": "wrench", "mass": "1.3kg", "count": "3" }

方法

create

在给定的项目和位置中创建新的 ServiceBinding。

delete

删除单个 ServiceBinding。

get

获取单个 ServiceBinding 的详细信息。

list

列出给定项目和位置中的 ServiceBinding。