Resource: MulticastGroupConsumerActivation
Multicast group consumer activation resource.
| JSON representation |
|---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "multicastConsumerAssociation": string, "description": string, "resourceState": enum ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the multicast group consumer activation. Use the following format: |
createTime |
Output only. [Output only] The timestamp when the multicast group consumer activation was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. [Output only] The timestamp when the multicast group consumer activation was most recently updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Optional. Labels as key-value pairs An object containing a list of |
multicastConsumerAssociation |
Required. The resource name of the multicast consumer association that is in the same zone as this multicast group consumer activation. Use the following format: |
description |
Optional. An optional text description of the multicast group consumer activation. |
resourceState |
Output only. [Deprecated] The resource state of the multicast group consumer activation. Use the state field instead. |
state |
Output only. [Output only] The state of the resource. |
uniqueId |
Output only. [Output only] The Google-generated UUID for the resource. This value is unique across all multicast group consumer activation resources. If a group consumer activation is deleted and another with the same name is created, the new group consumer activation is assigned a different uniqueId. |
multicastGroupRangeActivation |
Required. The resource name of the multicast group range activation created by the admin in the same zone as this multicast group consumer activation. Use the following format: // |
logConfig |
Optional. Specifies the logging options for the activities performed related to the multicast group consumer activation. Defaults to false. If logging is enabled, logs are exported to Cloud Logging. |
Methods |
|
|---|---|
|
Creates a new multicast group consumer activation in a given project and location. |
|
Deletes a single multicast group consumer activation. |
|
Gets details of a single multicast group consumer activation. |
|
Lists multicast group consumer activations in a given project and location. |
|
Updates the parameters of a single multicast group consumer activation. |