NSX-T Data Center REST API
VirtualPrivateCloudStatus (type)
{
"additionalProperties": false,
"description": "Stores the information related to onboard and offboard status of virtual private cloud.",
"extends": {
"$ref": "Resource
},
"id": "VirtualPrivateCloudStatus",
"module_id": "CloudServiceManager",
"properties": {
"_links": {
"description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
"items": {
"$ref": "ResourceLink
},
"readonly": true,
"title": "References related to this resource",
"type": "array"
},
"_schema": {
"readonly": true,
"title": "Schema for this resource",
"type": "string"
},
"_self": {
"$ref": "SelfResourceLink,
"readonly": true,
"title": "Link to this resource"
},
"error_code": {
"description": "Error code related to virtual private cloud Onboard/Offboard failure.",
"readonly": true,
"required": false,
"title": "Error Code",
"type": "integer"
},
"error_message": {
"description": "Error message related to virtual private cloud Onboard/Offboard failure.",
"readonly": true,
"required": false,
"title": "Error Message",
"type": "string"
},
"offboard_step": {
"description": "Stores the different states of virtual private cloud while offboarding from a transit virtual private cloud.",
"enum": [
"UNCONFIGURING_GATEWAY",
"DELETING_SECURITY_GROUPS",
"OFFBOARD_SUCCESSFUL",
"OFFBOARD_FAILED",
"NOT_APPLICABLE"
],
"readonly": true,
"required": false,
"title": "States of Virtual Private Cloud While OffBoard",
"type": "string"
},
"onboard_step": {
"description": "Stores the different states of virtual private cloud while onboarding using a transit virtual private cloud.",
"enum": [
"VALIDATING_ENVIRONMENT",
"CREATING_SECURITY_GROUPS",
"CONFIGURING_GATEWAY",
"ONBOARD_SUCCESSFUL",
"ONBOARD_FAILED",
"NOT_APPLICABLE"
],
"readonly": true,
"required": false,
"title": "States of Virtual Private Cloud While Onboard",
"type": "string"
},
"status": {
"description": "Indicates the status of a virtual private cloud. UP: virtual private cloud is NSX managed. DOWN: virtual private cloud is NSX managed with errors. ONBOARDING: virtual private cloud is in the process of onboarding using a transit virtual private cloud. OFFBOARDING: virtual private cloud is in the process of offboarding from a transit virtual private cloud. NOT_APPLICABLE: virtual private cloud is NSX unmanaged.",
"enum": [
"UP",
"DOWN",
"ONBOARDING",
"OFFBOARDING",
"NOT_APPLICABLE"
],
"readonly": true,
"required": false,
"title": "Virtual Private Cloud Status",
"type": "string"
},
"virtual_private_cloud_name": {
"description": "Name of the transit virtual private cloud.",
"readonly": true,
"title": "Virtual Private Cloud Name",
"type": "string"
}
},
"title": "Virtual Private Cloud Status",
"type": "object"
}