Package version:

Replication protection intent custom data details.

interface ReplicationProtectionIntentProperties {
    creationTimeUTC?: string;
    friendlyName?: string;
    isActive?: boolean;
    jobId?: string;
    jobState?: string;
    providerSpecificDetails?: ReplicationProtectionIntentProviderSpecificSettingsUnion;
}

Properties

creationTimeUTC?: string

The creation time in UTC. NOTE: This property will not be serialized. It can only be populated by the server.

friendlyName?: string

The name.

isActive?: boolean

A value indicating whether the intent object is active. NOTE: This property will not be serialized. It can only be populated by the server.

jobId?: string

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

jobState?: string

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

The Replication provider custom settings.