Show / Hide Table of Contents

Class CreateNodeConfigDetails

The data to create a new NodeConfig.

Inheritance
object
CreateNodeConfigDetails
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 CreateNodeConfigDetails

Properties

BuildIpAddress

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

The buildIpAddress.

BuildVlanId

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

The buildVlanId.

ChipSet

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

The chipSetn.

IpKvmHostname

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

The ipKvmHostname.

IpKvmPortNumber

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

The ipKvmPortNumber.

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
[JsonProperty(PropertyName = "osVersion")]
public string OsVersion { get; set; }
Property Value
Type Description
string

The osVersion.

PduHostname

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

The pduHostname.

PduPort

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

The pduPort.

ProdIpAddress

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

The prodIpAddress.

ProdVlanId

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

The prodVlanId.

RackLocation

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

The rackLocation.

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
[JsonProperty(PropertyName = "switchEthPort")]
public string SwitchEthPort { get; set; }
Property Value
Type Description
string

The switchEthPort.

SwitchHostname

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

The switchHostname.

TenancyId

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

The tenancyId.

In this article
Back to top