Package version:

Reprotect agent details.

interface ReprotectAgentDetails {
    accessibleDatastores?: string[];
    biosId?: string;
    fabricObjectId?: string;
    fqdn?: string;
    health?: string;
    healthErrors?: HealthError[];
    id?: string;
    lastDiscoveryInUtc?: any;
    lastHeartbeatUtc?: any;
    name?: string;
    protectedItemCount?: number;
    vcenterId?: string;
    version?: string;
}

Properties

accessibleDatastores?: string[]

The list of accessible datastores fetched from discovery. NOTE: This property will not be serialized. It can only be populated by the server.

biosId?: string

The reprotect agent Bios Id. NOTE: This property will not be serialized. It can only be populated by the server.

fabricObjectId?: string

The fabric object Id. NOTE: This property will not be serialized. It can only be populated by the server.

fqdn?: string

The reprotect agent Fqdn. NOTE: This property will not be serialized. It can only be populated by the server.

health?: string

The health of the reprotect agent. NOTE: This property will not be serialized. It can only be populated by the server.

healthErrors?: HealthError[]

The health errors. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

The reprotect agent Id. NOTE: This property will not be serialized. It can only be populated by the server.

lastDiscoveryInUtc?: any

The last time when SDS information discovered in SRS. NOTE: This property will not be serialized. It can only be populated by the server.

lastHeartbeatUtc?: any

The last heartbeat received from the reprotect agent. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The reprotect agent name. NOTE: This property will not be serialized. It can only be populated by the server.

protectedItemCount?: number

The protected item count. NOTE: This property will not be serialized. It can only be populated by the server.

vcenterId?: string

The Vcenter Id. NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

The version. NOTE: This property will not be serialized. It can only be populated by the server.