Package com.ibm.cloud.is.vpc.v1.model
Interface VPCDNSResolver.Configuration
-
- Enclosing class:
- VPCDNSResolver
public static interface VPCDNSResolver.Configuration
The configuration of the system DNS resolver for this VPC. - `custom_resolver`: A custom DNS resolver is configured for this VPC. - `private_resolver`: A private DNS resolver is configured for this VPC. Applies when the VPC has either or both of the following: - at least one endpoint gateway residing in it - a [DNS Services](https://cloud.ibm.com/docs/dns-svcs) private zone configured for it - `default`: The provider default DNS resolvers are configured for this VPC. This system DNS resolver configuration is used when the VPC has: - no custom DNS resolver configured for it, and - no endpoint gateways residing in it, and - no [DNS Services](https://cloud.ibm.com/docs/dns-svcs) private zone configured for it.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CUSTOM_RESOLVER
custom_resolver.static String
PRIVATE_RESOLVER
private_resolver.static String
X_DEFAULT
default.
-
-
-
Field Detail
-
CUSTOM_RESOLVER
static final String CUSTOM_RESOLVER
custom_resolver.- See Also:
- Constant Field Values
-
X_DEFAULT
static final String X_DEFAULT
default.- See Also:
- Constant Field Values
-
PRIVATE_RESOLVER
static final String PRIVATE_RESOLVER
private_resolver.- See Also:
- Constant Field Values
-
-