Class LocalDnsForwardDestination
java.lang.Object
com.azure.core.util.ExpandableStringEnum<LocalDnsForwardDestination>
com.azure.resourcemanager.containerservice.models.LocalDnsForwardDestination
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class LocalDnsForwardDestination
extends com.azure.core.util.ExpandableStringEnum<LocalDnsForwardDestination>
Destination server for DNS queries to be forwarded from localDNS.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LocalDnsForwardDestinationStatic value ClusterCoreDNS for LocalDnsForwardDestination.static final LocalDnsForwardDestinationStatic value VnetDNS for LocalDnsForwardDestination. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalDnsForwardDestinationfromString(String name) Creates or finds a LocalDnsForwardDestination from its string representation.static Collection<LocalDnsForwardDestination> values()Gets known LocalDnsForwardDestination values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
CLUSTER_CORE_DNS
Static value ClusterCoreDNS for LocalDnsForwardDestination. -
VNET_DNS
Static value VnetDNS for LocalDnsForwardDestination.
-
-
Constructor Details
-
LocalDnsForwardDestination
Deprecated.Use thefromString(String)factory method.Creates a new instance of LocalDnsForwardDestination value.
-
-
Method Details
-
fromString
Creates or finds a LocalDnsForwardDestination from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding LocalDnsForwardDestination.
-
values
Gets known LocalDnsForwardDestination values.- Returns:
- known LocalDnsForwardDestination values.
-
fromString(String)factory method.