Class DhcpDnsOption
DHCP option for specifying how DNS (hostname resolution) is handled in the subnets in the VCN. For more information, see DNS in Your Virtual Cloud Network.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class DhcpDnsOption : DhcpOption
Properties
CustomDnsServers
Declaration
[JsonProperty(PropertyName = "customDnsServers")]
public List<string> CustomDnsServers { get; set; }
Property Value
Type | Description |
---|---|
List<string> | If you set |
ServerType
Declaration
[Required(ErrorMessage = "ServerType is required.")]
[JsonProperty(PropertyName = "serverType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DhcpDnsOption.ServerTypeEnum? ServerType { get; set; }
Property Value
Type | Description |
---|---|
DhcpDnsOption.ServerTypeEnum? |
|
Remarks
Required