Compute Engine v1 API - Class StoragePoolsScopedList (2.16.0)

public sealed class StoragePoolsScopedList : IMessage<StoragePoolsScopedList>, IEquatable<StoragePoolsScopedList>, IDeepCloneable<StoragePoolsScopedList>, IBufferMessage, IMessage

Inheritance

object > StoragePoolsScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

StoragePoolsScopedList()

public StoragePoolsScopedList()

StoragePoolsScopedList(StoragePoolsScopedList)

public StoragePoolsScopedList(StoragePoolsScopedList other)
Parameter
Name Description
other StoragePoolsScopedList

Properties

StoragePools

public RepeatedField<StoragePool> StoragePools { get; }

[Output Only] A list of storage pool contained in this scope.

Property Value
Type Description
RepeatedFieldStoragePool

Warning

public Warning Warning { get; set; }

[Output Only] Informational warning which replaces the list of storage pool when the list is empty.

Property Value
Type Description
Warning