Master Target Server Response
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
fun MasterTargetServerResponse(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)