DatabaseResponse

Describes a database in a Fleet Advisor collector inventory.

Types

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

Properties

Link copied to clipboard

A list of collectors associated with the database.

Link copied to clipboard

The ID of a database in a Fleet Advisor collector inventory.

Link copied to clipboard

The name of a database in a Fleet Advisor collector inventory.

Link copied to clipboard

The IP address of a database in a Fleet Advisor collector inventory.

Link copied to clipboard

The number of schemas in a Fleet Advisor collector inventory database.

Link copied to clipboard

The server name of a database in a Fleet Advisor collector inventory.

Link copied to clipboard

The software details of a database in a Fleet Advisor collector inventory, such as database engine and version.

Functions

Link copied to clipboard
inline fun copy(block: DatabaseResponse.Builder.() -> Unit = {}): DatabaseResponse
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