Get Isp Cache Nodes Operation Cache Node Install Details Result
data class GetIspCacheNodesOperationCacheNodeInstallDetailsResult(val id: String, val location: String, val name: String, val properties: CacheNodeInstallPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Mcc cache node resource all install details.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, properties: CacheNodeInstallPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)