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