Class UpdateDhcpOptionsRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class UpdateDhcpOptionsRequest : IOciRequest
Examples
Click here to see an example of how to use UpdateDhcpOptions request.
Properties
DhcpId
Declaration
[Required(ErrorMessage = "DhcpId is required.")]
[HttpConverter(TargetEnum.Path, "dhcpId")]
public string DhcpId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID for the set of DHCP options. |
Remarks
Required
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }
Property Value
Type | Description |
---|---|
string | For optimistic concurrency control. In the PUT or DELETE call for a resource, set the |
UpdateDhcpDetails
Declaration
[Required(ErrorMessage = "UpdateDhcpDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public UpdateDhcpDetails UpdateDhcpDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateDhcpDetails | Request object for updating a set of DHCP options. |
Remarks
Required