Show / Hide Table of Contents

Class StoragePoolTypesScopedList

Inheritance
object
StoragePoolTypesScopedList
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX