Show / Hide Table of Contents

Class LoadBalancerProtocol

A protocol that defines the type of traffic accepted by a listener.

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

Properties

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

The name of a protocol.
Example: 'HTTP'

Remarks

Required

In this article
Back to top