Home
last modified time | relevance | path

Searched refs:update_file_system (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Defs.py449 def update_file_system(self, name, throughput_mode, provisioned_throughput_in_mibps): member in EFSConnection
471 self.connection.update_file_system(FileSystemId=fs_id, **params)
736 …changed = connection.update_file_system(name, throughput_mode, provisioned_throughput_in_mibps) or…
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Defs.py445 def update_file_system(self, name, throughput_mode, provisioned_throughput_in_mibps): member in EFSConnection
467 self.connection.update_file_system(FileSystemId=fs_id, **params)
748 …changed = connection.update_file_system(name, throughput_mode, provisioned_throughput_in_mibps) or…
/dports/devel/py-oci/oci-2.53.1/src/oci/file_storage/
H A Dfile_storage_client_composite_operations.py483 …operation_result = self.client.update_file_system(file_system_id, update_file_system_details, **op…
H A Dfile_storage_client.py2496 def update_file_system(self, file_system_id, update_file_system_details, **kwargs): member in FileStorageClient