Class BareMetalAdminStorageConfig
BareMetalAdminStorageConfig specifies the cluster storage configuration.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class BareMetalAdminStorageConfig : 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 |