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 D | efs.py | 449 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 D | efs.py | 445 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 D | file_storage_client_composite_operations.py | 483 …operation_result = self.client.update_file_system(file_system_id, update_file_system_details, **op…
|
H A D | file_storage_client.py | 2496 def update_file_system(self, file_system_id, update_file_system_details, **kwargs): member in FileStorageClient
|