Show / Hide Table of Contents

Class BareMetalStorageConfig

BareMetalStorageConfig specifies the cluster storage configuration.

Inheritance
object
BareMetalStorageConfig
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 BareMetalStorageConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LvpNodeMountsConfig

Required. Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.

Declaration
[JsonProperty("lvpNodeMountsConfig")]
public virtual BareMetalLvpConfig LvpNodeMountsConfig { get; set; }
Property Value
Type Description
BareMetalLvpConfig

LvpShareConfig

Required. Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.

Declaration
[JsonProperty("lvpShareConfig")]
public virtual BareMetalLvpShareConfig LvpShareConfig { get; set; }
Property Value
Type Description
BareMetalLvpShareConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX