Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateResolverEndpointDetails

The body for defining a new resolver endpoint.

*Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Properties

endpointType

endpointType: string

Optional forwardingAddress

forwardingAddress: undefined | string

An IP address from which forwarded queries may be sent. For VNIC endpoints, this IP address must be part of the subnet and will be assigned by the system if unspecified when isForwarding is true.

isForwarding

isForwarding: boolean

A Boolean flag indicating whether or not the resolver endpoint is for forwarding.

isListening

isListening: boolean

A Boolean flag indicating whether or not the resolver endpoint is for listening.

Optional listeningAddress

listeningAddress: undefined | string

An IP address to listen to queries on. For VNIC endpoints this IP address must be part of the subnet and will be assigned by the system if unspecified when isListening is true.

name

name: string

The name of the resolver endpoint. Must be unique, case-insensitive, within the resolver.

Functions

getDeserializedJsonObj

getJsonObj