Show / Hide Table of Contents

Class NfsDatastore

The NFS datastore configuration.

Inheritance
object
NfsDatastore
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.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class NfsDatastore : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GoogleFileService

Google service file service configuration

Declaration
[JsonProperty("googleFileService")]
public virtual GoogleFileService GoogleFileService { get; set; }
Property Value
Type Description
GoogleFileService

GoogleVmwareFileService

GCVE file service configuration

Declaration
[JsonProperty("googleVmwareFileService")]
public virtual GoogleVmwareFileService GoogleVmwareFileService { get; set; }
Property Value
Type Description
GoogleVmwareFileService

ThirdPartyFileService

Third party file service configuration

Declaration
[JsonProperty("thirdPartyFileService")]
public virtual ThirdPartyFileService ThirdPartyFileService { get; set; }
Property Value
Type Description
ThirdPartyFileService

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX