NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
VpcStatusReason (schema)
Reason for a given status of the VPC Subnet
| Name | Description | Type | Notes |
|---|---|---|---|
| additional_details | Additional error details that would help understand the reason of failure. | array of VpcStatusAdditionalDetails | |
| code | Reason code for the realization of the object. | integer | |
| description | Brief description of the reason of success/failure/warning. | string | |
| message | Detailed messages/suggestions about error and remediation. | array of string | |
| results | Reason for success/failure of realization of the intent | string | Enum: SUCCESS, FAILED, WARNING |