Show / Hide Table of Contents

Class UpdateDrProtectionGroupMemberLoadBalancerDetails

Update properties for a load balancer member.

Inheritance
object
UpdateDrProtectionGroupMemberDetails
UpdateDrProtectionGroupMemberLoadBalancerDetails
Inherited Members
UpdateDrProtectionGroupMemberDetails.MemberId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class UpdateDrProtectionGroupMemberLoadBalancerDetails : UpdateDrProtectionGroupMemberDetails

Properties

BackendSetMappings

Declaration
[JsonProperty(PropertyName = "backendSetMappings")]
public List<LoadBalancerBackendSetMappingDetails> BackendSetMappings { get; set; }
Property Value
Type Description
List<LoadBalancerBackendSetMappingDetails>

A list of backend set mappings that are used to transfer or update backends during DR.

DestinationLoadBalancerId

Declaration
[JsonProperty(PropertyName = "destinationLoadBalancerId")]
public string DestinationLoadBalancerId { get; set; }
Property Value
Type Description
string

The OCID of the destination load balancer.
Example: ocid1.loadbalancer.oc1..uniqueID

In this article
Back to top