Google Kubernetes Engine v1 API - Class NetworkTags (3.25.0)

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.

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
RepeatedFieldstring