117 строки
8.8 KiB
YAML
117 строки
8.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings"
|
|
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings"
|
|
name: "DnsSettings"
|
|
nameWithType: "DnsSettings"
|
|
summary: "DNS Proxy settings for Firewall."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **DnsSettings**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings.DnsSettings()"
|
|
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings.DnsSettings()"
|
|
name: "DnsSettings()"
|
|
nameWithType: "DnsSettings.DnsSettings()"
|
|
summary: "Creates an instance of Dns<wbr>Settings class."
|
|
syntax: "public DnsSettings()"
|
|
desc: "Creates an instance of DnsSettings class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings.dnsServers()"
|
|
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings.dnsServers()"
|
|
name: "dnsServers()"
|
|
nameWithType: "DnsSettings.dnsServers()"
|
|
summary: "Get the dns<wbr>Servers property: List of IPs associated with the Firewall."
|
|
syntax: "public List<IpAddress> dnsServers()"
|
|
desc: "Get the dnsServers property: List of IPs associated with the Firewall."
|
|
returns:
|
|
description: "the dnsServers value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.models.IpAddress?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.models.IpAddress&text=IpAddress\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings.enableDnsProxy()"
|
|
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings.enableDnsProxy()"
|
|
name: "enableDnsProxy()"
|
|
nameWithType: "DnsSettings.enableDnsProxy()"
|
|
summary: "Get the enable<wbr>Dns<wbr>Proxy property: Enable DNS proxy, disabled by default."
|
|
syntax: "public DnsProxy enableDnsProxy()"
|
|
desc: "Get the enableDnsProxy property: Enable DNS proxy, disabled by default."
|
|
returns:
|
|
description: "the enableDnsProxy value."
|
|
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsProxy?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsProxy&text=DnsProxy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings.enabledDnsType()"
|
|
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings.enabledDnsType()"
|
|
name: "enabledDnsType()"
|
|
nameWithType: "DnsSettings.enabledDnsType()"
|
|
summary: "Get the enabled<wbr>Dns<wbr>Type property: Enabled DNS proxy type, disabled by default."
|
|
syntax: "public EnabledDnsType enabledDnsType()"
|
|
desc: "Get the enabledDnsType property: Enabled DNS proxy type, disabled by default."
|
|
returns:
|
|
description: "the enabledDnsType value."
|
|
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.models.EnabledDnsType?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.models.EnabledDnsType&text=EnabledDnsType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings.validate()"
|
|
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DnsSettings.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings.withDnsServers(java.util.List<com.azure.resourcemanager.paloaltonetworks.ngfw.models.IpAddress>)"
|
|
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings.withDnsServers(List<IpAddress> dnsServers)"
|
|
name: "withDnsServers(List<IpAddress> dnsServers)"
|
|
nameWithType: "DnsSettings.withDnsServers(List<IpAddress> dnsServers)"
|
|
summary: "Set the dns<wbr>Servers property: List of IPs associated with the Firewall."
|
|
parameters:
|
|
- description: "the dnsServers value to set."
|
|
name: "dnsServers"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.models.IpAddress?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.models.IpAddress&text=IpAddress\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public DnsSettings withDnsServers(List<IpAddress> dnsServers)"
|
|
desc: "Set the dnsServers property: List of IPs associated with the Firewall."
|
|
returns:
|
|
description: "the DnsSettings object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings&text=DnsSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings.withEnableDnsProxy(com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsProxy)"
|
|
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings.withEnableDnsProxy(DnsProxy enableDnsProxy)"
|
|
name: "withEnableDnsProxy(DnsProxy enableDnsProxy)"
|
|
nameWithType: "DnsSettings.withEnableDnsProxy(DnsProxy enableDnsProxy)"
|
|
summary: "Set the enable<wbr>Dns<wbr>Proxy property: Enable DNS proxy, disabled by default."
|
|
parameters:
|
|
- description: "the enableDnsProxy value to set."
|
|
name: "enableDnsProxy"
|
|
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsProxy?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsProxy&text=DnsProxy\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DnsSettings withEnableDnsProxy(DnsProxy enableDnsProxy)"
|
|
desc: "Set the enableDnsProxy property: Enable DNS proxy, disabled by default."
|
|
returns:
|
|
description: "the DnsSettings object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings&text=DnsSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings.withEnabledDnsType(com.azure.resourcemanager.paloaltonetworks.ngfw.models.EnabledDnsType)"
|
|
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings.withEnabledDnsType(EnabledDnsType enabledDnsType)"
|
|
name: "withEnabledDnsType(EnabledDnsType enabledDnsType)"
|
|
nameWithType: "DnsSettings.withEnabledDnsType(EnabledDnsType enabledDnsType)"
|
|
summary: "Set the enabled<wbr>Dns<wbr>Type property: Enabled DNS proxy type, disabled by default."
|
|
parameters:
|
|
- description: "the enabledDnsType value to set."
|
|
name: "enabledDnsType"
|
|
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.models.EnabledDnsType?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.models.EnabledDnsType&text=EnabledDnsType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DnsSettings withEnabledDnsType(EnabledDnsType enabledDnsType)"
|
|
desc: "Set the enabledDnsType property: Enabled DNS proxy type, disabled by default."
|
|
returns:
|
|
description: "the DnsSettings object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings&text=DnsSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "DNS Proxy settings for Firewall."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.paloaltonetworks.ngfw.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-paloaltonetworks-ngfw:1.1.0
|