Class UnmountDatastoreRequest
Unmount Datastore Request messag
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class UnmountDatastoreRequest : IDirectResponseSchema
Properties
Datastore
Required. The resource name of the datastore to unmount. Resource names are schemeless URIs that follow the
conventions in https://cloud.google.com/apis/design/resource_names. For example:
projects/my-project/locations/us-central1/datastores/my-datastore
Declaration
[JsonProperty("datastore")]
public virtual string Datastore { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestId
Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |