public sealed class UrlMapsScopedList : IMessage<UrlMapsScopedList>, IEquatable<UrlMapsScopedList>, IDeepCloneable<UrlMapsScopedList>, IBufferMessage, IMessage
Implements
IMessageUrlMapsScopedList, IEquatableUrlMapsScopedList, IDeepCloneableUrlMapsScopedList, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
UrlMapsScopedList()
public UrlMapsScopedList()
UrlMapsScopedList(UrlMapsScopedList)
public UrlMapsScopedList(UrlMapsScopedList other)
Parameter | |
---|---|
Name | Description |
other | UrlMapsScopedList |
Properties
UrlMaps
public RepeatedField<UrlMap> UrlMaps { get; }
A list of UrlMaps contained in this scope.
Property Value | |
---|---|
Type | Description |
RepeatedFieldUrlMap |
Warning
public Warning Warning { get; set; }
Informational warning which replaces the list of backend services when the list is empty.
Property Value | |
---|---|
Type | Description |
Warning |