Package version:

Cluster recovery point properties.

interface ClusterRecoveryPointProperties {
    providerSpecificDetails?: ClusterProviderSpecificRecoveryPointDetailsUnion;
    recoveryPointTime?: any;
    recoveryPointType?: string;
}

Properties

The provider specific details for the recovery point.

recoveryPointTime?: any

The recovery point time.

recoveryPointType?: string

The recovery point type.