Cache Node Old Response Response
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
Properties
Link copied to clipboard
The error details
Link copied to clipboard
The provisioned state of the resource
Link copied to clipboard
statusCode used to get code details of Mcc response object
Link copied to clipboard
statusDetails used to get inner details of Mcc response object
Link copied to clipboard
statusText used to get status details in string format of Mcc response object