Compute Engine v1 API - Class StoragePoolTypesScopedList (2.16.0)

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

Inheritance

object > StoragePoolTypesScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

StoragePoolTypesScopedList()

public StoragePoolTypesScopedList()

StoragePoolTypesScopedList(StoragePoolTypesScopedList)

public StoragePoolTypesScopedList(StoragePoolTypesScopedList other)
Parameter
Name Description
other StoragePoolTypesScopedList

Properties

StoragePoolTypes

public RepeatedField<StoragePoolType> StoragePoolTypes { get; }

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

Property Value
Type Description
RepeatedFieldStoragePoolType

Warning

public Warning Warning { get; set; }

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

Property Value
Type Description
Warning