public sealed class LoadBalancer : IMessage<LoadBalancer>, IEquatable<LoadBalancer>, IDeepCloneable<LoadBalancer>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class LoadBalancer.
Contains information related to the load balancer associated with the finding.
Implements
IMessageLoadBalancer, IEquatableLoadBalancer, IDeepCloneableLoadBalancer, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
LoadBalancer()
public LoadBalancer()
LoadBalancer(LoadBalancer)
public LoadBalancer(LoadBalancer other)
Parameter | |
---|---|
Name | Description |
other |
LoadBalancer |
Properties
Name
public string Name { get; set; }
The name of the load balancer associated with the finding.
Property Value | |
---|---|
Type | Description |
string |