toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.privatedns.kotlin.outputs
/
ResolverForwardingRuleTargetDnsServer
Resolver
Forwarding
Rule
Target
Dns
Server
data
class
ResolverForwardingRuleTargetDnsServer
(
val
ipAddress
:
String
,
val
port
:
Int
?
=
null
)
Members
Constructors
Resolver
Forwarding
Rule
Target
Dns
Server
Link copied to clipboard
constructor
(
ipAddress
:
String
,
port
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ip
Address
Link copied to clipboard
val
ipAddress
:
String
DNS server IP address.
port
Link copied to clipboard
val
port
:
Int
?
=
null
DNS server port.