Class VPCDNS
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.VPCDNS
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VPCDNS
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The DNS configuration for this VPC.
-
Method Summary
Modifier and TypeMethodDescriptionGets the resolutionBindingCount.Gets the resolver.Gets the enableHub.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
isEnableHub
Gets the enableHub. Indicates whether this VPC is enabled as a DNS name resolution hub.- Returns:
- the enableHub
-
getResolutionBindingCount
Gets the resolutionBindingCount. The number of DNS resolution bindings for this VPC.- Returns:
- the resolutionBindingCount
-
getResolver
Gets the resolver. The DNS resolver configuration for the VPC.- Returns:
- the resolver
-