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.
Implements
IMessageIntraNodeVisibilityConfig, IEquatableIntraNodeVisibilityConfig, IDeepCloneableIntraNodeVisibilityConfig, 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 |
bool |