public sealed class MetadataFilterLabelMatch : IMessage<MetadataFilterLabelMatch>, IEquatable<MetadataFilterLabelMatch>, IDeepCloneable<MetadataFilterLabelMatch>, IBufferMessage, IMessage
MetadataFilter label name value pairs that are expected to match corresponding labels presented as metadata to the load balancer.
Implements
IMessage<MetadataFilterLabelMatch>, IEquatable<MetadataFilterLabelMatch>, IDeepCloneable<MetadataFilterLabelMatch>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
MetadataFilterLabelMatch()
public MetadataFilterLabelMatch()
MetadataFilterLabelMatch(MetadataFilterLabelMatch)
public MetadataFilterLabelMatch(MetadataFilterLabelMatch other)
Parameter | |
---|---|
Name | Description |
other | MetadataFilterLabelMatch |
Properties
HasName
public bool HasName { get; }
Gets whether the "name" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasValue
public bool HasValue { get; }
Gets whether the "value" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
Name
public string Name { get; set; }
Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
Property Value | |
---|---|
Type | Description |
String |
Value
public string Value { get; set; }
The value of the label must match the specified value. value can have a maximum length of 1024 characters.
Property Value | |
---|---|
Type | Description |
String |