GetInstancesInstance

data class GetInstancesInstance(val endDate: Int, val id: String, val inDebt: Int, val instanceId: String, val remainDay: Int, val status: Int, val subscriptionType: String, val trial: Int)

Constructors

Link copied to clipboard
constructor(endDate: Int, id: String, inDebt: Int, instanceId: String, remainDay: Int, status: Int, subscriptionType: String, trial: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp (in seconds) indicating when the WAF instance expires.

Link copied to clipboard
val id: String

The ID of the WAF instance.

Link copied to clipboard
val inDebt: Int

Indicates whether the WAF instance has overdue payments.

Link copied to clipboard

The ID of WAF the instance.

Link copied to clipboard

The number of days before the trial period of the WAF instance expires.

Link copied to clipboard
val status: Int

The status of WAF instance to filter results. Optional value: 0: The instance has expired, 1 : The instance has not expired and is working properly.

Link copied to clipboard
Link copied to clipboard
val trial: Int

Indicates whether this is a trial instance.