Show / Hide Table of Contents

Class NetworkLoadBalancersProtocolCollection

This object is deprecated. Wrapper object for array of ProtocolSummary objects.

Inheritance
object
NetworkLoadBalancersProtocolCollection
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 NetworkLoadBalancersProtocolCollection

Properties

Items

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

Array of NetworkLoadBalancersProtocolSummary objects.

In this article
Back to top