NodeDetails¶
-
class
oci.database.models.
NodeDetails
(**kwargs)¶ Bases:
object
Node details associated with a network.
Methods
__init__
(**kwargs)Initializes a new NodeDetails object with values from keyword arguments. Attributes
hostname
[Required] Gets the hostname of this NodeDetails. ip
[Required] Gets the ip of this NodeDetails. vip
Gets the vip of this NodeDetails. vip_hostname
Gets the vip_hostname of this NodeDetails. -
__init__
(**kwargs)¶ Initializes a new NodeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - hostname (str) – The value to assign to the hostname property of this NodeDetails.
- ip (str) – The value to assign to the ip property of this NodeDetails.
- vip_hostname (str) – The value to assign to the vip_hostname property of this NodeDetails.
- vip (str) – The value to assign to the vip property of this NodeDetails.
-
hostname
¶ [Required] Gets the hostname of this NodeDetails. The node host name.
Returns: The hostname of this NodeDetails. Return type: str
-
ip
¶ [Required] Gets the ip of this NodeDetails. The node IP address.
Returns: The ip of this NodeDetails. Return type: str
-
vip
¶ Gets the vip of this NodeDetails. The node virtual IP (VIP) address.
Returns: The vip of this NodeDetails. Return type: str
-
vip_hostname
¶ Gets the vip_hostname of this NodeDetails. The node virtual IP (VIP) host name.
Returns: The vip_hostname of this NodeDetails. Return type: str
-