OkeClusterLoadBalancerMapping¶
-
class
oci.disaster_recovery.models.
OkeClusterLoadBalancerMapping
(**kwargs)¶ Bases:
object
Source-to-destination mapping for a load balancer.
Methods
__init__
(**kwargs)Initializes a new OkeClusterLoadBalancerMapping object with values from keyword arguments. Attributes
destination_load_balancer_id
[Required] Gets the destination_load_balancer_id of this OkeClusterLoadBalancerMapping. source_load_balancer_id
[Required] Gets the source_load_balancer_id of this OkeClusterLoadBalancerMapping. -
__init__
(**kwargs)¶ Initializes a new OkeClusterLoadBalancerMapping object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - source_load_balancer_id (str) – The value to assign to the source_load_balancer_id property of this OkeClusterLoadBalancerMapping.
- destination_load_balancer_id (str) – The value to assign to the destination_load_balancer_id property of this OkeClusterLoadBalancerMapping.
-
destination_load_balancer_id
¶ [Required] Gets the destination_load_balancer_id of this OkeClusterLoadBalancerMapping. The OCID of the destination Load Balancer.
Example: ocid1.loadbalancer.oc1..uniqueID
Returns: The destination_load_balancer_id of this OkeClusterLoadBalancerMapping. Return type: str
-
source_load_balancer_id
¶ [Required] Gets the source_load_balancer_id of this OkeClusterLoadBalancerMapping. The OCID of the source Load Balancer.
Example: ocid1.loadbalancer.oc1..uniqueID
Returns: The source_load_balancer_id of this OkeClusterLoadBalancerMapping. Return type: str
-