Show / Hide Table of Contents

Class BareMetalLvpShareConfig

Specifies the configs for local persistent volumes under a shared file system.

Inheritance
object
BareMetalLvpShareConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX