Class MulticastConsumerAssociation
Multicast consumer association resource.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class MulticastConsumerAssociation : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. [Output only] The timestamp when the multicast consumer association was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Optional. An optional text description of the multicast consumer association.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Labels
Optional. Labels as key-value pairs
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
MulticastDomainActivation
Optional. The resource name of the multicast domain activation that is in the same zone as this multicast
consumer association. Use the following format: projects/*/locations/*/multicastDomainActivations/*.
Declaration
[JsonProperty("multicastDomainActivation")]
public virtual string MulticastDomainActivation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The resource name of the multicast consumer association. Use the following format:
projects/*/locations/*/multicastConsumerAssociations/*.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Network
Required. The resource name of the multicast consumer VPC network. Use following format:
projects/{project}/locations/global/networks/{network}.
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlacementPolicy
Output only. [Output only] A Compute Engine (placement policy)[https://cloud.google.com/compute/docs/instances/placement-policies-overview] that can be used to place virtual machine (VM) instances as multicast consumers close to the multicast infrastructure created for this domain, on a best effort basis.
Declaration
[JsonProperty("placementPolicy")]
public virtual string PlacementPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceState
Output only. [Deprecated] The resource state of the multicast consumer association. Use the state field instead.
Declaration
[JsonProperty("resourceState")]
public virtual string ResourceState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. [Output only] The state of the resource.
Declaration
[JsonProperty("state")]
public virtual MulticastResourceState State { get; set; }
Property Value
| Type | Description |
|---|---|
| MulticastResourceState |
UniqueId
Output only. [Output only] The Google-generated UUID for the resource. This value is unique across all multicast consumer association resources. If a consumer association is deleted and another with the same name is created, the new consumer association is assigned a different unique_id.
Declaration
[JsonProperty("uniqueId")]
public virtual string UniqueId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
UpdateTimeRaw
Output only. [Output only] The timestamp when the Multicast Consumer Association was most recently updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |