Class UpdateDrProtectionGroupMemberNetworkLoadBalancerDetails
Update properties for a network load balancer member.
Inheritance
UpdateDrProtectionGroupMemberNetworkLoadBalancerDetails
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class UpdateDrProtectionGroupMemberNetworkLoadBalancerDetails : UpdateDrProtectionGroupMemberDetails
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.
|