toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.networksecurity.v1beta1.kotlin.inputs
/
GetRulePlainArgs
Get
Rule
Plain
Args
data
class
GetRulePlainArgs
(
val
gatewaySecurityPolicyId
:
String
,
val
location
:
String
,
val
project
:
String
?
=
null
,
val
ruleId
:
String
)
:
ConvertibleToJava
<
GetRulePlainArgs
>
Members
Constructors
Get
Rule
Plain
Args
Link copied to clipboard
constructor
(
gatewaySecurityPolicyId
:
String
,
location
:
String
,
project
:
String
?
=
null
,
ruleId
:
String
)
Properties
gateway
Security
Policy
Id
Link copied to clipboard
val
gatewaySecurityPolicyId
:
String
location
Link copied to clipboard
val
location
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null
rule
Id
Link copied to clipboard
val
ruleId
:
String
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetRulePlainArgs