Class CccInfrastructureManagementNode
Information about an individual management node in a Compute Cloud@Customer infrastructure.
Inherited Members
Namespace: Oci.ComputecloudatcustomerService.Models
Assembly: OCI.DotNetSDK.Computecloudatcustomer.dll
Syntax
public class CccInfrastructureManagementNodeProperties
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. |