public sealed class NetworkEndpointGroupsScopedList : IMessage<NetworkEndpointGroupsScopedList>, IEquatable<NetworkEndpointGroupsScopedList>, IDeepCloneable<NetworkEndpointGroupsScopedList>, IBufferMessage, IMessageImplements
IMessageNetworkEndpointGroupsScopedList, IEquatableNetworkEndpointGroupsScopedList, IDeepCloneableNetworkEndpointGroupsScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
NetworkEndpointGroupsScopedList()
public NetworkEndpointGroupsScopedList()NetworkEndpointGroupsScopedList(NetworkEndpointGroupsScopedList)
public NetworkEndpointGroupsScopedList(NetworkEndpointGroupsScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
NetworkEndpointGroupsScopedList |
Properties
NetworkEndpointGroups
public RepeatedField<NetworkEndpointGroup> NetworkEndpointGroups { get; }[Output Only] The list of network endpoint groups that are contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNetworkEndpointGroup |
|
Warning
public Warning Warning { get; set; }[Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|