toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.azurelargeinstance.kotlin.inputs
/
IpAddressArgs
Ip
Address
Args
data
class
IpAddressArgs
(
val
ipAddress
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
IpAddressArgs
>
Specifies the IP address of the network interface.
Members
Constructors
Ip
Address
Args
Link copied to clipboard
constructor
(
ipAddress
:
Output
<
String
>
?
=
null
)
Properties
ip
Address
Link copied to clipboard
val
ipAddress
:
Output
<
String
>
?
=
null
Specifies the IP address of the network interface.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
IpAddressArgs