Show / Hide Table of Contents

Class CreateDrProtectionGroupMemberNetworkLoadBalancerDetails

Create properties for a network load balancer member.

Inheritance
object
CreateDrProtectionGroupMemberDetails
CreateDrProtectionGroupMemberNetworkLoadBalancerDetails
Inherited Members
CreateDrProtectionGroupMemberDetails.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 CreateDrProtectionGroupMemberNetworkLoadBalancerDetails : CreateDrProtectionGroupMemberDetails

Properties

BackendSetMappings

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

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

DestinationNetworkLoadBalancerId

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

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

In this article
Back to top