@@ -137,7 +137,7 @@ def set_file_volume_snapshot_notification(self, volume_id, notification_flag, **
137137 :param notification-flag: Enable/Disable flag for snapshot warning notification.
138138 :return: Enables/Disables snapshot space usage threshold warning for a given volume.
139139 """
140- return self .client .call ('Network_Storage' , 'setSnapshotNotification' , notification_flag , id = volume_id ,)
140+ return self .client .call ('Network_Storage' , 'setSnapshotNotification' , notification_flag , id = volume_id , ** kwargs )
141141
142142 def get_file_snapshots_notification_status (self , volume_id , ** kwargs ):
143143 """returns Enabled/Disabled snapshot space usage threshold warning for a given volume.
@@ -146,7 +146,7 @@ def get_file_snapshots_notification_status(self, volume_id, **kwargs):
146146 :param kwargs:
147147 :return: Enabled/Disabled snapshot space usage threshold warning for a given volume.
148148 """
149- return self .client .call ('Network_Storage' , 'getSnapshotNotificationStatus' , id = volume_id ,)
149+ return self .client .call ('Network_Storage' , 'getSnapshotNotificationStatus' , id = volume_id , ** kwargs )
150150 def order_file_volume (self , storage_type , location , size ,
151151 iops = None , tier_level = None , snapshot_size = None ,
152152 service_offering = 'storage_as_a_service' ,
0 commit comments