OkeClusterNetworkLoadBalancerMapping

class oci.disaster_recovery.models.OkeClusterNetworkLoadBalancerMapping(**kwargs)

Bases: object

Source-to-destination mapping for a network load balancer.

Methods

__init__(**kwargs) Initializes a new OkeClusterNetworkLoadBalancerMapping object with values from keyword arguments.

Attributes

destination_network_load_balancer_id [Required] Gets the destination_network_load_balancer_id of this OkeClusterNetworkLoadBalancerMapping.
source_network_load_balancer_id [Required] Gets the source_network_load_balancer_id of this OkeClusterNetworkLoadBalancerMapping.
__init__(**kwargs)

Initializes a new OkeClusterNetworkLoadBalancerMapping object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • source_network_load_balancer_id (str) – The value to assign to the source_network_load_balancer_id property of this OkeClusterNetworkLoadBalancerMapping.
  • destination_network_load_balancer_id (str) – The value to assign to the destination_network_load_balancer_id property of this OkeClusterNetworkLoadBalancerMapping.
destination_network_load_balancer_id

[Required] Gets the destination_network_load_balancer_id of this OkeClusterNetworkLoadBalancerMapping. The OCID of the destination Network Load Balancer.

Example: ocid1.networkloadbalancer.oc1..uniqueID

Returns:The destination_network_load_balancer_id of this OkeClusterNetworkLoadBalancerMapping.
Return type:str
source_network_load_balancer_id

[Required] Gets the source_network_load_balancer_id of this OkeClusterNetworkLoadBalancerMapping. The OCID of the source Network Load Balancer.

Example: ocid1.networkloadbalancer.oc1..uniqueID

Returns:The source_network_load_balancer_id of this OkeClusterNetworkLoadBalancerMapping.
Return type:str