Show / Hide Table of Contents

Class CccInfrastructureManagementNode

Information about an individual management node in a Compute Cloud@Customer infrastructure.

Inheritance
object
CccInfrastructureManagementNode
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ComputecloudatcustomerService.Models
Assembly: OCI.DotNetSDK.Computecloudatcustomer.dll
Syntax
public class CccInfrastructureManagementNode

Properties

Hostname

Declaration
[JsonProperty(PropertyName = "hostname")]
public string Hostname { get; set; }
Property Value
Type Description
string

Hostname for interface to the management node.

Ip

Declaration
[JsonProperty(PropertyName = "ip")]
public string Ip { get; set; }
Property Value
Type Description
string

Address of the management node.

In this article
Back to top