toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.vmwarecloudsimple.kotlin.inputs
/
GuestOSNICCustomizationArgs
/
GuestOSNICCustomizationArgs
Guest
OSNICCustomization
Args
constructor
(
allocation
:
Output
<
String
>
?
=
null
,
dnsServers
:
Output
<
List
<
String
>
>
?
=
null
,
gateway
:
Output
<
List
<
String
>
>
?
=
null
,
ipAddress
:
Output
<
String
>
?
=
null
,
mask
:
Output
<
String
>
?
=
null
,
primaryWinsServer
:
Output
<
String
>
?
=
null
,
secondaryWinsServer
:
Output
<
String
>
?
=
null
)