GetNestServiceInstancesFilter

data class GetNestServiceInstancesFilter(val name: String? = null, val values: List<String>? = null) : ConvertibleToJava<GetNestServiceInstancesFilter>

Constructors

Link copied to clipboard
fun GetNestServiceInstancesFilter(name: String? = null, values: List<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetNestServiceInstancesFilter

Properties

Link copied to clipboard
val name: String? = null

The name of the filter. Valid Values: Name, ServiceInstanceName, ServiceInstanceId, ServiceId, Version, Status, DeployType, ServiceType, OperationStartTimeBefore, OperationStartTimeAfter, OperationEndTimeBefore, OperationEndTimeAfter, OperatedServiceInstanceId, OperationServiceInstanceId, EnableInstanceOps.

Link copied to clipboard
val values: List<String>? = null

Set of values that are accepted for the given field.