LoadBalancerProtocol

class oci.load_balancer.models.LoadBalancerProtocol(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new LoadBalancerProtocol object with values from keyword arguments.

Attributes

name [Required] Gets the name of this LoadBalancerProtocol.
__init__(**kwargs)

Initializes a new LoadBalancerProtocol object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:name (str) – The value to assign to the name property of this LoadBalancerProtocol.
name

[Required] Gets the name of this LoadBalancerProtocol. The name of a protocol.

Example: ‘HTTP’

Returns:The name of this LoadBalancerProtocol.
Return type:str