Class LoadBalancerBackendSetMapping
A backend set mapping between source and destination load balancer.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class LoadBalancerBackendSetMapping
Properties
DestinationBackendSetName
Declaration
[Required(ErrorMessage = "DestinationBackendSetName is required.")]
[JsonProperty(PropertyName = "destinationBackendSetName")]
public string DestinationBackendSetName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the destination backend set.
|
Remarks
Required
IsBackendSetForNonMovable
Declaration
[Required(ErrorMessage = "IsBackendSetForNonMovable is required.")]
[JsonProperty(PropertyName = "isBackendSetForNonMovable")]
public bool? IsBackendSetForNonMovable { get; set; }
Property Value
Type | Description |
---|---|
bool? | This flag specifies if this backend set is used for traffic for non-movable compute instances.
Backend sets that point to non-movable instances are only enabled or disabled during DR. For non-movable instances this flag should be set to 'true'.
Backend sets that point to movable instances are emptied and their contents are transferred to the destination region load balancer. For movable instances this flag should be set to 'false'.
|
Remarks
Required
SourceBackendSetName
Declaration
[Required(ErrorMessage = "SourceBackendSetName is required.")]
[JsonProperty(PropertyName = "sourceBackendSetName")]
public string SourceBackendSetName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the source backend set.
|
Remarks
Required