Resource: MulticastDomain
Multicast domain resource.
| JSON representation |
|---|
{ "name": string, "createTime": string, "updateTime": string, "state": { object ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the multicast domain. Use the following format: |
createTime |
Output only. [Output only] The timestamp when the multicast domain 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 domain 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: |
state |
Output only. [Output only] The state of the resource. |
labels |
Optional. Labels as key-value pairs. An object containing a list of |
description |
Optional. An optional text description of the multicast domain. |
adminNetwork |
Required. The resource name of the multicast admin VPC network. Use the following format: |
connection |
Required. The VPC connection type for this multicast domain. |
uniqueId |
Output only. [Output only] The Google-generated UUID for the resource. This value is unique across all multicast domain resources. If a domain is deleted and another with the same name is created, the new domain is assigned a different uniqueId. |
multicastDomainGroup |
Optional. The multicast domain group this domain should be associated with. Use the following format: |
Connection
VPC connectivity information.
| JSON representation |
|---|
{
"connectionType": enum ( |
| Fields | |
|---|---|
connectionType |
Required. The VPC connection type. |
nccHub |
Optional. The resource name of the NCC hub. Use the following format: |
ConnectionType
The connection type for authorizing multicast traffic.
| Enums | |
|---|---|
CONNECTION_TYPE_UNSPECIFIED |
Unspecified connection type. |
NCC |
Connected by NCC. Producers and consumers can be in separated VPCs connected by NCC, or the same VPC. |
SAME_VPC |
Producer and consumers must be in the same VPC network. |