public sealed class NetworkTags : IMessage<NetworkTags>, IEquatable<NetworkTags>, IDeepCloneable<NetworkTags>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class NetworkTags.
Collection of Compute Engine network tags that can be applied to a node's underlying VM instance.
Implements
IMessageNetworkTags, IEquatableNetworkTags, IDeepCloneableNetworkTags, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
NetworkTags()
public NetworkTags()
NetworkTags(NetworkTags)
public NetworkTags(NetworkTags other)
Parameter | |
---|---|
Name | Description |
other | NetworkTags |
Properties
Tags
public RepeatedField<string> Tags { get; }
List of network tags.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |