Package version:

Protection profile custom data details.

interface ProtectionContainerProperties {
    fabricFriendlyName?: string;
    fabricSpecificDetails?: ProtectionContainerFabricSpecificDetails;
    fabricType?: string;
    friendlyName?: string;
    pairingStatus?: string;
    protectedItemCount?: number;
    role?: string;
}

Properties

fabricFriendlyName?: string

Fabric friendly name.

Fabric specific details.

fabricType?: string

The fabric type.

friendlyName?: string

The name.

pairingStatus?: string

The pairing status of this cloud.

protectedItemCount?: number

Number of protected PEs.

role?: string

The role of this cloud.