Share via


AmlFilesystemClientInfo Class

Definition

AML file system client information

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemClientInfoTypeConverter))]
public class AmlFilesystemClientInfo : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemClientInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemClientInfoTypeConverter))>]
type AmlFilesystemClientInfo = class
    interface IAmlFilesystemClientInfo
    interface IJsonSerializable
Public Class AmlFilesystemClientInfo
Implements IAmlFilesystemClientInfo
Inheritance
AmlFilesystemClientInfo
Attributes
Implements

Constructors

AmlFilesystemClientInfo()

Creates an new AmlFilesystemClientInfo instance.

Properties

ContainerStorageInterfacePersistentVolume

Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML

ContainerStorageInterfacePersistentVolumeClaim

Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML

ContainerStorageInterfaceStorageClass

Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML

LustreVersion

The version of Lustre running in the AML file system

MgsAddress

The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).

MountCommand

Recommended command to mount the AML file system

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AmlFilesystemClientInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AmlFilesystemClientInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemClientInfo.

FromJsonString(String)

Creates a new instance of AmlFilesystemClientInfo, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AmlFilesystemClientInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to