toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.azurestackhci.kotlin.inputs
/
InterfaceDNSSettingsArgs
Interface
DNSSettings
Args
data
class
InterfaceDNSSettingsArgs
(
val
dnsServers
:
Output
<
List
<
String
>
>
?
=
null
)
:
ConvertibleToJava
<
InterfaceDNSSettingsArgs
>
DNS Settings of the interface
Members
Constructors
Interface
DNSSettings
Args
Link copied to clipboard
constructor
(
dnsServers
:
Output
<
List
<
String
>
>
?
=
null
)
Properties
dns
Servers
Link copied to clipboard
val
dnsServers
:
Output
<
List
<
String
>
>
?
=
null
List of DNS server IP Addresses for the interface
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
InterfaceDNSSettingsArgs