public sealed class IntraNodeVisibilityConfig : IMessage<IntraNodeVisibilityConfig>, IEquatable<IntraNodeVisibilityConfig>, IDeepCloneable<IntraNodeVisibilityConfig>, IBufferMessage, IMessageIntraNodeVisibilityConfig contains the desired config of the intra-node visibility on this cluster.
Implements
IMessage<IntraNodeVisibilityConfig>, IEquatable<IntraNodeVisibilityConfig>, IDeepCloneable<IntraNodeVisibilityConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
IntraNodeVisibilityConfig()
public IntraNodeVisibilityConfig()IntraNodeVisibilityConfig(IntraNodeVisibilityConfig)
public IntraNodeVisibilityConfig(IntraNodeVisibilityConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
IntraNodeVisibilityConfig |
Properties
Enabled
public bool Enabled { get; set; }Enables intra node visibility for this cluster.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|