public sealed class DiskTypesScopedList : IMessage<DiskTypesScopedList>, IEquatable<DiskTypesScopedList>, IDeepCloneable<DiskTypesScopedList>, IBufferMessage, IMessageImplements
IMessageDiskTypesScopedList, IEquatableDiskTypesScopedList, IDeepCloneableDiskTypesScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|