Security Command Center v2 API - Class LoadBalancer (1.0.0-beta03)

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.

Inheritance

object > LoadBalancer

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

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