public sealed class TargetHttpProxiesScopedList : IMessage<TargetHttpProxiesScopedList>, IEquatable<TargetHttpProxiesScopedList>, IDeepCloneable<TargetHttpProxiesScopedList>, IBufferMessage, IMessage
Implements
IMessageTargetHttpProxiesScopedList, IEquatableTargetHttpProxiesScopedList, IDeepCloneableTargetHttpProxiesScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
TargetHttpProxiesScopedList()
public TargetHttpProxiesScopedList()
TargetHttpProxiesScopedList(TargetHttpProxiesScopedList)
public TargetHttpProxiesScopedList(TargetHttpProxiesScopedList other)
Parameter | |
---|---|
Name | Description |
other | TargetHttpProxiesScopedList |
Properties
TargetHttpProxies
public RepeatedField<TargetHttpProxy> TargetHttpProxies { get; }
A list of TargetHttpProxies contained in this scope.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTargetHttpProxy |
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 |