public sealed class InstantSnapshotsScopedList : IMessage<InstantSnapshotsScopedList>, IEquatable<InstantSnapshotsScopedList>, IDeepCloneable<InstantSnapshotsScopedList>, IBufferMessage, IMessage
Implements
IMessageInstantSnapshotsScopedList, IEquatableInstantSnapshotsScopedList, IDeepCloneableInstantSnapshotsScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InstantSnapshotsScopedList()
public InstantSnapshotsScopedList()
InstantSnapshotsScopedList(InstantSnapshotsScopedList)
public InstantSnapshotsScopedList(InstantSnapshotsScopedList other)
Parameter | |
---|---|
Name | Description |
other | InstantSnapshotsScopedList |
Properties
InstantSnapshots
public RepeatedField<InstantSnapshot> InstantSnapshots { get; }
[Output Only] A list of instantSnapshots contained in this scope.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInstantSnapshot |
Warning
public Warning Warning { get; set; }
[Output Only] Informational warning which replaces the list of instantSnapshots when the list is empty.
Property Value | |
---|---|
Type | Description |
Warning |