Class NfsDatastore
The NFS datastore configuration.
Implements
Inherited Members
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 |