UpdateNetworkLoadBalancerDetails

class oci.network_load_balancer.models.UpdateNetworkLoadBalancerDetails(**kwargs)

Bases: object

Configuration details to update a network load balancer.

Caution: Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Attributes

NLB_IP_VERSION_IPV4 A constant which can be used with the nlb_ip_version property of a UpdateNetworkLoadBalancerDetails.
NLB_IP_VERSION_IPV4_AND_IPV6 A constant which can be used with the nlb_ip_version property of a UpdateNetworkLoadBalancerDetails.
NLB_IP_VERSION_IPV6 A constant which can be used with the nlb_ip_version property of a UpdateNetworkLoadBalancerDetails.
assigned_ipv6 Gets the assigned_ipv6 of this UpdateNetworkLoadBalancerDetails.
defined_tags Gets the defined_tags of this UpdateNetworkLoadBalancerDetails.
display_name Gets the display_name of this UpdateNetworkLoadBalancerDetails.
freeform_tags Gets the freeform_tags of this UpdateNetworkLoadBalancerDetails.
is_preserve_source_destination Gets the is_preserve_source_destination of this UpdateNetworkLoadBalancerDetails.
is_symmetric_hash_enabled Gets the is_symmetric_hash_enabled of this UpdateNetworkLoadBalancerDetails.
nlb_ip_version Gets the nlb_ip_version of this UpdateNetworkLoadBalancerDetails.
subnet_ipv6_cidr Gets the subnet_ipv6_cidr of this UpdateNetworkLoadBalancerDetails.

Methods

__init__(**kwargs) Initializes a new UpdateNetworkLoadBalancerDetails object with values from keyword arguments.
NLB_IP_VERSION_IPV4 = 'IPV4'

A constant which can be used with the nlb_ip_version property of a UpdateNetworkLoadBalancerDetails. This constant has a value of “IPV4”

NLB_IP_VERSION_IPV4_AND_IPV6 = 'IPV4_AND_IPV6'

A constant which can be used with the nlb_ip_version property of a UpdateNetworkLoadBalancerDetails. This constant has a value of “IPV4_AND_IPV6”

NLB_IP_VERSION_IPV6 = 'IPV6'

A constant which can be used with the nlb_ip_version property of a UpdateNetworkLoadBalancerDetails. This constant has a value of “IPV6”

__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateNetworkLoadBalancerDetails.
  • is_preserve_source_destination (bool) – The value to assign to the is_preserve_source_destination property of this UpdateNetworkLoadBalancerDetails.
  • is_symmetric_hash_enabled (bool) – The value to assign to the is_symmetric_hash_enabled property of this UpdateNetworkLoadBalancerDetails.
  • nlb_ip_version (str) – The value to assign to the nlb_ip_version property of this UpdateNetworkLoadBalancerDetails. Allowed values for this property are: “IPV4”, “IPV4_AND_IPV6”, “IPV6”
  • subnet_ipv6_cidr (str) – The value to assign to the subnet_ipv6_cidr property of this UpdateNetworkLoadBalancerDetails.
  • assigned_ipv6 (str) – The value to assign to the assigned_ipv6 property of this UpdateNetworkLoadBalancerDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateNetworkLoadBalancerDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateNetworkLoadBalancerDetails.
assigned_ipv6

Gets the assigned_ipv6 of this UpdateNetworkLoadBalancerDetails. IPv6 address to be assigned to the network load balancer being created. This IP address has to be part of one of the prefixes supported by the subnet. Example: “2607:9b80:9a0a:9a7e:abcd:ef01:2345:6789”

Returns:The assigned_ipv6 of this UpdateNetworkLoadBalancerDetails.
Return type:str
defined_tags

Gets the defined_tags of this UpdateNetworkLoadBalancerDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this UpdateNetworkLoadBalancerDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this UpdateNetworkLoadBalancerDetails. The user-friendly display name for the network load balancer, which does not have to be unique and can be changed. Avoid entering confidential information.

Example: example_network_load_balancer

Returns:The display_name of this UpdateNetworkLoadBalancerDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateNetworkLoadBalancerDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this UpdateNetworkLoadBalancerDetails.
Return type:dict(str, str)
is_preserve_source_destination

Gets the is_preserve_source_destination of this UpdateNetworkLoadBalancerDetails. This parameter can be enabled only if backends are compute OCIDs. When enabled, the skipSourceDestinationCheck parameter is automatically enabled on the load balancer VNIC, and packets are sent to the backend with the entire IP header intact.

Returns:The is_preserve_source_destination of this UpdateNetworkLoadBalancerDetails.
Return type:bool
is_symmetric_hash_enabled

Gets the is_symmetric_hash_enabled of this UpdateNetworkLoadBalancerDetails. This can only be enabled when NLB is working in transparent mode with source destination header preservation enabled. This removes the additional dependency from NLB backends(like Firewalls) to perform SNAT.

Returns:The is_symmetric_hash_enabled of this UpdateNetworkLoadBalancerDetails.
Return type:bool
nlb_ip_version

Gets the nlb_ip_version of this UpdateNetworkLoadBalancerDetails. IP version associated with the NLB.

Allowed values for this property are: “IPV4”, “IPV4_AND_IPV6”, “IPV6”

Returns:The nlb_ip_version of this UpdateNetworkLoadBalancerDetails.
Return type:str
subnet_ipv6_cidr

Gets the subnet_ipv6_cidr of this UpdateNetworkLoadBalancerDetails. IPv6 subnet prefix selection. If Ipv6 subnet prefix is passed, Nlb Ipv6 Address would be assign within the cidr block. NLB has to be dual or single stack ipv6 to support this.

Returns:The subnet_ipv6_cidr of this UpdateNetworkLoadBalancerDetails.
Return type:str