Share via


Nfs3Target Class

Definition

Properties pertaining to the Nfs3Target

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

Constructors

Nfs3Target()

Creates an new Nfs3Target instance.

Properties

Target

IP address or host name of an NFSv3 host (e.g., 10.0.44.44).

UsageModel

Identifies the StorageCache usage model to be used for this storage target.

VerificationTimer

Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.

WriteBackTimer

Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Nfs3Target.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Nfs3Target.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Nfs3Target into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to