MasterTargetServerResponse

data class MasterTargetServerResponse(val agentExpiryDate: String? = null, val agentVersion: String? = null, val agentVersionDetails: VersionDetailsResponse? = null, val dataStores: List<DataStoreResponse>? = null, val diskCount: Int? = null, val healthErrors: List<HealthErrorResponse>? = null, val id: String? = null, val ipAddress: String? = null, val lastHeartbeat: String? = null, val marsAgentExpiryDate: String? = null, val marsAgentVersion: String? = null, val marsAgentVersionDetails: VersionDetailsResponse? = null, val name: String? = null, val osType: String? = null, val osVersion: String? = null, val retentionVolumes: List<RetentionVolumeResponse>? = null, val validationErrors: List<HealthErrorResponse>? = null, val versionStatus: String? = null)

Details of a Master Target Server.

Constructors

Link copied to clipboard
constructor(agentExpiryDate: String? = null, agentVersion: String? = null, agentVersionDetails: VersionDetailsResponse? = null, dataStores: List<DataStoreResponse>? = null, diskCount: Int? = null, healthErrors: List<HealthErrorResponse>? = null, id: String? = null, ipAddress: String? = null, lastHeartbeat: String? = null, marsAgentExpiryDate: String? = null, marsAgentVersion: String? = null, marsAgentVersionDetails: VersionDetailsResponse? = null, name: String? = null, osType: String? = null, osVersion: String? = null, retentionVolumes: List<RetentionVolumeResponse>? = null, validationErrors: List<HealthErrorResponse>? = null, versionStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agentExpiryDate: String? = null

Agent expiry date.

Link copied to clipboard
val agentVersion: String? = null

The version of the scout component on the server.

Link copied to clipboard

Agent version details.

Link copied to clipboard

The list of data stores in the fabric.

Link copied to clipboard
val diskCount: Int? = null

Disk count of the master target.

Link copied to clipboard

Health errors.

Link copied to clipboard
val id: String? = null

The server Id.

Link copied to clipboard
val ipAddress: String? = null

The IP address of the server.

Link copied to clipboard
val lastHeartbeat: String? = null

The last heartbeat received from the server.

Link copied to clipboard

MARS agent expiry date.

Link copied to clipboard

MARS agent version.

Link copied to clipboard

Mars agent version details.

Link copied to clipboard
val name: String? = null

The server name.

Link copied to clipboard
val osType: String? = null

The OS type of the server.

Link copied to clipboard
val osVersion: String? = null

OS Version of the master target.

Link copied to clipboard

The retention volumes of Master target Server.

Link copied to clipboard

Validation errors.

Link copied to clipboard
val versionStatus: String? = null

Version status.