Uses of Class
com.azure.resourcemanager.netapp.models.VolumePropertiesDataProtection
Packages that use VolumePropertiesDataProtection
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of VolumePropertiesDataProtection in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return VolumePropertiesDataProtectionModifier and TypeMethodDescriptionVolumeInner.dataProtection()Get the dataProtection property: DataProtection type volumes include an object containing details of the replication.VolumeProperties.dataProtection()Get the dataProtection property: DataProtection type volumes include an object containing details of the replication.Methods in com.azure.resourcemanager.netapp.fluent.models with parameters of type VolumePropertiesDataProtectionModifier and TypeMethodDescriptionVolumeInner.withDataProtection(VolumePropertiesDataProtection dataProtection) Set the dataProtection property: DataProtection type volumes include an object containing details of the replication.VolumeProperties.withDataProtection(VolumePropertiesDataProtection dataProtection) Set the dataProtection property: DataProtection type volumes include an object containing details of the replication. -
Uses of VolumePropertiesDataProtection in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return VolumePropertiesDataProtectionModifier and TypeMethodDescriptionVolume.dataProtection()Gets the dataProtection property: DataProtection type volumes include an object containing details of the replication.VolumeGroupVolumeProperties.dataProtection()Get the dataProtection property: DataProtection type volumes include an object containing details of the replication.VolumePropertiesDataProtection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VolumePropertiesDataProtection from the JsonReader.VolumePropertiesDataProtection.withBackup(VolumeBackupProperties backup) Set the backup property: Backup Properties.VolumePropertiesDataProtection.withReplication(ReplicationObject replication) Set the replication property: Replication properties.VolumePropertiesDataProtection.withSnapshot(VolumeSnapshotProperties snapshot) Set the snapshot property: Snapshot properties.VolumePropertiesDataProtection.withVolumeRelocation(VolumeRelocationProperties volumeRelocation) Set the volumeRelocation property: VolumeRelocation properties.Methods in com.azure.resourcemanager.netapp.models with parameters of type VolumePropertiesDataProtectionModifier and TypeMethodDescriptionVolume.DefinitionStages.WithDataProtection.withDataProtection(VolumePropertiesDataProtection dataProtection) Specifies the dataProtection property: DataProtection type volumes include an object containing details of the replication.VolumeGroupVolumeProperties.withDataProtection(VolumePropertiesDataProtection dataProtection) Set the dataProtection property: DataProtection type volumes include an object containing details of the replication.