Show / Hide Table of Contents

Class WebAppAccelerationLoadBalancer

WebAppAcceleration to a LoadBalancer resource.

Inheritance
object
WebAppAcceleration
WebAppAccelerationLoadBalancer
Inherited Members
WebAppAcceleration.Id
WebAppAcceleration.DisplayName
WebAppAcceleration.CompartmentId
WebAppAcceleration.WebAppAccelerationPolicyId
WebAppAcceleration.TimeCreated
WebAppAcceleration.TimeUpdated
WebAppAcceleration.LifecycleState
WebAppAcceleration.LifecycleDetails
WebAppAcceleration.FreeformTags
WebAppAcceleration.DefinedTags
WebAppAcceleration.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.WaaService.Models
Assembly: OCI.DotNetSDK.Waa.dll
Syntax
public class WebAppAccelerationLoadBalancer : WebAppAcceleration

Properties

LoadBalancerId

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

LoadBalancer OCID to which the WebAppAccelerationPolicy is attached to.

Remarks

Required

In this article
Back to top