UpdateOkeClusterLoadBalancerMappingDetails¶
-
class
oci.disaster_recovery.models.
UpdateOkeClusterLoadBalancerMappingDetails
(**kwargs)¶ Bases:
object
Update source-to-destination mapping for a load balancer.
Methods
__init__
(**kwargs)Initializes a new UpdateOkeClusterLoadBalancerMappingDetails object with values from keyword arguments. Attributes
destination_load_balancer_id
[Required] Gets the destination_load_balancer_id of this UpdateOkeClusterLoadBalancerMappingDetails. source_load_balancer_id
[Required] Gets the source_load_balancer_id of this UpdateOkeClusterLoadBalancerMappingDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateOkeClusterLoadBalancerMappingDetails 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 UpdateOkeClusterLoadBalancerMappingDetails.
- destination_load_balancer_id (str) – The value to assign to the destination_load_balancer_id property of this UpdateOkeClusterLoadBalancerMappingDetails.
-
destination_load_balancer_id
¶ [Required] Gets the destination_load_balancer_id of this UpdateOkeClusterLoadBalancerMappingDetails. The OCID of the destination Load Balancer.
Example: ocid1.loadbalancer.oc1..uniqueID
Returns: The destination_load_balancer_id of this UpdateOkeClusterLoadBalancerMappingDetails. Return type: str
-
source_load_balancer_id
¶ [Required] Gets the source_load_balancer_id of this UpdateOkeClusterLoadBalancerMappingDetails. The OCID of the source Load Balancer .
Example: ocid1.loadbalancer.oc1..uniqueIDReturns: The source_load_balancer_id of this UpdateOkeClusterLoadBalancerMappingDetails. Return type: str
-