public sealed class GcfsConfig : IMessage<GcfsConfig>, IEquatable<GcfsConfig>, IDeepCloneable<GcfsConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class GcfsConfig.
GcfsConfig contains configurations of Google Container File System (image streaming).
Implements
IMessage<GcfsConfig>, IEquatable<GcfsConfig>, IDeepCloneable<GcfsConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
GcfsConfig()
public GcfsConfig()GcfsConfig(GcfsConfig)
public GcfsConfig(GcfsConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
GcfsConfig |
Properties
Enabled
public bool Enabled { get; set; }Whether to use GCFS.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|