public sealed class DisksScopedList : IMessage<DisksScopedList>, IEquatable<DisksScopedList>, IDeepCloneable<DisksScopedList>, IBufferMessage, IMessage
Implements
IMessage<DisksScopedList>, IEquatable<DisksScopedList>, IDeepCloneable<DisksScopedList>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
DisksScopedList()
public DisksScopedList()
DisksScopedList(DisksScopedList)
public DisksScopedList(DisksScopedList other)
Parameter | |
---|---|
Name | Description |
other | DisksScopedList |
Properties
Disks
public RepeatedField<Disk> Disks { get; }
[Output Only] A list of disks contained in this scope.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Warning |