CacheNodeOldResponseArgs

data class CacheNodeOldResponseArgs(val statusCode: Output<String>? = null, val statusDetails: Output<String>? = null, val statusText: Output<String>? = null) : ConvertibleToJava<CacheNodeOldResponseArgs>

Model representing Cache Node for ConnectedCache resource

Constructors

Link copied to clipboard
constructor(statusCode: Output<String>? = null, statusDetails: Output<String>? = null, statusText: Output<String>? = null)

Properties

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

statusCode used to get code details of Mcc response object

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

statusDetails used to get inner details of Mcc response object

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

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

Functions

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