public sealed class UrlMapsScopedList : IMessage<UrlMapsScopedList>, IEquatable<UrlMapsScopedList>, IDeepCloneable<UrlMapsScopedList>, IBufferMessage, IMessageImplements
IMessageUrlMapsScopedList, IEquatableUrlMapsScopedList, IDeepCloneableUrlMapsScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|