Class DisksScopedList (1.2.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
RepeatedField<Disk>

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