Class GoogleFileService
Google service file service configuration
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class GoogleFileService : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FilestoreInstance
Google filestore instance resource name e.g. projects/my-project/locations/me-west1-b/instances/my-instance
Declaration
[JsonProperty("filestoreInstance")]
public virtual string FilestoreInstance { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NetappVolume
Google netapp volume resource name e.g. projects/my-project/locations/me-west1-b/volumes/my-volume
Declaration
[JsonProperty("netappVolume")]
public virtual string NetappVolume { get; set; }
Property Value
| Type | Description |
|---|---|
| string |