Table of Contents

Class VMwareNfsDatastore

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an individual VMware NFS datastore on a VMware host system.

public class VMwareNfsDatastore : VMwareDatastore, IComparable<VMwareManagedObject>
Inheritance
VMwareNfsDatastore
Implements
Inherited Members

Constructors

VMwareNfsDatastore()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareNfsDatastore class.

public VMwareNfsDatastore()

Properties

RemoteHost

Gets or sets the name of the remote machine hosting the NFS share - for example "DEMO-NFS01".

public string RemoteHost { get; set; }

Property Value

string

RemotePath

Gets or sets the remote NFS path - for example "Images".

public string RemotePath { get; set; }

Property Value

string