CacheNodeOldResponseResponse

data class CacheNodeOldResponseResponse(val error: ErrorDetailResponse? = null, val provisioningState: String, val status: String, val statusCode: String? = null, val statusDetails: String? = null, val statusText: String? = null)

Model representing Cache Node for ConnectedCache resource

Constructors

Link copied to clipboard
constructor(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

The error details

Link copied to clipboard

The provisioned state of the resource

Link copied to clipboard

status of the HTTP error code

Link copied to clipboard
val statusCode: String? = null

statusCode used to get code details of Mcc response object

Link copied to clipboard
val statusDetails: String? = null

statusDetails used to get inner details of Mcc response object

Link copied to clipboard
val statusText: String? = null

statusText used to get status details in string format of Mcc response object