Class AcquireShareRequest
Request message for AcquireShare.
Implements
Inherited Members
Namespace: Google.Apis.CloudFilestore.v1beta1.Data
Assembly: Google.Apis.CloudFilestore.v1beta1.dll
Syntax
public class AcquireShareRequest : IDirectResponseSchema
Properties
CapacityGb
Required. Requested size of the share in GiB.
Declaration
[JsonProperty("capacityGb")]
public virtual int? CapacityGb { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestId
Required. Unique string generated by the CSI driver for exact retry idempotency.
Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |