Show / Hide Table of Contents

Class OpsActionCreateMacDeviceDetails

The data to create a MacDevice in MAC_DEVICE bucket.

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

Properties

IpAddress

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

The IP address assigned to the MacDevice.

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

In this article
Back to top