DevicePool

Represents a collection of device types.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The device pool's ARN.

Link copied to clipboard

The device pool's description.

Link copied to clipboard

The number of devices that Device Farm can add to your device pool. Device Farm adds devices that are available and meet the criteria that you assign for the rules parameter. Depending on how many devices meet these constraints, your device pool might contain fewer devices than the value for this parameter.

Link copied to clipboard
val name: String?

The device pool's name.

Link copied to clipboard
val rules: List<Rule>?

Information about the device pool's rules.

Link copied to clipboard

The device pool's type.

Functions

Link copied to clipboard
inline fun copy(block: DevicePool.Builder.() -> Unit = {}): DevicePool
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String