toggle menu
pulumi-cloudflare-kotlin
4.16.0.2
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.inputs
/
TeamsLocationNetworkArgs
Teams
Location
Network
Args
data
class
TeamsLocationNetworkArgs
(
val
id
:
Output
<
String
>
?
=
null
,
val
network
:
Output
<
String
>
)
:
ConvertibleToJava
<
TeamsLocationNetworkArgs
>
Members
Constructors
Teams
Location
Network
Args
Link copied to clipboard
constructor
(
id
:
Output
<
String
>
?
=
null
,
network
:
Output
<
String
>
)
Properties
id
Link copied to clipboard
val
id
:
Output
<
String
>
?
=
null
The ID of this resource.
network
Link copied to clipboard
val
network
:
Output
<
String
>
CIDR notation representation of the network IP.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TeamsLocationNetworkArgs