Class DisksScopedList
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class DisksScopedList : IDirectResponseSchema
Properties
Disks
[Output Only] A list of disks contained in this scope.
Declaration
[JsonProperty("disks")]
public virtual IList<Disk> Disks { get; set; }
Property Value
Type | Description |
---|---|
IList<Disk> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Warning
[Output Only] Informational warning which replaces the list of disks when the list is empty.
Declaration
[JsonProperty("warning")]
public virtual DisksScopedList.WarningData Warning { get; set; }
Property Value
Type | Description |
---|---|
DisksScopedList.WarningData |