Skip to content

[Enhancement]: snapmirror schedule #444

@rmdashrfslash

Description

@rmdashrfslash

Description

Hi - it would be nice to be able to schedule snapmirror replications.

Affected Resource(s) and/or Data Source(s)

netapp-ontap_snapmirror

Potential Terraform Configuration

resource "netapp-ontap_snapmirror" "snapmirror" {
  # required to know which system to interface with
  cx_profile_name = "cluster1"
  schedule        = "10min"
  source_endpoint = {
    path = "snapmirror_source_svm:snap"
  }
  destination_endpoint = {
    path = "snapmirror_dest_svm:snap_dest"
  }
}

References

No response

Would you like to implement a fix?

No

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

2.4.0

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions