Class BareMetalLvpShareConfig
Specifies the configs for local persistent volumes under a shared file system.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class BareMetalLvpShareConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LvpConfig
Required. Defines the machine path and storage class for the LVP Share.
Declaration
[JsonProperty("lvpConfig")]
public virtual BareMetalLvpConfig LvpConfig { get; set; }
Property Value
Type | Description |
---|---|
BareMetalLvpConfig |
SharedPathPvCount
The number of subdirectories to create under path.
Declaration
[JsonProperty("sharedPathPvCount")]
public virtual int? SharedPathPvCount { get; set; }
Property Value
Type | Description |
---|---|
int? |