Class ThirdPartyFileService
Third party file service configuration
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class ThirdPartyFileService : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileShare
Required. Required Mount Folder name
Declaration
[JsonProperty("fileShare")]
public virtual string FileShare { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Network
Required. Required to identify vpc peering used for NFS access network name of NFS's vpc e.g. projects/project-id/global/networks/my-network_id
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Servers
Required. Server IP addresses of the NFS file service. NFS v3, provide a single IP address or DNS name. Multiple servers can be supported in future when NFS 4.1 protocol support is enabled.
Declaration
[JsonProperty("servers")]
public virtual IList<string> Servers { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |