Show / Hide Table of Contents

Class GoogleFileService

Google service file service configuration

Inheritance
object
GoogleFileService
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX