Node¶
-
class
oci.redis.models.
Node
(**kwargs)¶ Bases:
object
The details of each node in the cluster.
Methods
__init__
(**kwargs)Initializes a new Node object with values from keyword arguments. Attributes
display_name
[Required] Gets the display_name of this Node. private_endpoint_fqdn
[Required] Gets the private_endpoint_fqdn of this Node. private_endpoint_ip_address
[Required] Gets the private_endpoint_ip_address of this Node. -
__init__
(**kwargs)¶ Initializes a new Node object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - private_endpoint_fqdn (str) – The value to assign to the private_endpoint_fqdn property of this Node.
- private_endpoint_ip_address (str) – The value to assign to the private_endpoint_ip_address property of this Node.
- display_name (str) – The value to assign to the display_name property of this Node.
-
display_name
¶ [Required] Gets the display_name of this Node. A user-friendly name of a cluster node.
Returns: The display_name of this Node. Return type: str
-
private_endpoint_fqdn
¶ [Required] Gets the private_endpoint_fqdn of this Node. The fully qualified domain name (FQDN) of the API endpoint to access a specific node.
Returns: The private_endpoint_fqdn of this Node. Return type: str
-
private_endpoint_ip_address
¶ [Required] Gets the private_endpoint_ip_address of this Node. The private IP address of the API endpoint to access a specific node.
Returns: The private_endpoint_ip_address of this Node. Return type: str
-