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