REST Resource: projects.locations.multicastGroupRangeActivations

资源:MulticastGroupRangeActivation

多播群组范围激活资源。

JSON 表示法
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "state": {
    object (MulticastResourceState)
  },
  "description": string,
  "labels": {
    string: string,
    ...
  },
  "multicastDomainActivation": string,
  "multicastGroupRange": string,
  "ipCidrRange": string,
  "multicastGroupConsumerActivations": [
    string
  ],
  "uniqueId": string,
  "logConfig": {
    object (MulticastLogConfig)
  }
}
字段
name

string

标识符。多播群组范围激活的资源名称。请使用以下格式:projects/*/locations/*/multicastGroupRangeActivations/*

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"

state

object (MulticastResourceState)

仅限输出。[仅限输出] 资源的状态。

description

string

可选。多播群组范围激活的可选文本说明。

labels

map (key: string, value: string)

可选。标签作为键值对。

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

multicastDomainActivation

string

可选。与此多播群组位于同一可用区的多播网域激活的资源名称。请使用以下格式:projects/*/locations/*/multicastDomainActivations/*

multicastGroupRange

string

可选。群组的全球多播群组范围的资源名称。请使用以下格式:projects/*/locations/global/multicastGroupRanges/*

ipCidrRange

string

仅限输出。[仅限输出] 多播群组 IP 地址范围。

multicastGroupConsumerActivations[]

string

仅限输出。关联的多播群组使用方激活的资源名称。请使用以下格式:projects/*/locations/*/multicastGroupConsumerActivations/*

uniqueId

string

仅限输出。[仅限输出] Google 为资源生成的 UUID。此值在所有多播群组资源中是唯一的。如果删除了某个群组,然后创建了另一个同名的群组,则新群组会被分配一个不同的 uniqueId。

logConfig

object (MulticastLogConfig)

可选。为执行的多播群组范围激活相关活动指定日志记录选项。默认值为 false。如果未指定,则会从全球多播群组范围资源继承日志记录选项。如果启用了日志记录功能,则日志会导出到 Cloud Logging。如果为多播群组范围激活明确设置了日志配置,无论该配置是否已启用,该值都会替换多播群组范围资源所配置的值。

方法

create

在给定项目和位置中创建新的多播群组范围激活。

delete

删除单个多播群组范围激活。

get

获取单个多播群组范围激活的详细信息。

list

列出给定项目和位置中的多播群组范围激活。

patch

更新单个多播群组范围激活的参数。