PeerSiteInfo

PeerSiteInfo
PeerSiteInfo

Represents information for a peer site.

AllOf
This class requires all of the following:
JSON Example
{
    "apiThumbprint": "SHA-256:DB:CA:47:F1:50:66:7C:8C:B1:03:85:94:3D:F7:F5:12:DE:6A:9F:7E:83:4A:0B:84:03:09:19:C6:E0:0E:0C:5B",
    "apiUrl": "https://address:8048",
    "description": "some description",
    "site": "site1",
    "apiPublicUrl": "https://vcdainstance.com:8048",
    "apiVersion": "4.6",
    "buildVersion": "4.5.0.5226630-ab9eb01ccb",
    "isLocal": true,
    "state": {
        "incomingCommError": {
            "args": [],
            "code": "Forbidden",
            "msg": "Permission denied.",
            "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
        },
        "outgoingCommError": {
            "args": [],
            "code": "Forbidden",
            "msg": "Permission denied.",
            "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
        }
    }
}
string
apiPublicUrl
Optional

The public URL of the site.

string
apiVersion
Optional

The API version.

string
buildVersion
Optional

The build number.

boolean
isLocal
Optional

Indicates whether the site is local.

state
Optional

state