Compute Engine v1 API - Class NotificationEndpointsScopedList (3.26.0)

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

Inheritance

object > NotificationEndpointsScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

NotificationEndpointsScopedList()

public NotificationEndpointsScopedList()

NotificationEndpointsScopedList(NotificationEndpointsScopedList)

public NotificationEndpointsScopedList(NotificationEndpointsScopedList other)
Parameter
Name Description
other NotificationEndpointsScopedList

Properties

Resources

public RepeatedField<NotificationEndpoint> Resources { get; }

A list of NotificationEndpoints contained in this scope.

Property Value
Type Description
RepeatedFieldNotificationEndpoint

Warning

public Warning Warning { get; set; }

Informational warning which replaces the list of notification endpoints when the list is empty.

Property Value
Type Description
Warning