@@ -129,24 +129,7 @@ def get_file_volume_snapshot_list(self, volume_id, **kwargs):
129129 :return: Returns a list of snapshots for the specified volume.
130130 """
131131 return self .get_volume_snapshot_list (volume_id , ** kwargs )
132- def set_file_volume_snapshot_notification (self , volume_id , notification_flag , ** kwargs ):
133- """Enables/Disables snapshot space usage threshold warning for a given volume.
134132
135- :param volume_id: ID of volume.
136- :param kwargs:
137- :param notification-flag: Enable/Disable flag for snapshot warning notification.
138- :return: Enables/Disables snapshot space usage threshold warning for a given volume.
139- """
140- return self .client .call ('Network_Storage' , 'setSnapshotNotification' , notification_flag , id = volume_id , ** kwargs )
141-
142- def get_file_snapshots_notification_status (self , volume_id , ** kwargs ):
143- """returns Enabled/Disabled snapshot space usage threshold warning for a given volume.
144-
145- :param volume_id: ID of volume.
146- :param kwargs:
147- :return: Enabled/Disabled snapshot space usage threshold warning for a given volume.
148- """
149- return self .client .call ('Network_Storage' , 'getSnapshotNotificationStatus' , id = volume_id , ** kwargs )
150133 def order_file_volume (self , storage_type , location , size ,
151134 iops = None , tier_level = None , snapshot_size = None ,
152135 service_offering = 'storage_as_a_service' ,
0 commit comments