Class MountDatastoreRequest
Mount Datastore Request message
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class MountDatastoreRequest : IDirectResponseSchema
Properties
DatastoreMountConfig
Required. The datastore mount configuration.
Declaration
[JsonProperty("datastoreMountConfig")]
public virtual DatastoreMountConfig DatastoreMountConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| DatastoreMountConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IgnoreColocation
Optional. If set to true, the colocation requirement will be ignored. If set to false, the colocation requirement will be enforced. If not set, the colocation requirement will be enforced. Colocation requirement is the requirement that the cluster must be in the same region/zone of datastore(regional/zonal datastore).
Declaration
[JsonProperty("ignoreColocation")]
public virtual bool? IgnoreColocation { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
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 |