Show / Hide Table of Contents

Class DhcpOption

A single DHCP option according to RFC 1533. The two options available to use are {@link DhcpDnsOption} and {@link DhcpSearchDomainOption}. For more information, see DNS in Your Virtual Cloud Network and DHCP Options.

Inheritance
object
DhcpOption
DhcpDnsOption
DhcpSearchDomainOption
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
[JsonConverter(typeof(DhcpOptionModelConverter))]
public class DhcpOption
In this article
Back to top