pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hanaonazure.kotlin.inputs
/
IpAddressArgs
Ip
Address
Args
data
class
IpAddressArgs
(
val
ipAddress
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
IpAddressArgs
>
Specifies the IP address of the network interface.
Constructors
Functions
Properties
Constructors
Ip
Address
Args
Link copied to clipboard
fun
IpAddressArgs
(
ipAddress
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
IpAddressArgs
Properties
ip
Address
Link copied to clipboard
val
ipAddress
:
Output
<
String
>
?
=
null
Specifies the IP address of the network interface.