Package version:

Status of storage pool / AVS connection

interface AvsStatus {
    avsEnabled: boolean;
    clusterResourceId?: string;
    currentConnectionStatus: string;
}

Properties

avsEnabled: boolean

If true, an AVS connection has been successfully completed

clusterResourceId?: string

Azure resource ID of the AVS SDDC the pool is connected to

currentConnectionStatus: string

Human-readable current AVS connection status