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