Show / Hide Table of Contents

Class NetworkLoadBalancerHealthCollection

Wrapper object for an array of NetworkLoadBalancerHealthSummary objects.

Inheritance
object
NetworkLoadBalancerHealthCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.NetworkloadbalancerService.Models
Assembly: OCI.DotNetSDK.Networkloadbalancer.dll
Syntax
public class NetworkLoadBalancerHealthCollection

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<NetworkLoadBalancerHealthSummary> Items { get; set; }
Property Value
Type Description
List<NetworkLoadBalancerHealthSummary>

An array of BackendSetSummary objects.

In this article
Back to top