Show / Hide Table of Contents

Class OpsActionUpdateMacDeviceDetails

The data to update a MacDevice in MAC_DEVICE bucket.

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

Properties

IpAddress

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

The IP address assigned to the MacDevice.

LifecycleState

Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(StringEnumConverter))]
public OpsActionUpdateMacDeviceDetails.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type Description
OpsActionUpdateMacDeviceDetails.LifecycleStateEnum?

The current status of the MacDevice.

Remarks

Required

In this article
Back to top