[{"label":"Latest (1.0.0alpha)","version":"latest"}]
vcdr

ProtectedSiteDetails

Detailed information about protected sites.


Properties

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_UNKNOWNPROTECTED_SITE_TYPE_ON_PREMPROTECTED_SITE_TYPE_VMC

JSON Example

{
	"id": "string",
	"name": "string",
	"type": "PROTECTED_SITE_TYPE_UNKNOWN"
}
[{"label":"Latest (1.0.0alpha)","version":"latest"}]
vcdr
Returned By

Get Protected Site Details

Feedback

Was this page helpful?