CacheNodeProperty interface
Model representing an Mcc cache node connectedCache resource
Properties
| additional |
Mcc cache node resource additional properties. |
| cache |
Mcc cache node resource (cache node entity). |
| error | Mcc response error details. |
| provisioning |
The provisioned state of the resource |
| status | HTTP error status code. |
| status |
Mcc response status code. |
| status |
Mcc response status details for retrieving response inner details. |
| status |
Mcc response status text as string for retrieving status details. |
Property Details
additionalCacheNodeProperties
Mcc cache node resource additional properties.
additionalCacheNodeProperties?: AdditionalCacheNodeProperties
Property Value
cacheNode
Mcc cache node resource (cache node entity).
cacheNode?: CacheNodeEntity
Property Value
error
provisioningState
The provisioned state of the resource
provisioningState?: string
Property Value
string
status
HTTP error status code.
status?: string
Property Value
string
statusCode
Mcc response status code.
statusCode?: string
Property Value
string
statusDetails
Mcc response status details for retrieving response inner details.
statusDetails?: string
Property Value
string
statusText
Mcc response status text as string for retrieving status details.
statusText?: string
Property Value
string