Compute Engine v1 API - Class DisksScopedList (2.13.0)

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

Inheritance

object > DisksScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

DisksScopedList()

public DisksScopedList()

DisksScopedList(DisksScopedList)

public DisksScopedList(DisksScopedList other)
Parameter
NameDescription
otherDisksScopedList

Properties

Disks

public RepeatedField<Disk> Disks { get; }

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

Property Value
TypeDescription
RepeatedFieldDisk

Warning

public Warning Warning { get; set; }

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

Property Value
TypeDescription
Warning