CccInfrastructureManagementNode¶
-
class
oci.compute_cloud_at_customer.models.CccInfrastructureManagementNode(**kwargs)¶ Bases:
objectInformation about an individual management node in a Compute Cloud@Customer infrastructure.
Methods
__init__(**kwargs)Initializes a new CccInfrastructureManagementNode object with values from keyword arguments. Attributes
hostnameGets the hostname of this CccInfrastructureManagementNode. ipGets the ip of this CccInfrastructureManagementNode. -
__init__(**kwargs)¶ Initializes a new CccInfrastructureManagementNode object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - ip (str) – The value to assign to the ip property of this CccInfrastructureManagementNode.
- hostname (str) – The value to assign to the hostname property of this CccInfrastructureManagementNode.
-
hostname¶ Gets the hostname of this CccInfrastructureManagementNode. Hostname for interface to the management node.
Returns: The hostname of this CccInfrastructureManagementNode. Return type: str
-
ip¶ Gets the ip of this CccInfrastructureManagementNode. Address of the management node.
Returns: The ip of this CccInfrastructureManagementNode. Return type: str
-