toggle menu
pulumi-cloudflare-kotlin
6.2.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
AccountTokenConditionRequestIp
Account
Token
Condition
Request
Ip
data
class
AccountTokenConditionRequestIp
(
val
ins
:
List
<
String
>
?
=
null
,
val
notIns
:
List
<
String
>
?
=
null
)
Members
Constructors
Account
Token
Condition
Request
Ip
Link copied to clipboard
constructor
(
ins
:
List
<
String
>
?
=
null
,
notIns
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ins
Link copied to clipboard
val
ins
:
List
<
String
>
?
=
null
List of IPv4/IPv6 CIDR addresses.
not
Ins
Link copied to clipboard
val
notIns
:
List
<
String
>
?
=
null
List of IPv4/IPv6 CIDR addresses.