Class DiskTypesScopedList (1.1.0)

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

Inheritance

Object > DiskTypesScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

DiskTypesScopedList()

public DiskTypesScopedList()

DiskTypesScopedList(DiskTypesScopedList)

public DiskTypesScopedList(DiskTypesScopedList other)
Parameter
NameDescription
otherDiskTypesScopedList

Properties

DiskTypes

public RepeatedField<DiskType> DiskTypes { get; }

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

Property Value
TypeDescription
RepeatedField<DiskType>

Warning

public Warning Warning { get; set; }

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

Property Value
TypeDescription
Warning