Home
last modified time | relevance | path

Searched refs:attach_volume_details (Results 1 – 7 of 7) sorted by relevance

/dports/devel/py-oci/oci-2.53.1/src/oci/core/models/
H A Dattach_emulated_volume_details.py5 from .attach_volume_details import AttachVolumeDetails
H A Dattach_service_determined_volume_details.py5 from .attach_volume_details import AttachVolumeDetails
H A Dattach_paravirtualized_volume_details.py5 from .attach_volume_details import AttachVolumeDetails
H A Dattach_i_scsi_volume_details.py5 from .attach_volume_details import AttachVolumeDetails
H A D__init__.py41 from .attach_volume_details import AttachVolumeDetails
/dports/devel/py-oci/oci-2.53.1/src/oci/core/
H A Dcompute_client_composite_operations.py106 …def attach_volume_and_wait_for_state(self, attach_volume_details, wait_for_states=[], operation_kw… argument
124 operation_result = self.client.attach_volume(attach_volume_details, **operation_kwargs)
H A Dcompute_client.py439 def attach_volume(self, attach_volume_details, **kwargs): argument
503 body=attach_volume_details,
510 body=attach_volume_details,