Class NetworkTags (3.1.0)

public sealed class NetworkTags : IMessage<NetworkTags>, IEquatable<NetworkTags>, IDeepCloneable<NetworkTags>, IBufferMessage, IMessage

Collection of Compute Engine network tags that can be applied to a node's underlying VM instance.

Inheritance

Object > NetworkTags

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

NetworkTags()

public NetworkTags()

NetworkTags(NetworkTags)

public NetworkTags(NetworkTags other)
Parameter
NameDescription
otherNetworkTags

Properties

Tags

public RepeatedField<string> Tags { get; }

List of network tags.

Property Value
TypeDescription
RepeatedField<String>