Class OkeClusterNetworkLoadBalancerMapping
Source-to-destination mapping for a network load balancer.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class OkeClusterNetworkLoadBalancerMapping
Properties
DestinationNetworkLoadBalancerId
Declaration
[Required(ErrorMessage = "DestinationNetworkLoadBalancerId is required.")]
[JsonProperty(PropertyName = "destinationNetworkLoadBalancerId")]
public string DestinationNetworkLoadBalancerId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the destination Network Load Balancer.
|
Remarks
Required
SourceNetworkLoadBalancerId
Declaration
[Required(ErrorMessage = "SourceNetworkLoadBalancerId is required.")]
[JsonProperty(PropertyName = "sourceNetworkLoadBalancerId")]
public string SourceNetworkLoadBalancerId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the source Network Load Balancer.
|
Remarks
Required