ProtectedSiteDetails

ProtectedSiteDetails
ProtectedSiteDetails

Detailed information about protected sites.

JSON Example
{
    "id": "string",
    "name": "string",
    "type": "string"
}
string
id
Optional

The identifier of the protected site.

string
name
Optional

Name of the protected site.

type
Optional

The type of a protected site.

  • PROTECTED_SITE_TYPE_UNKNOWN: The type of the protected site is unknown.
  • PROTECTED_SITE_TYPE_ON_PREM: The protected site resides in a customer managed datacenter.
  • PROTECTED_SITE_TYPE_VMC: The protected site resides in a VMware Cloud (VMC) on AWS datacenter.

Possible values are : PROTECTED_SITE_TYPE_UNKNOWN, PROTECTED_SITE_TYPE_ON_PREM, PROTECTED_SITE_TYPE_VMC,