Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.model | |
com.oracle.bmc.dns.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<ResolverEndpointSummary> |
DnsPaginators.listResolverEndpointsRecordIterator(ListResolverEndpointsRequest request)
Creates a new iterable which will iterate over the
ResolverEndpointSummary objects contained in responses from the
listResolverEndpoints operation. |
Modifier and Type | Class and Description |
---|---|
class |
ResolverVnicEndpointSummary
An OCI DNS resolver VNIC endpoint.
|
Modifier and Type | Method and Description |
---|---|
List<ResolverEndpointSummary> |
Resolver.getEndpoints()
Read-only array of endpoints for the resolver.
|
Modifier and Type | Method and Description |
---|---|
Resolver.Builder |
Resolver.Builder.endpoints(List<ResolverEndpointSummary> endpoints)
Read-only array of endpoints for the resolver.
|
Constructor and Description |
---|
Resolver(String compartmentId,
String attachedVcnId,
String displayName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String id,
Date timeCreated,
Date timeUpdated,
Resolver.LifecycleState lifecycleState,
String self,
String defaultViewId,
Boolean isProtected,
List<ResolverEndpointSummary> endpoints,
List<AttachedView> attachedViews,
List<ResolverRule> rules)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ResolverEndpointSummary> |
ListResolverEndpointsResponse.getItems()
A list of
com.oracle.bmc.dns.model.ResolverEndpointSummary instances. |
Modifier and Type | Method and Description |
---|---|
ListResolverEndpointsResponse.Builder |
ListResolverEndpointsResponse.Builder.items(List<ResolverEndpointSummary> items)
A list of
com.oracle.bmc.dns.model.ResolverEndpointSummary instances. |
Copyright © 2016–2024. All rights reserved.