public sealed class LoadBalancer : IMessage<LoadBalancer>, IEquatable<LoadBalancer>, IDeepCloneable<LoadBalancer>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class LoadBalancer.
Contains information related to the load balancer associated with the finding.
Implements
IMessageLoadBalancer, IEquatableLoadBalancer, IDeepCloneableLoadBalancer, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.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 |