Class WorkstationGceRegionalPersistentDisk
A Persistent Directory backed by a Compute Engine regional persistent disk within the workstation.
Implements
Inherited Members
Namespace: Google.Apis.CloudWorkstations.v1beta.Data
Assembly: Google.Apis.CloudWorkstations.v1beta.dll
Syntax
public class WorkstationGceRegionalPersistentDisk : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the persistent directory.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SizeGb
Required. The desired size of the persistent directory in GB.
Declaration
[JsonProperty("sizeGb")]
public virtual int? SizeGb { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |