Compute Engine v1 API - Class DiskTypesScopedList (2.16.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
Name Description
other DiskTypesScopedList

Properties

DiskTypes

public RepeatedField<DiskType> DiskTypes { get; }

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

Property Value
Type Description
RepeatedFieldDiskType

Warning

public Warning Warning { get; set; }

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

Property Value
Type Description
Warning