toggle menu
pulumi-cloudflare-kotlin
4.16.0.2
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.inputs
/
ListItemValueArgs
List
Item
Value
Args
data
class
ListItemValueArgs
(
val
ip
:
Output
<
String
>
?
=
null
,
val
redirects
:
Output
<
List
<
ListItemValueRedirectArgs
>
>
?
=
null
)
:
ConvertibleToJava
<
ListItemValueArgs
>
Members
Constructors
List
Item
Value
Args
Link copied to clipboard
constructor
(
ip
:
Output
<
String
>
?
=
null
,
redirects
:
Output
<
List
<
ListItemValueRedirectArgs
>
>
?
=
null
)
Properties
ip
Link copied to clipboard
val
ip
:
Output
<
String
>
?
=
null
redirects
Link copied to clipboard
val
redirects
:
Output
<
List
<
ListItemValueRedirectArgs
>
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ListItemValueArgs