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. 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. nlb_ip_version
Gets the nlb_ip_version 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”
-
__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.
- 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”
- 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.
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
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
-
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”
Returns: The nlb_ip_version of this UpdateNetworkLoadBalancerDetails. Return type: str
-