Show / Hide Table of Contents

Class AcquireShareRequest

Request message for AcquireShare.

Inheritance
object
AcquireShareRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX