Google Cloud Security Command Center v1 API - Class LoadBalancer (3.20.0)

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.

Inheritance

object > LoadBalancer

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

LoadBalancer()

public LoadBalancer()

LoadBalancer(LoadBalancer)

public LoadBalancer(LoadBalancer other)
Parameter
NameDescription
otherLoadBalancer

Properties

Name

public string Name { get; set; }

The name of the load balancer associated with the finding.

Property Value
TypeDescription
string