Package | Description |
---|---|
com.oracle.bmc.dns.model |
Modifier and Type | Method and Description |
---|---|
AttachedView |
AttachedView.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AttachedView> |
Resolver.getAttachedViews()
The attached views.
|
Modifier and Type | Method and Description |
---|---|
AttachedView.Builder |
AttachedView.Builder.copy(AttachedView model) |
Modifier and Type | Method and Description |
---|---|
Resolver.Builder |
Resolver.Builder.attachedViews(List<AttachedView> attachedViews)
The attached views.
|
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.
|
Copyright © 2016–2024. All rights reserved.