AzureWorkloadContainerExtendedInfoArgs

data class AzureWorkloadContainerExtendedInfoArgs(val hostServerName: Output<String>? = null, val inquiryInfo: Output<InquiryInfoArgs>? = null, val nodesList: Output<List<DistributedNodesInfoArgs>>? = null) : ConvertibleToJava<AzureWorkloadContainerExtendedInfoArgs>

Extended information of the container.

Constructors

Link copied to clipboard
constructor(hostServerName: Output<String>? = null, inquiryInfo: Output<InquiryInfoArgs>? = null, nodesList: Output<List<DistributedNodesInfoArgs>>? = null)

Properties

Link copied to clipboard
val hostServerName: Output<String>? = null

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

Link copied to clipboard
val inquiryInfo: Output<InquiryInfoArgs>? = null

Inquiry Status for the container.

Link copied to clipboard

List of the nodes in case of distributed container.

Functions

Link copied to clipboard
open override fun toJava(): AzureWorkloadContainerExtendedInfoArgs