Class OpsActionUpdateMacDeviceDetails
The data to update a MacDevice in MAC_DEVICE bucket.
Inherited Members
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