CacheNodePropertyResponse

data class CacheNodePropertyResponse(val additionalCacheNodeProperties: AdditionalCacheNodePropertiesResponse? = null, val cacheNode: CacheNodeEntityResponse? = null, val error: ErrorDetailResponse? = null, val provisioningState: String, val status: String, val statusCode: String? = null, val statusDetails: String? = null, val statusText: String? = null)

Model representing an Mcc cache node connectedCache resource

Constructors

Link copied to clipboard
constructor(additionalCacheNodeProperties: AdditionalCacheNodePropertiesResponse? = null, cacheNode: CacheNodeEntityResponse? = null, error: ErrorDetailResponse? = null, provisioningState: String, status: String, statusCode: String? = null, statusDetails: String? = null, statusText: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Mcc cache node resource additional properties.

Link copied to clipboard

Mcc cache node resource (cache node entity).

Link copied to clipboard

Mcc response error details.

Link copied to clipboard

The provisioned state of the resource

Link copied to clipboard

HTTP error status code.

Link copied to clipboard
val statusCode: String? = null

Mcc response status code.

Link copied to clipboard
val statusDetails: String? = null

Mcc response status details for retrieving response inner details.

Link copied to clipboard
val statusText: String? = null

Mcc response status text as string for retrieving status details.