Class UpdateNodeConfigDetails
The data to update a new NodeConfig.
Inherited Members
Namespace: Oci.MngdmacService.Models
Assembly: OCI.DotNetSDK.Mngdmac.dll
Syntax
public class UpdateNodeConfigDetails
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
[JsonProperty(PropertyName = "macAddress")]
public string MacAddress { get; set; }
Property Value
Type | Description |
---|---|
string | The macAddress. |
MacOrderId
Declaration
[JsonProperty(PropertyName = "macOrderId")]
public string MacOrderId { get; set; }
Property Value
Type | Description |
---|---|
string | The macOrderId. |
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. |
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. |