Google Kubernetes Engine v1 API - Class IntraNodeVisibilityConfig (3.25.0)

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

Reference documentation and code samples for the Google Kubernetes Engine v1 API class IntraNodeVisibilityConfig.

IntraNodeVisibilityConfig contains the desired config of the intra-node visibility on this cluster.

Inheritance

object > IntraNodeVisibilityConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

IntraNodeVisibilityConfig()

public IntraNodeVisibilityConfig()

IntraNodeVisibilityConfig(IntraNodeVisibilityConfig)

public IntraNodeVisibilityConfig(IntraNodeVisibilityConfig other)
Parameter
NameDescription
otherIntraNodeVisibilityConfig

Properties

Enabled

public bool Enabled { get; set; }

Enables intra node visibility for this cluster.

Property Value
TypeDescription
bool