Show / Hide Table of Contents

Class NodeConfig

Represents a MacDevice resource.

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

Properties

BuildIpAddress

Declaration
[Required(ErrorMessage = "BuildIpAddress is required.")]
[JsonProperty(PropertyName = "buildIpAddress")]
public string BuildIpAddress { get; set; }
Property Value
Type Description
string

The buildIpAddress.

Remarks

Required

BuildVlanId

Declaration
[Required(ErrorMessage = "BuildVlanId is required.")]
[JsonProperty(PropertyName = "buildVlanId")]
public int? BuildVlanId { get; set; }
Property Value
Type Description
int?

The buildVlanId.

Remarks

Required

ChipSet

Declaration
[Required(ErrorMessage = "ChipSet is required.")]
[JsonProperty(PropertyName = "chipSet")]
public string ChipSet { get; set; }
Property Value
Type Description
string

The chipSetn.

Remarks

Required

IpKvmHostname

Declaration
[Required(ErrorMessage = "IpKvmHostname is required.")]
[JsonProperty(PropertyName = "ipKvmHostname")]
public string IpKvmHostname { get; set; }
Property Value
Type Description
string

The ipKvmHostname.

Remarks

Required

IpKvmPortNumber

Declaration
[Required(ErrorMessage = "IpKvmPortNumber is required.")]
[JsonProperty(PropertyName = "ipKvmPortNumber")]
public int? IpKvmPortNumber { get; set; }
Property Value
Type Description
int?

The ipKvmPortNumber.

Remarks

Required

MacAddress

Declaration
[Required(ErrorMessage = "MacAddress is required.")]
[JsonProperty(PropertyName = "macAddress")]
public string MacAddress { get; set; }
Property Value
Type Description
string

The macAddress.

Remarks

Required

MacOrderId

Declaration
[Required(ErrorMessage = "MacOrderId is required.")]
[JsonProperty(PropertyName = "macOrderId")]
public string MacOrderId { get; set; }
Property Value
Type Description
string

The macOrderId.

Remarks

Required

OsVersion

Declaration
[Required(ErrorMessage = "OsVersion is required.")]
[JsonProperty(PropertyName = "osVersion")]
public string OsVersion { get; set; }
Property Value
Type Description
string

The osVersion.

Remarks

Required

PduHostname

Declaration
[Required(ErrorMessage = "PduHostname is required.")]
[JsonProperty(PropertyName = "pduHostname")]
public string PduHostname { get; set; }
Property Value
Type Description
string

The pduHostname.

Remarks

Required

PduPort

Declaration
[Required(ErrorMessage = "PduPort is required.")]
[JsonProperty(PropertyName = "pduPort")]
public int? PduPort { get; set; }
Property Value
Type Description
int?

The pduPort.

Remarks

Required

ProdIpAddress

Declaration
[Required(ErrorMessage = "ProdIpAddress is required.")]
[JsonProperty(PropertyName = "prodIpAddress")]
public string ProdIpAddress { get; set; }
Property Value
Type Description
string

The prodIpAddress.

Remarks

Required

ProdVlanId

Declaration
[Required(ErrorMessage = "ProdVlanId is required.")]
[JsonProperty(PropertyName = "prodVlanId")]
public int? ProdVlanId { get; set; }
Property Value
Type Description
int?

The prodVlanId.

Remarks

Required

RackLocation

Declaration
[Required(ErrorMessage = "RackLocation is required.")]
[JsonProperty(PropertyName = "rackLocation")]
public string RackLocation { get; set; }
Property Value
Type Description
string

The rackLocation.

Remarks

Required

SerialNumber

Declaration
[Required(ErrorMessage = "SerialNumber is required.")]
[JsonProperty(PropertyName = "serialNumber")]
public string SerialNumber { get; set; }
Property Value
Type Description
string

The serial number of the MacDevice.

Remarks

Required

SwitchEthPort

Declaration
[Required(ErrorMessage = "SwitchEthPort is required.")]
[JsonProperty(PropertyName = "switchEthPort")]
public string SwitchEthPort { get; set; }
Property Value
Type Description
string

The switchEthPort.

Remarks

Required

SwitchHostname

Declaration
[Required(ErrorMessage = "SwitchHostname is required.")]
[JsonProperty(PropertyName = "switchHostname")]
public string SwitchHostname { get; set; }
Property Value
Type Description
string

The switchHostname.

Remarks

Required

TenancyId

Declaration
[Required(ErrorMessage = "TenancyId is required.")]
[JsonProperty(PropertyName = "tenancyId")]
public string TenancyId { get; set; }
Property Value
Type Description
string

The tenancyId.

Remarks

Required

In this article
Back to top