Package version:

Replication protection Cluster.

interface ReplicationProtectionCluster {
    id?: string;
    name?: string;
    properties?: ReplicationProtectionClusterProperties;
    type?: string;
}

Properties

id?: string

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

name?: string

The name of the protection cluster. NOTE: This property will not be serialized. It can only be populated by the server.

The custom data.

type?: string

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