Class DrProtectionGroupMemberLoadBalancer
The properties for a load balancer member of a DR protection group.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class DrProtectionGroupMemberLoadBalancer : DrProtectionGroupMember
Properties
BackendSetMappings
Declaration
[JsonProperty(PropertyName = "backendSetMappings")]
public List<LoadBalancerBackendSetMapping> BackendSetMappings { get; set; }
Property Value
Type | Description |
---|---|
List<LoadBalancerBackendSetMapping> | 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.
The backend sets in this destination load balancer are updated during DR.
|