AzureWorkloadContainerExtendedInfoResponse

data class AzureWorkloadContainerExtendedInfoResponse(val hostServerName: String? = null, val inquiryInfo: InquiryInfoResponse? = null, val nodesList: List<DistributedNodesInfoResponse>? = null)

Extended information of the container.

Constructors

constructor(hostServerName: String? = null, inquiryInfo: InquiryInfoResponse? = null, nodesList: List<DistributedNodesInfoResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hostServerName: String? = null

Host Os Name in case of Stand Alone and Cluster Name in case of distributed container.

Link copied to clipboard

Inquiry Status for the container.

Link copied to clipboard

List of the nodes in case of distributed container.