Azure Workload Container Extended Info Response
data class AzureWorkloadContainerExtendedInfoResponse(val hostServerName: String? = null, val inquiryInfo: InquiryInfoResponse? = null, val nodesList: List<DistributedNodesInfoResponse>? = null)
Extended information of the container.
Constructors
Link copied to clipboard
constructor(hostServerName: String? = null, inquiryInfo: InquiryInfoResponse? = null, nodesList: List<DistributedNodesInfoResponse>? = null)