toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.compute.kotlin.inputs
/
GetNestServiceInstancesFilter
Get
Nest
Service
Instances
Filter
data
class
GetNestServiceInstancesFilter
(
val
name
:
String
?
=
null
,
val
values
:
List
<
String
>
?
=
null
)
:
ConvertibleToJava
<
GetNestServiceInstancesFilter
>
Members
Constructors
Get
Nest
Service
Instances
Filter
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
values
:
List
<
String
>
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
The name of the service.
values
Link copied to clipboard
val
values
:
List
<
String
>
?
=
null
Set of values that are accepted for the given field.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetNestServiceInstancesFilter