CloudClusterVipConfiguration¶
-
class
oci.database_management.models.
CloudClusterVipConfiguration
(**kwargs)¶ Bases:
object
The details of the Virtual IP (VIP) address for a node in a cloud cluster.
Methods
__init__
(**kwargs)Initializes a new CloudClusterVipConfiguration object with values from keyword arguments. Attributes
address
Gets the address of this CloudClusterVipConfiguration. network_number
Gets the network_number of this CloudClusterVipConfiguration. node_name
Gets the node_name of this CloudClusterVipConfiguration. -
__init__
(**kwargs)¶ Initializes a new CloudClusterVipConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - node_name (str) – The value to assign to the node_name property of this CloudClusterVipConfiguration.
- address (str) – The value to assign to the address property of this CloudClusterVipConfiguration.
- network_number (int) – The value to assign to the network_number property of this CloudClusterVipConfiguration.
-
address
¶ Gets the address of this CloudClusterVipConfiguration. The VIP name or IP address.
Returns: The address of this CloudClusterVipConfiguration. Return type: str
-
network_number
¶ Gets the network_number of this CloudClusterVipConfiguration. The network number from which VIPs are obtained.
Returns: The network_number of this CloudClusterVipConfiguration. Return type: int
-
node_name
¶ Gets the node_name of this CloudClusterVipConfiguration. The name of the node with the VIP.
Returns: The node_name of this CloudClusterVipConfiguration. Return type: str
-